#E2B6B6
A very light, moderate red closely aligning with Pink.
About #E2B6B6
When working with digital screens, the color #E2B6B6 is rendered by mixing light. It is closely associated with the named CSS color Pink. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 182, and 182.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 19% M, 19% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2B6B6
RGB226, 182, 182
HSL0.0°, 43.1%, 80.0%
CMYK0%, 19%, 19%, 11%
HSV0.0°, 19.5%, 88.6%
LAB77.9, 15.9, 6.0
XYZ56.5, 53.0, 51.5
Decimal14857910
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.60:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2B6B6;
}
.text-color {
color: #E2B6B6;
}
.border-color {
border: 2px solid #E2B6B6;
}