Shades of Deep Magenta #E50CCE
Tints of Deep Magenta #E50CCE
RGB
CMYK
RGB Variations
Color information
#E50CCE (or 0xE50CCE) is known color: Deep Magenta. HEX triplet: E5, 0C and CE. RGB value is (229,12,206). Sum of RGB (Red+Green+Blue) = 229+12+206=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CCE is #1AF331. Grayscale: #626262. Windows color (decimal): -1766194 or 13503717. OLE color: 13503717.
HSL color Cylindrical-coordinate representation of color #E50CCE: hue angle of 306.36º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CCE is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 206 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.10 |
| HSL | 306.36º | 0.9% | 0.47% | - |
| HSV(B) | 306.36º | 0.95% | 0.9% | - |
| XYZ | 43.59 | 21.38 | 60.22 | - |
| YUV | 99 | 188.39 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 206 | 0 | 0.95 | 0.10 | 0.10 | 306.36 | 0.9 | 0.47 |
| Hex | E5 | C | CE | 0 | 5F | A | A | 132 | 5A | 2F |
| Octal | 345 | 14 | 316 | 0 | 137 | 12 | 12 | 462 | 132 | 57 |
| Binary | 11100101 | 1100 | 11001110 | 0 | 1011111 | 1010 | 1010 | 100110010 | 1011010 | 101111 |
Color Harmonies of #E50CCE
Complementary color
Monochromatic Colors of #E50CCE
Black with #E50CCE
Text Example
Text Example
White with #E50CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CCE; }
p { color: rgb(229,12,206); }
H1.HeaderClassName
{
color: #E50CCE;
}
.AnyTagClassName
{
color: #E50CCE;
}
</style>
background-color css
<style>
a { background-color: #E50CCE; }
a { background-color: rgb(229,12,206); }
div.DivClassName
{
background-color: #E50CCE;
}
.BgClassName
{
background-color: #E50CCE;
}
</style>
border-color css
<style>
span { border-color: #E50CCE; }
span { border-color: rgb(229,12,206); }
td.TdClassName
{
border-color: #E50CCE;
}
.TagClassName
{
border-color: #E50CCE;
}
</style>