#E2AFA8
A light, moderate red closely aligning with Pink.
About #E2AFA8
The hex code #E2AFA8 represents a beautifully specific shade of red. Its closest recognized web color is Pink. This translates to an RGB value of rgb(226, 175, 168).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 23% magenta, 26% yellow, and 11% black. With a hue angle of 7.2 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2AFA8
RGB226, 175, 168
HSL7.2°, 50.0%, 77.3%
CMYK0%, 23%, 26%, 11%
HSV7.2°, 25.7%, 88.6%
LAB75.9, 17.6, 10.7
XYZ53.8, 49.7, 43.8
Decimal14856104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.93:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2AFA8;
}
.text-color {
color: #E2AFA8;
}
.border-color {
border: 2px solid #E2AFA8;
}