Shades of Deep Magenta #E20ECC
Tints of Deep Magenta #E20ECC
RGB
CMYK
RGB Variations
Color information
#E20ECC (or 0xE20ECC) is known color: Deep Magenta. HEX triplet: E2, 0E and CC. RGB value is (226,14,204). Sum of RGB (Red+Green+Blue) = 226+14+204=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 14 (5.86% from 255 or 3.15% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E20ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20ECC is #1DF133. Grayscale: #626262. Windows color (decimal): -1962292 or 13373154. OLE color: 13373154.
HSL color Cylindrical-coordinate representation of color #E20ECC: hue angle of 306.23º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20ECC is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 14 | 204 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.11 |
| HSL | 306.23º | 0.88% | 0.47% | - |
| HSV(B) | 306.23º | 0.94% | 0.89% | - |
| XYZ | 42.42 | 20.84 | 58.91 | - |
| YUV | 99.05 | 187.24 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 204 | 0 | 0.94 | 0.10 | 0.11 | 306.23 | 0.88 | 0.47 |
| Hex | E2 | E | CC | 0 | 5E | A | B | 132 | 58 | 2F |
| Octal | 342 | 16 | 314 | 0 | 136 | 12 | 13 | 462 | 130 | 57 |
| Binary | 11100010 | 1110 | 11001100 | 0 | 1011110 | 1010 | 1011 | 100110010 | 1011000 | 101111 |
Color Harmonies of #E20ECC
Complementary color
Monochromatic Colors of #E20ECC
Black with #E20ECC
Text Example
Text Example
White with #E20ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20ECC; }
p { color: rgb(226,14,204); }
H1.HeaderClassName
{
color: #E20ECC;
}
.AnyTagClassName
{
color: #E20ECC;
}
</style>
background-color css
<style>
a { background-color: #E20ECC; }
a { background-color: rgb(226,14,204); }
div.DivClassName
{
background-color: #E20ECC;
}
.BgClassName
{
background-color: #E20ECC;
}
</style>
border-color css
<style>
span { border-color: #E20ECC; }
span { border-color: rgb(226,14,204); }
td.TdClassName
{
border-color: #E20ECC;
}
.TagClassName
{
border-color: #E20ECC;
}
</style>