Shades of Deep Magenta #E20CCB
Tints of Deep Magenta #E20CCB
RGB
CMYK
RGB Variations
Color information
#E20CCB (or 0xE20CCB) is known color: Deep Magenta. HEX triplet: E2, 0C and CB. RGB value is (226,12,203). Sum of RGB (Red+Green+Blue) = 226+12+203=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20CCB is #1DF334. Grayscale: #616161. Windows color (decimal): -1962805 or 13307106. OLE color: 13307106.
HSL color Cylindrical-coordinate representation of color #E20CCB: hue angle of 306.45º 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 #E20CCB is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 203 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.11 |
| HSL | 306.45º | 0.9% | 0.47% | - |
| HSV(B) | 306.45º | 0.95% | 0.89% | - |
| XYZ | 42.28 | 20.74 | 58.28 | - |
| YUV | 97.76 | 187.4 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 203 | 0 | 0.95 | 0.10 | 0.11 | 306.45 | 0.9 | 0.47 |
| Hex | E2 | C | CB | 0 | 5F | A | B | 132 | 5A | 2F |
| Octal | 342 | 14 | 313 | 0 | 137 | 12 | 13 | 462 | 132 | 57 |
| Binary | 11100010 | 1100 | 11001011 | 0 | 1011111 | 1010 | 1011 | 100110010 | 1011010 | 101111 |
Color Harmonies of #E20CCB
Complementary color
Monochromatic Colors of #E20CCB
Black with #E20CCB
Text Example
Text Example
White with #E20CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CCB; }
p { color: rgb(226,12,203); }
H1.HeaderClassName
{
color: #E20CCB;
}
.AnyTagClassName
{
color: #E20CCB;
}
</style>
background-color css
<style>
a { background-color: #E20CCB; }
a { background-color: rgb(226,12,203); }
div.DivClassName
{
background-color: #E20CCB;
}
.BgClassName
{
background-color: #E20CCB;
}
</style>
border-color css
<style>
span { border-color: #E20CCB; }
span { border-color: rgb(226,12,203); }
td.TdClassName
{
border-color: #E20CCB;
}
.TagClassName
{
border-color: #E20CCB;
}
</style>