#E224AF
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E224AF
At its core, #E224AF is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 36, and 175.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 84% magenta, 23% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E224AF
RGB226, 36, 175
HSL316.1°, 76.6%, 51.4%
CMYK0%, 84%, 23%, 11%
HSV316.1°, 84.1%, 88.6%
LAB52.4, 78.9, -28.1
XYZ39.7, 20.5, 42.4
Decimal14820527
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.11:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E224AF;
}
.text-color {
color: #E224AF;
}
.border-color {
border: 2px solid #E224AF;
}