Shades of Deep Magenta #E016DC
Tints of Deep Magenta #E016DC
RGB
CMYK
RGB Variations
Color information
#E016DC (or 0xE016DC) is known color: Deep Magenta. HEX triplet: E0, 16 and DC. RGB value is (224,22,220). Sum of RGB (Red+Green+Blue) = 224+22+220=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E016DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E016DC is #1FE923. Grayscale: #686868. Windows color (decimal): -2091300 or 14423776. OLE color: 14423776.
HSL color Cylindrical-coordinate representation of color #E016DC: hue angle of 301.19º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E016DC is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 220 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.12 |
| HSL | 301.19º | 0.82% | 0.48% | - |
| HSV(B) | 301.19º | 0.9% | 0.88% | - |
| XYZ | 43.95 | 21.59 | 69.56 | - |
| YUV | 104.97 | 192.92 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 220 | 0 | 0.90 | 0.02 | 0.12 | 301.19 | 0.82 | 0.48 |
| Hex | E0 | 16 | DC | 0 | 5A | 2 | C | 12D | 52 | 30 |
| Octal | 340 | 26 | 334 | 0 | 132 | 2 | 14 | 455 | 122 | 60 |
| Binary | 11100000 | 10110 | 11011100 | 0 | 1011010 | 10 | 1100 | 100101101 | 1010010 | 110000 |
Color Harmonies of #E016DC
Complementary color
Monochromatic Colors of #E016DC
Black with #E016DC
Text Example
Text Example
White with #E016DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E016DC; }
p { color: rgb(224,22,220); }
H1.HeaderClassName
{
color: #E016DC;
}
.AnyTagClassName
{
color: #E016DC;
}
</style>
background-color css
<style>
a { background-color: #E016DC; }
a { background-color: rgb(224,22,220); }
div.DivClassName
{
background-color: #E016DC;
}
.BgClassName
{
background-color: #E016DC;
}
</style>
border-color css
<style>
span { border-color: #E016DC; }
span { border-color: rgb(224,22,220); }
td.TdClassName
{
border-color: #E016DC;
}
.TagClassName
{
border-color: #E016DC;
}
</style>