Shades of Deep Magenta #E014DC
Tints of Deep Magenta #E014DC
RGB
CMYK
RGB Variations
Color information
#E014DC (or 0xE014DC) is known color: Deep Magenta. HEX triplet: E0, 14 and DC. RGB value is (224,20,220). Sum of RGB (Red+Green+Blue) = 224+20+220=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E014DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014DC is #1FEB23. Grayscale: #676767. Windows color (decimal): -2091812 or 14423264. OLE color: 14423264.
HSL color Cylindrical-coordinate representation of color #E014DC: hue angle of 301.18º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E014DC is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 220 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.12 |
| HSL | 301.18º | 0.84% | 0.48% | - |
| HSV(B) | 301.18º | 0.91% | 0.88% | - |
| XYZ | 43.91 | 21.51 | 69.55 | - |
| YUV | 103.8 | 193.59 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 220 | 0 | 0.91 | 0.02 | 0.12 | 301.18 | 0.84 | 0.48 |
| Hex | E0 | 14 | DC | 0 | 5B | 2 | C | 12D | 54 | 30 |
| Octal | 340 | 24 | 334 | 0 | 133 | 2 | 14 | 455 | 124 | 60 |
| Binary | 11100000 | 10100 | 11011100 | 0 | 1011011 | 10 | 1100 | 100101101 | 1010100 | 110000 |
Color Harmonies of #E014DC
Complementary color
Monochromatic Colors of #E014DC
Black with #E014DC
Text Example
Text Example
White with #E014DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E014DC; }
p { color: rgb(224,20,220); }
H1.HeaderClassName
{
color: #E014DC;
}
.AnyTagClassName
{
color: #E014DC;
}
</style>
background-color css
<style>
a { background-color: #E014DC; }
a { background-color: rgb(224,20,220); }
div.DivClassName
{
background-color: #E014DC;
}
.BgClassName
{
background-color: #E014DC;
}
</style>
border-color css
<style>
span { border-color: #E014DC; }
span { border-color: rgb(224,20,220); }
td.TdClassName
{
border-color: #E014DC;
}
.TagClassName
{
border-color: #E014DC;
}
</style>