Shades of Deep Magenta #E008CC
Tints of Deep Magenta #E008CC
RGB
CMYK
RGB Variations
Color information
#E008CC (or 0xE008CC) is known color: Deep Magenta. HEX triplet: E0, 08 and CC. RGB value is (224,8,204). Sum of RGB (Red+Green+Blue) = 224+8+204=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E008CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E008CC is #1FF733. Grayscale: #5E5E5E. Windows color (decimal): -2094900 or 13371616. OLE color: 13371616.
HSL color Cylindrical-coordinate representation of color #E008CC: hue angle of 305.56º 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 #E008CC is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 204 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.12 |
| HSL | 305.56º | 0.93% | 0.45% | - |
| HSV(B) | 305.56º | 0.96% | 0.88% | - |
| XYZ | 41.73 | 20.38 | 58.86 | - |
| YUV | 94.93 | 189.56 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 204 | 0 | 0.96 | 0.09 | 0.12 | 305.56 | 0.93 | 0.45 |
| Hex | E0 | 8 | CC | 0 | 60 | 9 | C | 132 | 5D | 2D |
| Octal | 340 | 10 | 314 | 0 | 140 | 11 | 14 | 462 | 135 | 55 |
| Binary | 11100000 | 1000 | 11001100 | 0 | 1100000 | 1001 | 1100 | 100110010 | 1011101 | 101101 |
Color Harmonies of #E008CC
Complementary color
Monochromatic Colors of #E008CC
Black with #E008CC
Text Example
Text Example
White with #E008CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008CC; }
p { color: rgb(224,8,204); }
H1.HeaderClassName
{
color: #E008CC;
}
.AnyTagClassName
{
color: #E008CC;
}
</style>
background-color css
<style>
a { background-color: #E008CC; }
a { background-color: rgb(224,8,204); }
div.DivClassName
{
background-color: #E008CC;
}
.BgClassName
{
background-color: #E008CC;
}
</style>
border-color css
<style>
span { border-color: #E008CC; }
span { border-color: rgb(224,8,204); }
td.TdClassName
{
border-color: #E008CC;
}
.TagClassName
{
border-color: #E008CC;
}
</style>