Shades of Deep Magenta #E502DC
Tints of Deep Magenta #E502DC
RGB
CMYK
RGB Variations
Color information
#E502DC (or 0xE502DC) is known color: Deep Magenta. HEX triplet: E5, 02 and DC. RGB value is (229,2,220). Sum of RGB (Red+Green+Blue) = 229+2+220=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E502DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502DC is #1AFD23. Grayscale: #5E5E5E. Windows color (decimal): -1768740 or 14418661. OLE color: 14418661.
HSL color Cylindrical-coordinate representation of color #E502DC: hue angle of 302.38º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E502DC is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 220 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.10 |
| HSL | 302.38º | 0.98% | 0.45% | - |
| HSV(B) | 302.38º | 0.99% | 0.9% | - |
| XYZ | 45.25 | 21.87 | 69.55 | - |
| YUV | 94.73 | 198.71 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 220 | 0 | 0.99 | 0.04 | 0.10 | 302.38 | 0.98 | 0.45 |
| Hex | E5 | 2 | DC | 0 | 63 | 4 | A | 12E | 62 | 2D |
| Octal | 345 | 2 | 334 | 0 | 143 | 4 | 12 | 456 | 142 | 55 |
| Binary | 11100101 | 10 | 11011100 | 0 | 1100011 | 100 | 1010 | 100101110 | 1100010 | 101101 |
Color Harmonies of #E502DC
Complementary color
Monochromatic Colors of #E502DC
Black with #E502DC
Text Example
Text Example
White with #E502DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E502DC; }
p { color: rgb(229,2,220); }
H1.HeaderClassName
{
color: #E502DC;
}
.AnyTagClassName
{
color: #E502DC;
}
</style>
background-color css
<style>
a { background-color: #E502DC; }
a { background-color: rgb(229,2,220); }
div.DivClassName
{
background-color: #E502DC;
}
.BgClassName
{
background-color: #E502DC;
}
</style>
border-color css
<style>
span { border-color: #E502DC; }
span { border-color: rgb(229,2,220); }
td.TdClassName
{
border-color: #E502DC;
}
.TagClassName
{
border-color: #E502DC;
}
</style>