Shades of Deep Magenta #E502D7
Tints of Deep Magenta #E502D7
RGB
CMYK
RGB Variations
Color information
#E502D7 (or 0xE502D7) is known color: Deep Magenta. HEX triplet: E5, 02 and D7. RGB value is (229,2,215). Sum of RGB (Red+Green+Blue) = 229+2+215=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E502D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502D7 is #1AFD28. Grayscale: #5D5D5D. Windows color (decimal): -1768745 or 14090981. OLE color: 14090981.
HSL color Cylindrical-coordinate representation of color #E502D7: hue angle of 303.7º 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 #E502D7 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 215 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.10 |
| HSL | 303.7º | 0.98% | 0.45% | - |
| HSV(B) | 303.7º | 0.99% | 0.9% | - |
| XYZ | 44.6 | 21.61 | 66.11 | - |
| YUV | 94.16 | 196.21 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 215 | 0 | 0.99 | 0.06 | 0.10 | 303.7 | 0.98 | 0.45 |
| Hex | E5 | 2 | D7 | 0 | 63 | 6 | A | 130 | 62 | 2D |
| Octal | 345 | 2 | 327 | 0 | 143 | 6 | 12 | 460 | 142 | 55 |
| Binary | 11100101 | 10 | 11010111 | 0 | 1100011 | 110 | 1010 | 100110000 | 1100010 | 101101 |
Color Harmonies of #E502D7
Complementary color
Monochromatic Colors of #E502D7
Black with #E502D7
Text Example
Text Example
White with #E502D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E502D7; }
p { color: rgb(229,2,215); }
H1.HeaderClassName
{
color: #E502D7;
}
.AnyTagClassName
{
color: #E502D7;
}
</style>
background-color css
<style>
a { background-color: #E502D7; }
a { background-color: rgb(229,2,215); }
div.DivClassName
{
background-color: #E502D7;
}
.BgClassName
{
background-color: #E502D7;
}
</style>
border-color css
<style>
span { border-color: #E502D7; }
span { border-color: rgb(229,2,215); }
td.TdClassName
{
border-color: #E502D7;
}
.TagClassName
{
border-color: #E502D7;
}
</style>