Shades of Deep Magenta #E502D9
Tints of Deep Magenta #E502D9
RGB
CMYK
RGB Variations
Color information
#E502D9 (or 0xE502D9) is known color: Deep Magenta. HEX triplet: E5, 02 and D9. RGB value is (229,2,217). Sum of RGB (Red+Green+Blue) = 229+2+217=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E502D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502D9 is #1AFD26. Grayscale: #5D5D5D. Windows color (decimal): -1768743 or 14222053. OLE color: 14222053.
HSL color Cylindrical-coordinate representation of color #E502D9: hue angle of 303.17º 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 #E502D9 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 217 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.10 |
| HSL | 303.17º | 0.98% | 0.45% | - |
| HSV(B) | 303.17º | 0.99% | 0.9% | - |
| XYZ | 44.86 | 21.71 | 67.47 | - |
| YUV | 94.38 | 197.21 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 217 | 0 | 0.99 | 0.05 | 0.10 | 303.17 | 0.98 | 0.45 |
| Hex | E5 | 2 | D9 | 0 | 63 | 5 | A | 12F | 62 | 2D |
| Octal | 345 | 2 | 331 | 0 | 143 | 5 | 12 | 457 | 142 | 55 |
| Binary | 11100101 | 10 | 11011001 | 0 | 1100011 | 101 | 1010 | 100101111 | 1100010 | 101101 |
Color Harmonies of #E502D9
Complementary color
Monochromatic Colors of #E502D9
Black with #E502D9
Text Example
Text Example
White with #E502D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E502D9; }
p { color: rgb(229,2,217); }
H1.HeaderClassName
{
color: #E502D9;
}
.AnyTagClassName
{
color: #E502D9;
}
</style>
background-color css
<style>
a { background-color: #E502D9; }
a { background-color: rgb(229,2,217); }
div.DivClassName
{
background-color: #E502D9;
}
.BgClassName
{
background-color: #E502D9;
}
</style>
border-color css
<style>
span { border-color: #E502D9; }
span { border-color: rgb(229,2,217); }
td.TdClassName
{
border-color: #E502D9;
}
.TagClassName
{
border-color: #E502D9;
}
</style>