Shades of Deep Magenta #E008D5
Tints of Deep Magenta #E008D5
RGB
CMYK
RGB Variations
Color information
#E008D5 (or 0xE008D5) is known color: Deep Magenta. HEX triplet: E0, 08 and D5. RGB value is (224,8,213). Sum of RGB (Red+Green+Blue) = 224+8+213=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 8 (3.52% from 255 or 1.80% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E008D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E008D5 is #1FF72A. Grayscale: #5F5F5F. Windows color (decimal): -2094891 or 13961440. OLE color: 13961440.
HSL color Cylindrical-coordinate representation of color #E008D5: hue angle of 303.06º 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 #E008D5 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 213 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.12 |
| HSL | 303.06º | 0.93% | 0.45% | - |
| HSV(B) | 303.06º | 0.96% | 0.88% | - |
| XYZ | 42.84 | 20.83 | 64.71 | - |
| YUV | 95.95 | 194.06 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 213 | 0 | 0.96 | 0.05 | 0.12 | 303.06 | 0.93 | 0.45 |
| Hex | E0 | 8 | D5 | 0 | 60 | 5 | C | 12F | 5D | 2D |
| Octal | 340 | 10 | 325 | 0 | 140 | 5 | 14 | 457 | 135 | 55 |
| Binary | 11100000 | 1000 | 11010101 | 0 | 1100000 | 101 | 1100 | 100101111 | 1011101 | 101101 |
Color Harmonies of #E008D5
Complementary color
Monochromatic Colors of #E008D5
Black with #E008D5
Text Example
Text Example
White with #E008D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008D5; }
p { color: rgb(224,8,213); }
H1.HeaderClassName
{
color: #E008D5;
}
.AnyTagClassName
{
color: #E008D5;
}
</style>
background-color css
<style>
a { background-color: #E008D5; }
a { background-color: rgb(224,8,213); }
div.DivClassName
{
background-color: #E008D5;
}
.BgClassName
{
background-color: #E008D5;
}
</style>
border-color css
<style>
span { border-color: #E008D5; }
span { border-color: rgb(224,8,213); }
td.TdClassName
{
border-color: #E008D5;
}
.TagClassName
{
border-color: #E008D5;
}
</style>