Shades of Deep Magenta #E20CC5
Tints of Deep Magenta #E20CC5
RGB
CMYK
RGB Variations
Color information
#E20CC5 (or 0xE20CC5) is known color: Deep Magenta. HEX triplet: E2, 0C and C5. RGB value is (226,12,197). Sum of RGB (Red+Green+Blue) = 226+12+197=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20CC5 is #1DF33A. Grayscale: #606060. Windows color (decimal): -1962811 or 12913890. OLE color: 12913890.
HSL color Cylindrical-coordinate representation of color #E20CC5: hue angle of 308.13º 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 #E20CC5 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 197 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.11 |
| HSL | 308.13º | 0.9% | 0.47% | - |
| HSV(B) | 308.13º | 0.95% | 0.89% | - |
| XYZ | 41.57 | 20.46 | 54.58 | - |
| YUV | 97.08 | 184.4 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 197 | 0 | 0.95 | 0.13 | 0.11 | 308.13 | 0.9 | 0.47 |
| Hex | E2 | C | C5 | 0 | 5F | D | B | 134 | 5A | 2F |
| Octal | 342 | 14 | 305 | 0 | 137 | 15 | 13 | 464 | 132 | 57 |
| Binary | 11100010 | 1100 | 11000101 | 0 | 1011111 | 1101 | 1011 | 100110100 | 1011010 | 101111 |
Color Harmonies of #E20CC5
Complementary color
Monochromatic Colors of #E20CC5
Black with #E20CC5
Text Example
Text Example
White with #E20CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CC5; }
p { color: rgb(226,12,197); }
H1.HeaderClassName
{
color: #E20CC5;
}
.AnyTagClassName
{
color: #E20CC5;
}
</style>
background-color css
<style>
a { background-color: #E20CC5; }
a { background-color: rgb(226,12,197); }
div.DivClassName
{
background-color: #E20CC5;
}
.BgClassName
{
background-color: #E20CC5;
}
</style>
border-color css
<style>
span { border-color: #E20CC5; }
span { border-color: rgb(226,12,197); }
td.TdClassName
{
border-color: #E20CC5;
}
.TagClassName
{
border-color: #E20CC5;
}
</style>