Shades of Deep Magenta #E013DC
Tints of Deep Magenta #E013DC
RGB
CMYK
RGB Variations
Color information
#E013DC (or 0xE013DC) is known color: Deep Magenta. HEX triplet: E0, 13 and DC. RGB value is (224,19,220). Sum of RGB (Red+Green+Blue) = 224+19+220=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E013DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013DC is #1FEC23. Grayscale: #666666. Windows color (decimal): -2092068 or 14423008. OLE color: 14423008.
HSL color Cylindrical-coordinate representation of color #E013DC: hue angle of 301.17º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E013DC is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 220 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.12 |
| HSL | 301.17º | 0.84% | 0.48% | - |
| HSV(B) | 301.17º | 0.92% | 0.88% | - |
| XYZ | 43.89 | 21.48 | 69.54 | - |
| YUV | 103.21 | 193.92 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 220 | 0 | 0.92 | 0.02 | 0.12 | 301.17 | 0.84 | 0.48 |
| Hex | E0 | 13 | DC | 0 | 5C | 2 | C | 12D | 54 | 30 |
| Octal | 340 | 23 | 334 | 0 | 134 | 2 | 14 | 455 | 124 | 60 |
| Binary | 11100000 | 10011 | 11011100 | 0 | 1011100 | 10 | 1100 | 100101101 | 1010100 | 110000 |
Color Harmonies of #E013DC
Complementary color
Monochromatic Colors of #E013DC
Black with #E013DC
Text Example
Text Example
White with #E013DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013DC; }
p { color: rgb(224,19,220); }
H1.HeaderClassName
{
color: #E013DC;
}
.AnyTagClassName
{
color: #E013DC;
}
</style>
background-color css
<style>
a { background-color: #E013DC; }
a { background-color: rgb(224,19,220); }
div.DivClassName
{
background-color: #E013DC;
}
.BgClassName
{
background-color: #E013DC;
}
</style>
border-color css
<style>
span { border-color: #E013DC; }
span { border-color: rgb(224,19,220); }
td.TdClassName
{
border-color: #E013DC;
}
.TagClassName
{
border-color: #E013DC;
}
</style>