#E93A99
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E93A99
The hex code #E93A99 represents a beautifully specific shade of magenta. Its closest recognized web color is Mediumvioletred. In the RGB color space, it consists of 233 red, 58 green, and 153 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 75% Magenta, 34% Yellow, and 9% Black. With a hue angle of 327.4 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E93A99
RGB233, 58, 153
HSL327.4°, 79.9%, 57.1%
CMYK0%, 75%, 34%, 9%
HSV327.4°, 75.1%, 91.4%
LAB54.7, 72.6, -11.5
XYZ40.9, 22.6, 32.4
Decimal15284889
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.53:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E93A99;
}
.text-color {
color: #E93A99;
}
.border-color {
border: 2px solid #E93A99;
}