Shades of Deep Magenta #E20CDC
Tints of Deep Magenta #E20CDC
RGB
CMYK
RGB Variations
Color information
#E20CDC (or 0xE20CDC) is known color: Deep Magenta. HEX triplet: E2, 0C and DC. RGB value is (226,12,220). Sum of RGB (Red+Green+Blue) = 226+12+220=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20CDC is #1DF323. Grayscale: #636363. Windows color (decimal): -1962788 or 14421218. OLE color: 14421218.
HSL color Cylindrical-coordinate representation of color #E20CDC: hue angle of 301.68º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20CDC is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 220 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.11 |
| HSL | 301.68º | 0.9% | 0.47% | - |
| HSV(B) | 301.68º | 0.95% | 0.89% | - |
| XYZ | 44.41 | 21.6 | 69.54 | - |
| YUV | 99.7 | 195.9 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 220 | 0 | 0.95 | 0.03 | 0.11 | 301.68 | 0.9 | 0.47 |
| Hex | E2 | C | DC | 0 | 5F | 3 | B | 12E | 5A | 2F |
| Octal | 342 | 14 | 334 | 0 | 137 | 3 | 13 | 456 | 132 | 57 |
| Binary | 11100010 | 1100 | 11011100 | 0 | 1011111 | 11 | 1011 | 100101110 | 1011010 | 101111 |
Color Harmonies of #E20CDC
Complementary color
Monochromatic Colors of #E20CDC
Black with #E20CDC
Text Example
Text Example
White with #E20CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CDC; }
p { color: rgb(226,12,220); }
H1.HeaderClassName
{
color: #E20CDC;
}
.AnyTagClassName
{
color: #E20CDC;
}
</style>
background-color css
<style>
a { background-color: #E20CDC; }
a { background-color: rgb(226,12,220); }
div.DivClassName
{
background-color: #E20CDC;
}
.BgClassName
{
background-color: #E20CDC;
}
</style>
border-color css
<style>
span { border-color: #E20CDC; }
span { border-color: rgb(226,12,220); }
td.TdClassName
{
border-color: #E20CDC;
}
.TagClassName
{
border-color: #E20CDC;
}
</style>