Paradise Pink
#e4445e
Paradise Pink, represented by the hex value #e4445e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e4445e | |
|---|---|---|
| RGB | rgb(228, 68, 94) | |
| HSL | hsl(350, 75%, 58%) | |
| CMYK | cmyk(0%, 70%, 59%, 11%) | |
| LAB | lab(54, 63, 23) | |
| OKLCH | oklch(0.62 0.196 16) |
Color harmonies
Tints & shades
Code snippets
color: #e4445e;
background-color: #e4445e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFE4445E)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.27, blue: 0.37, alpha: 1.0)