#E2AFB6
A light, moderate red closely aligning with Pink.
About #E2AFB6
The precise color #E2AFB6 is an excellent choice for modern design projects. Its closest recognized web color is Pink. In the RGB color space, it consists of 226 red, 175 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 23% Magenta, 19% Yellow, and 11% Black. With a hue angle of 351.8 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2AFB6
RGB226, 175, 182
HSL351.8°, 46.8%, 78.6%
CMYK0%, 23%, 19%, 11%
HSV351.8°, 22.6%, 88.6%
LAB76.2, 19.6, 3.6
XYZ55.1, 50.2, 51.0
Decimal14856118
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.04:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2AFB6;
}
.text-color {
color: #E2AFB6;
}
.border-color {
border: 2px solid #E2AFB6;
}