#E275A8
A light, moderate magenta closely aligning with Palevioletred.
About #E275A8
The hex code #E275A8 represents a beautifully specific shade of magenta. Its closest recognized web color is Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 117, and 168.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 48% M, 26% Y, and 11% K. The HSL representation is 331.9° hue, 65.3% saturation, and 67.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a 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#E275A8
RGB226, 117, 168
HSL331.9°, 65.3%, 67.3%
CMYK0%, 48%, 26%, 11%
HSV331.9°, 48.2%, 88.6%
LAB63.1, 48.1, -7.8
XYZ44.8, 31.7, 40.8
Decimal14841256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.34:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E275A8;
}
.text-color {
color: #E275A8;
}
.border-color {
border: 2px solid #E275A8;
}