#E2665F
A light, moderate red closely aligning with Indianred.
About #E2665F
Visually, #E2665F is defined as a moderate red. Its closest recognized web color is Indianred. In the RGB color space, it consists of 226 red, 102 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 55% M, 58% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
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#E2665F
RGB226, 102, 95
HSL3.2°, 69.3%, 62.9%
CMYK0%, 55%, 58%, 11%
HSV3.2°, 58.0%, 88.6%
LAB58.5, 47.8, 27.7
XYZ38.2, 26.5, 13.9
Decimal14837343
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.33:1
Text on #FFFFFF
AA Large
6.30:1
Text on #000000
AA
3.19:1
Text on #F8FAFC
AA Large
5.36:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E2665F;
}
.text-color {
color: #E2665F;
}
.border-color {
border: 2px solid #E2665F;
}