Aphrodisiac
#e35a63
Aphrodisiac, represented by the hex value #e35a63, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e35a63 | |
|---|---|---|
| RGB | rgb(227, 90, 99) | |
| HSL | hsl(356, 71%, 62%) | |
| CMYK | cmyk(0%, 60%, 56%, 11%) | |
| LAB | lab(57, 55, 24) | |
| OKLCH | oklch(0.65 0.171 19) |
Color harmonies
Tints & shades
Code snippets
color: #e35a63;
background-color: #e35a63;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE35A63)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.35, blue: 0.39, alpha: 1.0)