#E2497C
A medium, vivid magenta closely aligning with Palevioletred.
About #E2497C
Visually, #E2497C is defined as a vivid magenta. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(226, 73, 124).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 68% Magenta, 45% Yellow, and 11% Black. The HSL representation is 340.0° hue, 72.5% saturation, and 58.6% lightness.
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#E2497C
RGB226, 73, 124
HSL340.0°, 72.5%, 58.6%
CMYK0%, 68%, 45%, 11%
HSV340.0°, 67.7%, 88.6%
LAB54.4, 62.7, 5.1
XYZ37.4, 22.4, 21.4
Decimal14829948
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.83:1
Text on #FFFFFF
AA Large
5.48:1
Text on #000000
AA
3.66:1
Text on #F8FAFC
AA Large
4.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E2497C;
}
.text-color {
color: #E2497C;
}
.border-color {
border: 2px solid #E2497C;
}