Pulp
#e18289
Pulp, represented by the hex value #e18289, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e18289 | |
|---|---|---|
| RGB | rgb(225, 130, 137) | |
| HSL | hsl(356, 61%, 70%) | |
| CMYK | cmyk(0%, 42%, 39%, 12%) | |
| LAB | lab(65, 38, 13) | |
| OKLCH | oklch(0.71 0.117 16) |
Color harmonies
Tints & shades
Code snippets
color: #e18289;
background-color: #e18289;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFE18289)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.51, blue: 0.54, alpha: 1.0)