Redolenc
#ea8a7a
Redolenc, represented by the hex value #ea8a7a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ea8a7a | |
|---|---|---|
| RGB | rgb(234, 138, 122) | |
| HSL | hsl(9, 73%, 70%) | |
| CMYK | cmyk(0%, 41%, 48%, 8%) | |
| LAB | lab(68, 36, 25) | |
| OKLCH | oklch(0.73 0.12 30) |
Color harmonies
Tints & shades
Code snippets
color: #ea8a7a;
background-color: #ea8a7a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFEA8A7A)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.54, blue: 0.48, alpha: 1.0)