Rose Elegance
#e9a1b8
Looking for the precise values behind Rose Elegance (#e9a1b8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e9a1b8 | |
|---|---|---|
| RGB | rgb(233, 161, 184) | |
| HSL | hsl(341, 62%, 77%) | |
| CMYK | cmyk(0%, 31%, 21%, 9%) | |
| LAB | lab(74, 30, -1) | |
| OKLCH | oklch(0.79 0.09 359) |
Color harmonies
Tints & shades
Code snippets
color: #e9a1b8;
background-color: #e9a1b8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFE9A1B8)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.63, blue: 0.72, alpha: 1.0)