#E28A99
A light, moderate red closely aligning with Palevioletred.
About #E28A99
Visually, #E28A99 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 138, and 153.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 39% Magenta, 32% Yellow, and 11% Black. With a hue angle of 349.8 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E28A99
RGB226, 138, 153
HSL349.8°, 60.3%, 71.4%
CMYK0%, 39%, 32%, 11%
HSV349.8°, 38.9%, 88.6%
LAB67.0, 35.3, 6.4
XYZ46.2, 36.6, 34.8
Decimal14846617
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.33:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E28A99;
}
.text-color {
color: #E28A99;
}
.border-color {
border: 2px solid #E28A99;
}