Shades of Deep Magenta #E020DE
Tints of Deep Magenta #E020DE
RGB
CMYK
RGB Variations
Color information
#E020DE (or 0xE020DE) is known color: Deep Magenta. HEX triplet: E0, 20 and DE. RGB value is (224,32,222). Sum of RGB (Red+Green+Blue) = 224+32+222=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E020DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020DE is #1FDF21. Grayscale: #6E6E6E. Windows color (decimal): -2088738 or 14557408. OLE color: 14557408.
HSL color Cylindrical-coordinate representation of color #E020DE: hue angle of 300.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E020DE is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 222 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.12 |
| HSL | 300.63º | 0.76% | 0.5% | - |
| HSV(B) | 300.63º | 0.86% | 0.88% | - |
| XYZ | 44.44 | 22.15 | 71.04 | - |
| YUV | 111.07 | 190.61 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 222 | 0 | 0.86 | 0.01 | 0.12 | 300.63 | 0.76 | 0.5 |
| Hex | E0 | 20 | DE | 0 | 56 | 1 | C | 12D | 4C | 32 |
| Octal | 340 | 40 | 336 | 0 | 126 | 1 | 14 | 455 | 114 | 62 |
| Binary | 11100000 | 100000 | 11011110 | 0 | 1010110 | 1 | 1100 | 100101101 | 1001100 | 110010 |
Color Harmonies of #E020DE
Complementary color
Monochromatic Colors of #E020DE
Black with #E020DE
Text Example
Text Example
White with #E020DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E020DE; }
p { color: rgb(224,32,222); }
H1.HeaderClassName
{
color: #E020DE;
}
.AnyTagClassName
{
color: #E020DE;
}
</style>
background-color css
<style>
a { background-color: #E020DE; }
a { background-color: rgb(224,32,222); }
div.DivClassName
{
background-color: #E020DE;
}
.BgClassName
{
background-color: #E020DE;
}
</style>
border-color css
<style>
span { border-color: #E020DE; }
span { border-color: rgb(224,32,222); }
td.TdClassName
{
border-color: #E020DE;
}
.TagClassName
{
border-color: #E020DE;
}
</style>