Shades of Deep Magenta #E502CE
Tints of Deep Magenta #E502CE
RGB
CMYK
RGB Variations
Color information
#E502CE (or 0xE502CE) is known color: Deep Magenta. HEX triplet: E5, 02 and CE. RGB value is (229,2,206). Sum of RGB (Red+Green+Blue) = 229+2+206=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E502CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502CE is #1AFD31. Grayscale: #5C5C5C. Windows color (decimal): -1768754 or 13501157. OLE color: 13501157.
HSL color Cylindrical-coordinate representation of color #E502CE: hue angle of 306.08º 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 #E502CE is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 206 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.10 |
| HSL | 306.08º | 0.98% | 0.45% | - |
| HSV(B) | 306.08º | 0.99% | 0.9% | - |
| XYZ | 43.48 | 21.16 | 60.18 | - |
| YUV | 93.13 | 191.71 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 206 | 0 | 0.99 | 0.10 | 0.10 | 306.08 | 0.98 | 0.45 |
| Hex | E5 | 2 | CE | 0 | 63 | A | A | 132 | 62 | 2D |
| Octal | 345 | 2 | 316 | 0 | 143 | 12 | 12 | 462 | 142 | 55 |
| Binary | 11100101 | 10 | 11001110 | 0 | 1100011 | 1010 | 1010 | 100110010 | 1100010 | 101101 |
Color Harmonies of #E502CE
Complementary color
Monochromatic Colors of #E502CE
Black with #E502CE
Text Example
Text Example
White with #E502CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E502CE; }
p { color: rgb(229,2,206); }
H1.HeaderClassName
{
color: #E502CE;
}
.AnyTagClassName
{
color: #E502CE;
}
</style>
background-color css
<style>
a { background-color: #E502CE; }
a { background-color: rgb(229,2,206); }
div.DivClassName
{
background-color: #E502CE;
}
.BgClassName
{
background-color: #E502CE;
}
</style>
border-color css
<style>
span { border-color: #E502CE; }
span { border-color: rgb(229,2,206); }
td.TdClassName
{
border-color: #E502CE;
}
.TagClassName
{
border-color: #E502CE;
}
</style>