Shades of Deep Magenta #E20DCB
Tints of Deep Magenta #E20DCB
RGB
CMYK
RGB Variations
Color information
#E20DCB (or 0xE20DCB) is known color: Deep Magenta. HEX triplet: E2, 0D and CB. RGB value is (226,13,203). Sum of RGB (Red+Green+Blue) = 226+13+203=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E20DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20DCB is #1DF234. Grayscale: #616161. Windows color (decimal): -1962549 or 13307362. OLE color: 13307362.
HSL color Cylindrical-coordinate representation of color #E20DCB: hue angle of 306.48º degrees, saturation: 0.89, 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 #E20DCB is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 203 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.11 |
| HSL | 306.48º | 0.89% | 0.47% | - |
| HSV(B) | 306.48º | 0.94% | 0.89% | - |
| XYZ | 42.29 | 20.77 | 58.28 | - |
| YUV | 98.35 | 187.07 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 203 | 0 | 0.94 | 0.10 | 0.11 | 306.48 | 0.89 | 0.47 |
| Hex | E2 | D | CB | 0 | 5E | A | B | 132 | 59 | 2F |
| Octal | 342 | 15 | 313 | 0 | 136 | 12 | 13 | 462 | 131 | 57 |
| Binary | 11100010 | 1101 | 11001011 | 0 | 1011110 | 1010 | 1011 | 100110010 | 1011001 | 101111 |
Color Harmonies of #E20DCB
Complementary color
Monochromatic Colors of #E20DCB
Black with #E20DCB
Text Example
Text Example
White with #E20DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20DCB; }
p { color: rgb(226,13,203); }
H1.HeaderClassName
{
color: #E20DCB;
}
.AnyTagClassName
{
color: #E20DCB;
}
</style>
background-color css
<style>
a { background-color: #E20DCB; }
a { background-color: rgb(226,13,203); }
div.DivClassName
{
background-color: #E20DCB;
}
.BgClassName
{
background-color: #E20DCB;
}
</style>
border-color css
<style>
span { border-color: #E20DCB; }
span { border-color: rgb(226,13,203); }
td.TdClassName
{
border-color: #E20DCB;
}
.TagClassName
{
border-color: #E20DCB;
}
</style>