Shades of Deep Magenta #E500DC
Tints of Deep Magenta #E500DC
RGB
CMYK
RGB Variations
Color information
#E500DC (or 0xE500DC) is known color: Deep Magenta. HEX triplet: E5, 00 and DC. RGB value is (229,0,220). Sum of RGB (Red+Green+Blue) = 229+0+220=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E500DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E500DC is #1AFF23. Grayscale: #5C5C5C. Windows color (decimal): -1769252 or 14418149. OLE color: 14418149.
HSL color Cylindrical-coordinate representation of color #E500DC: hue angle of 302.36º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E500DC is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 220 | - |
| CMYK | 0 | 1 | 0.04 | 0.10 |
| HSL | 302.36º | 1% | 0.45% | - |
| HSV(B) | 302.36º | 1% | 0.9% | - |
| XYZ | 45.23 | 21.83 | 69.54 | - |
| YUV | 93.55 | 199.37 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 220 | 0 | 1 | 0.04 | 0.10 | 302.36 | 1 | 0.45 |
| Hex | E5 | 0 | DC | 0 | 64 | 4 | A | 12E | 64 | 2D |
| Octal | 345 | 0 | 334 | 0 | 144 | 4 | 12 | 456 | 144 | 55 |
| Binary | 11100101 | 0 | 11011100 | 0 | 1100100 | 100 | 1010 | 100101110 | 1100100 | 101101 |
Color Harmonies of #E500DC
Complementary color
Monochromatic Colors of #E500DC
Black with #E500DC
Text Example
Text Example
White with #E500DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E500DC; }
p { color: rgb(229,0,220); }
H1.HeaderClassName
{
color: #E500DC;
}
.AnyTagClassName
{
color: #E500DC;
}
</style>
background-color css
<style>
a { background-color: #E500DC; }
a { background-color: rgb(229,0,220); }
div.DivClassName
{
background-color: #E500DC;
}
.BgClassName
{
background-color: #E500DC;
}
</style>
border-color css
<style>
span { border-color: #E500DC; }
span { border-color: rgb(229,0,220); }
td.TdClassName
{
border-color: #E500DC;
}
.TagClassName
{
border-color: #E500DC;
}
</style>