Sprinkled With Pink
#e7a2ae
Sprinkled With Pink, represented by the hex value #e7a2ae, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e7a2ae | |
|---|---|---|
| RGB | rgb(231, 162, 174) | |
| HSL | hsl(350, 59%, 77%) | |
| CMYK | cmyk(0%, 30%, 25%, 9%) | |
| LAB | lab(74, 28, 5) | |
| OKLCH | oklch(0.78 0.083 8) |
Color harmonies
Tints & shades
Code snippets
color: #e7a2ae;
background-color: #e7a2ae;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFE7A2AE)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.64, blue: 0.68, alpha: 1.0)