#E2758A
A light, moderate red closely aligning with Palevioletred.
About #E2758A
At its core, #E2758A is a light and moderate hue. If you're using CSS, you might find it aligns closely with Palevioletred. In the RGB color space, it consists of 226 red, 117 green, and 138 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 48% M, 39% Y, and 11% K. The HSL representation is 348.4° hue, 65.3% saturation, and 67.3% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2758A
RGB226, 117, 138
HSL348.4°, 65.3%, 67.3%
CMYK0%, 48%, 39%, 11%
HSV348.4°, 48.2%, 88.6%
LAB62.3, 44.4, 8.2
XYZ42.3, 30.7, 27.7
Decimal14841226
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.15:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E2758A;
}
.text-color {
color: #E2758A;
}
.border-color {
border: 2px solid #E2758A;
}