Watermelon Sugar
#e42b73
Watermelon Sugar, represented by the hex value #e42b73, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e42b73 | |
|---|---|---|
| RGB | rgb(228, 43, 115) | |
| HSL | hsl(337, 77%, 53%) | |
| CMYK | cmyk(0%, 81%, 50%, 11%) | |
| LAB | lab(52, 71, 7) | |
| OKLCH | oklch(0.61 0.221 4) |
Color harmonies
Tints & shades
Code snippets
color: #e42b73;
background-color: #e42b73;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFE42B73)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.17, blue: 0.45, alpha: 1.0)