Shades of Deep Magenta #E501CE
Tints of Deep Magenta #E501CE
RGB
CMYK
RGB Variations
Color information
#E501CE (or 0xE501CE) is known color: Deep Magenta. HEX triplet: E5, 01 and CE. RGB value is (229,1,206). Sum of RGB (Red+Green+Blue) = 229+1+206=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E501CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501CE is #1AFE31. Grayscale: #5B5B5B. Windows color (decimal): -1769010 or 13500901. OLE color: 13500901.
HSL color Cylindrical-coordinate representation of color #E501CE: hue angle of 306.05º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E501CE is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.10 |
| HSL | 306.05º | 0.99% | 0.45% | - |
| HSV(B) | 306.05º | 1% | 0.9% | - |
| XYZ | 43.46 | 21.14 | 60.18 | - |
| YUV | 92.54 | 192.04 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 206 | 0 | 1.00 | 0.10 | 0.10 | 306.05 | 0.99 | 0.45 |
| Hex | E5 | 1 | CE | 0 | 64 | A | A | 132 | 63 | 2D |
| Octal | 345 | 1 | 316 | 0 | 144 | 12 | 12 | 462 | 143 | 55 |
| Binary | 11100101 | 1 | 11001110 | 0 | 1100100 | 1010 | 1010 | 100110010 | 1100011 | 101101 |
Color Harmonies of #E501CE
Complementary color
Monochromatic Colors of #E501CE
Black with #E501CE
Text Example
Text Example
White with #E501CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E501CE; }
p { color: rgb(229,1,206); }
H1.HeaderClassName
{
color: #E501CE;
}
.AnyTagClassName
{
color: #E501CE;
}
</style>
background-color css
<style>
a { background-color: #E501CE; }
a { background-color: rgb(229,1,206); }
div.DivClassName
{
background-color: #E501CE;
}
.BgClassName
{
background-color: #E501CE;
}
</style>
border-color css
<style>
span { border-color: #E501CE; }
span { border-color: rgb(229,1,206); }
td.TdClassName
{
border-color: #E501CE;
}
.TagClassName
{
border-color: #E501CE;
}
</style>