Shades of Deep Magenta #E20ED9
Tints of Deep Magenta #E20ED9
RGB
CMYK
RGB Variations
Color information
#E20ED9 (or 0xE20ED9) is known color: Deep Magenta. HEX triplet: E2, 0E and D9. RGB value is (226,14,217). Sum of RGB (Red+Green+Blue) = 226+14+217=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E20ED9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20ED9 is #1DF126. Grayscale: #636363. Windows color (decimal): -1962279 or 14225122. OLE color: 14225122.
HSL color Cylindrical-coordinate representation of color #E20ED9: hue angle of 302.55º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20ED9 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 14 | 217 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.11 |
| HSL | 302.55º | 0.88% | 0.47% | - |
| HSV(B) | 302.55º | 0.94% | 0.89% | - |
| XYZ | 44.05 | 21.49 | 67.47 | - |
| YUV | 100.53 | 193.74 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 217 | 0 | 0.94 | 0.04 | 0.11 | 302.55 | 0.88 | 0.47 |
| Hex | E2 | E | D9 | 0 | 5E | 4 | B | 12F | 58 | 2F |
| Octal | 342 | 16 | 331 | 0 | 136 | 4 | 13 | 457 | 130 | 57 |
| Binary | 11100010 | 1110 | 11011001 | 0 | 1011110 | 100 | 1011 | 100101111 | 1011000 | 101111 |
Color Harmonies of #E20ED9
Complementary color
Monochromatic Colors of #E20ED9
Black with #E20ED9
Text Example
Text Example
White with #E20ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20ED9; }
p { color: rgb(226,14,217); }
H1.HeaderClassName
{
color: #E20ED9;
}
.AnyTagClassName
{
color: #E20ED9;
}
</style>
background-color css
<style>
a { background-color: #E20ED9; }
a { background-color: rgb(226,14,217); }
div.DivClassName
{
background-color: #E20ED9;
}
.BgClassName
{
background-color: #E20ED9;
}
</style>
border-color css
<style>
span { border-color: #E20ED9; }
span { border-color: rgb(226,14,217); }
td.TdClassName
{
border-color: #E20ED9;
}
.TagClassName
{
border-color: #E20ED9;
}
</style>