Shades of Deep Magenta #E005DC
Tints of Deep Magenta #E005DC
RGB
CMYK
RGB Variations
Color information
#E005DC (or 0xE005DC) is known color: Deep Magenta. HEX triplet: E0, 05 and DC. RGB value is (224,5,220). Sum of RGB (Red+Green+Blue) = 224+5+220=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E005DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E005DC is #1FFA23. Grayscale: #5E5E5E. Windows color (decimal): -2095652 or 14419424. OLE color: 14419424.
HSL color Cylindrical-coordinate representation of color #E005DC: hue angle of 301.1º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005DC is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 220 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.12 |
| HSL | 301.1º | 0.96% | 0.45% | - |
| HSV(B) | 301.1º | 0.98% | 0.88% | - |
| XYZ | 43.71 | 21.12 | 69.48 | - |
| YUV | 94.99 | 198.55 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 220 | 0 | 0.98 | 0.02 | 0.12 | 301.1 | 0.96 | 0.45 |
| Hex | E0 | 5 | DC | 0 | 62 | 2 | C | 12D | 60 | 2D |
| Octal | 340 | 5 | 334 | 0 | 142 | 2 | 14 | 455 | 140 | 55 |
| Binary | 11100000 | 101 | 11011100 | 0 | 1100010 | 10 | 1100 | 100101101 | 1100000 | 101101 |
Color Harmonies of #E005DC
Complementary color
Monochromatic Colors of #E005DC
Black with #E005DC
Text Example
Text Example
White with #E005DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005DC; }
p { color: rgb(224,5,220); }
H1.HeaderClassName
{
color: #E005DC;
}
.AnyTagClassName
{
color: #E005DC;
}
</style>
background-color css
<style>
a { background-color: #E005DC; }
a { background-color: rgb(224,5,220); }
div.DivClassName
{
background-color: #E005DC;
}
.BgClassName
{
background-color: #E005DC;
}
</style>
border-color css
<style>
span { border-color: #E005DC; }
span { border-color: rgb(224,5,220); }
td.TdClassName
{
border-color: #E005DC;
}
.TagClassName
{
border-color: #E005DC;
}
</style>