Shades of Deep Magenta #E212CE
Tints of Deep Magenta #E212CE
RGB
CMYK
RGB Variations
Color information
#E212CE (or 0xE212CE) is known color: Deep Magenta. HEX triplet: E2, 12 and CE. RGB value is (226,18,206). Sum of RGB (Red+Green+Blue) = 226+18+206=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E212CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E212CE is #1DED31. Grayscale: #656565. Windows color (decimal): -1961266 or 13505250. OLE color: 13505250.
HSL color Cylindrical-coordinate representation of color #E212CE: hue angle of 305.77º 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 #E212CE is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 206 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.11 |
| HSL | 305.77º | 0.85% | 0.48% | - |
| HSV(B) | 305.77º | 0.92% | 0.89% | - |
| XYZ | 42.72 | 21.06 | 60.21 | - |
| YUV | 101.62 | 186.91 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 206 | 0 | 0.92 | 0.09 | 0.11 | 305.77 | 0.85 | 0.48 |
| Hex | E2 | 12 | CE | 0 | 5C | 9 | B | 132 | 55 | 30 |
| Octal | 342 | 22 | 316 | 0 | 134 | 11 | 13 | 462 | 125 | 60 |
| Binary | 11100010 | 10010 | 11001110 | 0 | 1011100 | 1001 | 1011 | 100110010 | 1010101 | 110000 |
Color Harmonies of #E212CE
Complementary color
Monochromatic Colors of #E212CE
Black with #E212CE
Text Example
Text Example
White with #E212CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E212CE; }
p { color: rgb(226,18,206); }
H1.HeaderClassName
{
color: #E212CE;
}
.AnyTagClassName
{
color: #E212CE;
}
</style>
background-color css
<style>
a { background-color: #E212CE; }
a { background-color: rgb(226,18,206); }
div.DivClassName
{
background-color: #E212CE;
}
.BgClassName
{
background-color: #E212CE;
}
</style>
border-color css
<style>
span { border-color: #E212CE; }
span { border-color: rgb(226,18,206); }
td.TdClassName
{
border-color: #E212CE;
}
.TagClassName
{
border-color: #E212CE;
}
</style>