#E249E2
A medium, vivid magenta closely aligning with Mediumorchid.
About #E249E2
When working with digital screens, the color #E249E2 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumorchid. In the RGB color space, it consists of 226 red, 73 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 68% M, 0% Y, and 11% K. The HSL representation is 300.0° hue, 72.5% saturation, and 58.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium 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#E249E2
RGB226, 73, 226
HSL300.0°, 72.5%, 58.6%
CMYK0%, 68%, 0%, 11%
HSV300.0°, 67.7%, 88.6%
LAB58.4, 75.9, -47.9
XYZ47.5, 26.4, 74.5
Decimal14830050
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.34:1
Text on #FFFFFF
AA Large
6.28:1
Text on #000000
AA
3.19:1
Text on #F8FAFC
AA Large
5.34:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E249E2;
}
.text-color {
color: #E249E2;
}
.border-color {
border: 2px solid #E249E2;
}