Shades of Deep Magenta #E20CCD
Tints of Deep Magenta #E20CCD
RGB
CMYK
RGB Variations
Color information
#E20CCD (or 0xE20CCD) is known color: Deep Magenta. HEX triplet: E2, 0C and CD. RGB value is (226,12,205). Sum of RGB (Red+Green+Blue) = 226+12+205=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20CCD is #1DF332. Grayscale: #616161. Windows color (decimal): -1962803 or 13438178. OLE color: 13438178.
HSL color Cylindrical-coordinate representation of color #E20CCD: hue angle of 305.89º 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 #E20CCD is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 205 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.11 |
| HSL | 305.89º | 0.9% | 0.47% | - |
| HSV(B) | 305.89º | 0.95% | 0.89% | - |
| XYZ | 42.51 | 20.84 | 59.54 | - |
| YUV | 97.99 | 188.4 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 205 | 0 | 0.95 | 0.09 | 0.11 | 305.89 | 0.9 | 0.47 |
| Hex | E2 | C | CD | 0 | 5F | 9 | B | 132 | 5A | 2F |
| Octal | 342 | 14 | 315 | 0 | 137 | 11 | 13 | 462 | 132 | 57 |
| Binary | 11100010 | 1100 | 11001101 | 0 | 1011111 | 1001 | 1011 | 100110010 | 1011010 | 101111 |
Color Harmonies of #E20CCD
Complementary color
Monochromatic Colors of #E20CCD
Black with #E20CCD
Text Example
Text Example
White with #E20CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CCD; }
p { color: rgb(226,12,205); }
H1.HeaderClassName
{
color: #E20CCD;
}
.AnyTagClassName
{
color: #E20CCD;
}
</style>
background-color css
<style>
a { background-color: #E20CCD; }
a { background-color: rgb(226,12,205); }
div.DivClassName
{
background-color: #E20CCD;
}
.BgClassName
{
background-color: #E20CCD;
}
</style>
border-color css
<style>
span { border-color: #E20CCD; }
span { border-color: rgb(226,12,205); }
td.TdClassName
{
border-color: #E20CCD;
}
.TagClassName
{
border-color: #E20CCD;
}
</style>