Shades of Deep Magenta #E312CE
Tints of Deep Magenta #E312CE
RGB
CMYK
RGB Variations
Color information
#E312CE (or 0xE312CE) is known color: Deep Magenta. HEX triplet: E3, 12 and CE. RGB value is (227,18,206). Sum of RGB (Red+Green+Blue) = 227+18+206=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E312CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E312CE is #1CED31. Grayscale: #656565. Windows color (decimal): -1895730 or 13505251. OLE color: 13505251.
HSL color Cylindrical-coordinate representation of color #E312CE: hue angle of 306.03º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E312CE is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 206 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.11 |
| HSL | 306.03º | 0.85% | 0.48% | - |
| HSV(B) | 306.03º | 0.92% | 0.89% | - |
| XYZ | 43.04 | 21.22 | 60.22 | - |
| YUV | 101.92 | 186.74 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 206 | 0 | 0.92 | 0.09 | 0.11 | 306.03 | 0.85 | 0.48 |
| Hex | E3 | 12 | CE | 0 | 5C | 9 | B | 132 | 55 | 30 |
| Octal | 343 | 22 | 316 | 0 | 134 | 11 | 13 | 462 | 125 | 60 |
| Binary | 11100011 | 10010 | 11001110 | 0 | 1011100 | 1001 | 1011 | 100110010 | 1010101 | 110000 |
Color Harmonies of #E312CE
Complementary color
Monochromatic Colors of #E312CE
Black with #E312CE
Text Example
Text Example
White with #E312CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E312CE; }
p { color: rgb(227,18,206); }
H1.HeaderClassName
{
color: #E312CE;
}
.AnyTagClassName
{
color: #E312CE;
}
</style>
background-color css
<style>
a { background-color: #E312CE; }
a { background-color: rgb(227,18,206); }
div.DivClassName
{
background-color: #E312CE;
}
.BgClassName
{
background-color: #E312CE;
}
</style>
border-color css
<style>
span { border-color: #E312CE; }
span { border-color: rgb(227,18,206); }
td.TdClassName
{
border-color: #E312CE;
}
.TagClassName
{
border-color: #E312CE;
}
</style>