Shades of Deep Magenta #E212CC
Tints of Deep Magenta #E212CC
RGB
CMYK
RGB Variations
Color information
#E212CC (or 0xE212CC) is known color: Deep Magenta. HEX triplet: E2, 12 and CC. RGB value is (226,18,204). Sum of RGB (Red+Green+Blue) = 226+18+204=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E212CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E212CC is #1DED33. Grayscale: #646464. Windows color (decimal): -1961268 or 13374178. OLE color: 13374178.
HSL color Cylindrical-coordinate representation of color #E212CC: hue angle of 306.35º 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 #E212CC is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 204 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.11 |
| HSL | 306.35º | 0.85% | 0.48% | - |
| HSV(B) | 306.35º | 0.92% | 0.89% | - |
| XYZ | 42.48 | 20.96 | 58.93 | - |
| YUV | 101.4 | 185.91 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 204 | 0 | 0.92 | 0.10 | 0.11 | 306.35 | 0.85 | 0.48 |
| Hex | E2 | 12 | CC | 0 | 5C | A | B | 132 | 55 | 30 |
| Octal | 342 | 22 | 314 | 0 | 134 | 12 | 13 | 462 | 125 | 60 |
| Binary | 11100010 | 10010 | 11001100 | 0 | 1011100 | 1010 | 1011 | 100110010 | 1010101 | 110000 |
Color Harmonies of #E212CC
Complementary color
Monochromatic Colors of #E212CC
Black with #E212CC
Text Example
Text Example
White with #E212CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E212CC; }
p { color: rgb(226,18,204); }
H1.HeaderClassName
{
color: #E212CC;
}
.AnyTagClassName
{
color: #E212CC;
}
</style>
background-color css
<style>
a { background-color: #E212CC; }
a { background-color: rgb(226,18,204); }
div.DivClassName
{
background-color: #E212CC;
}
.BgClassName
{
background-color: #E212CC;
}
</style>
border-color css
<style>
span { border-color: #E212CC; }
span { border-color: rgb(226,18,204); }
td.TdClassName
{
border-color: #E212CC;
}
.TagClassName
{
border-color: #E212CC;
}
</style>