Shades of Deep Magenta #E008DC
Tints of Deep Magenta #E008DC
RGB
CMYK
RGB Variations
Color information
#E008DC (or 0xE008DC) is known color: Deep Magenta. HEX triplet: E0, 08 and DC. RGB value is (224,8,220). Sum of RGB (Red+Green+Blue) = 224+8+220=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 8 (3.52% from 255 or 1.77% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E008DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E008DC is #1FF723. Grayscale: #606060. Windows color (decimal): -2094884 or 14420192. OLE color: 14420192.
HSL color Cylindrical-coordinate representation of color #E008DC: hue angle of 301.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E008DC is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 220 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.12 |
| HSL | 301.11º | 0.93% | 0.45% | - |
| HSV(B) | 301.11º | 0.96% | 0.88% | - |
| XYZ | 43.75 | 21.19 | 69.49 | - |
| YUV | 96.75 | 197.56 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 220 | 0 | 0.96 | 0.02 | 0.12 | 301.11 | 0.93 | 0.45 |
| Hex | E0 | 8 | DC | 0 | 60 | 2 | C | 12D | 5D | 2D |
| Octal | 340 | 10 | 334 | 0 | 140 | 2 | 14 | 455 | 135 | 55 |
| Binary | 11100000 | 1000 | 11011100 | 0 | 1100000 | 10 | 1100 | 100101101 | 1011101 | 101101 |
Color Harmonies of #E008DC
Complementary color
Monochromatic Colors of #E008DC
Black with #E008DC
Text Example
Text Example
White with #E008DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008DC; }
p { color: rgb(224,8,220); }
H1.HeaderClassName
{
color: #E008DC;
}
.AnyTagClassName
{
color: #E008DC;
}
</style>
background-color css
<style>
a { background-color: #E008DC; }
a { background-color: rgb(224,8,220); }
div.DivClassName
{
background-color: #E008DC;
}
.BgClassName
{
background-color: #E008DC;
}
</style>
border-color css
<style>
span { border-color: #E008DC; }
span { border-color: rgb(224,8,220); }
td.TdClassName
{
border-color: #E008DC;
}
.TagClassName
{
border-color: #E008DC;
}
</style>