#E249DB
A medium, vivid magenta closely aligning with Mediumorchid.
About #E249DB
The precise color #E249DB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(226, 73, 219).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 68% Magenta, 3% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E249DB
RGB226, 73, 219
HSL302.7°, 72.5%, 58.6%
CMYK0%, 68%, 3%, 11%
HSV302.7°, 67.7%, 88.6%
LAB58.1, 74.8, -44.5
XYZ46.5, 26.0, 69.6
Decimal14830043
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.38:1
Text on #FFFFFF
AA Large
6.21:1
Text on #000000
AA
3.23:1
Text on #F8FAFC
AA Large
5.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E249DB;
}
.text-color {
color: #E249DB;
}
.border-color {
border: 2px solid #E249DB;
}