Amour
#ee5851
Amour, represented by the hex value #ee5851, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ee5851 | |
|---|---|---|
| RGB | rgb(238, 88, 81) | |
| HSL | hsl(3, 82%, 63%) | |
| CMYK | cmyk(0%, 63%, 66%, 7%) | |
| LAB | lab(59, 58, 37) | |
| OKLCH | oklch(0.66 0.186 26) |
Color harmonies
Tints & shades
Code snippets
color: #ee5851;
background-color: #ee5851;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFEE5851)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.35, blue: 0.32, alpha: 1.0)