Shades of Deep Magenta #E500CE
Tints of Deep Magenta #E500CE
RGB
CMYK
RGB Variations
Color information
#E500CE (or 0xE500CE) is known color: Deep Magenta. HEX triplet: E5, 00 and CE. RGB value is (229,0,206). Sum of RGB (Red+Green+Blue) = 229+0+206=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E500CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E500CE is #1AFF31. Grayscale: #5B5B5B. Windows color (decimal): -1769266 or 13500645. OLE color: 13500645.
HSL color Cylindrical-coordinate representation of color #E500CE: hue angle of 306.03º 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 #E500CE is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 206 | - |
| CMYK | 0 | 1 | 0.10 | 0.10 |
| HSL | 306.03º | 1% | 0.45% | - |
| HSV(B) | 306.03º | 1% | 0.9% | - |
| XYZ | 43.45 | 21.11 | 60.18 | - |
| YUV | 91.96 | 192.37 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 206 | 0 | 1 | 0.10 | 0.10 | 306.03 | 1 | 0.45 |
| Hex | E5 | 0 | CE | 0 | 64 | A | A | 132 | 64 | 2D |
| Octal | 345 | 0 | 316 | 0 | 144 | 12 | 12 | 462 | 144 | 55 |
| Binary | 11100101 | 0 | 11001110 | 0 | 1100100 | 1010 | 1010 | 100110010 | 1100100 | 101101 |
Color Harmonies of #E500CE
Complementary color
Monochromatic Colors of #E500CE
Black with #E500CE
Text Example
Text Example
White with #E500CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E500CE; }
p { color: rgb(229,0,206); }
H1.HeaderClassName
{
color: #E500CE;
}
.AnyTagClassName
{
color: #E500CE;
}
</style>
background-color css
<style>
a { background-color: #E500CE; }
a { background-color: rgb(229,0,206); }
div.DivClassName
{
background-color: #E500CE;
}
.BgClassName
{
background-color: #E500CE;
}
</style>
border-color css
<style>
span { border-color: #E500CE; }
span { border-color: rgb(229,0,206); }
td.TdClassName
{
border-color: #E500CE;
}
.TagClassName
{
border-color: #E500CE;
}
</style>