#E916AF
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E916AF
Visually, #E916AF is defined as a vivid magenta. Designers often compare it to the standard color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 22, and 175.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 91% Magenta, 25% Yellow, and 9% Black. The HSL representation is 316.5° hue, 82.7% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E916AF
RGB233, 22, 175
HSL316.5°, 82.7%, 50.0%
CMYK0%, 91%, 25%, 9%
HSV316.5°, 90.6%, 91.4%
LAB52.9, 82.6, -27.2
XYZ41.6, 21.0, 42.4
Decimal15275695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.20:1
Text on #000000
AA
3.86:1
Text on #F8FAFC
AA Large
4.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E916AF;
}
.text-color {
color: #E916AF;
}
.border-color {
border: 2px solid #E916AF;
}