#E9AFB6
A very light, moderate red closely aligning with Pink.
About #E9AFB6
At its core, #E9AFB6 is a very light and moderate hue. It is closely associated with the named CSS color Pink. Its digital footprint relies on 233 parts red, 175 parts green, and 182 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 25% M, 22% Y, and 9% K. With a hue angle of 352.8 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9AFB6
RGB233, 175, 182
HSL352.8°, 56.9%, 80.0%
CMYK0%, 25%, 22%, 9%
HSV352.8°, 24.9%, 91.4%
LAB76.9, 22.2, 4.7
XYZ57.4, 51.4, 51.1
Decimal15314870
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.27:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9AFB6;
}
.text-color {
color: #E9AFB6;
}
.border-color {
border: 2px solid #E9AFB6;
}