Shades of Deep Magenta #E20DDB
Tints of Deep Magenta #E20DDB
RGB
CMYK
RGB Variations
Color information
#E20DDB (or 0xE20DDB) is known color: Deep Magenta. HEX triplet: E2, 0D and DB. RGB value is (226,13,219). Sum of RGB (Red+Green+Blue) = 226+13+219=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E20DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20DDB is #1DF224. Grayscale: #636363. Windows color (decimal): -1962533 or 14355938. OLE color: 14355938.
HSL color Cylindrical-coordinate representation of color #E20DDB: hue angle of 301.97º 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 #E20DDB is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 219 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.11 |
| HSL | 301.97º | 0.89% | 0.47% | - |
| HSV(B) | 301.97º | 0.94% | 0.89% | - |
| XYZ | 44.29 | 21.57 | 68.85 | - |
| YUV | 100.17 | 195.07 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 219 | 0 | 0.94 | 0.03 | 0.11 | 301.97 | 0.89 | 0.47 |
| Hex | E2 | D | DB | 0 | 5E | 3 | B | 12E | 59 | 2F |
| Octal | 342 | 15 | 333 | 0 | 136 | 3 | 13 | 456 | 131 | 57 |
| Binary | 11100010 | 1101 | 11011011 | 0 | 1011110 | 11 | 1011 | 100101110 | 1011001 | 101111 |
Color Harmonies of #E20DDB
Complementary color
Monochromatic Colors of #E20DDB
Black with #E20DDB
Text Example
Text Example
White with #E20DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20DDB; }
p { color: rgb(226,13,219); }
H1.HeaderClassName
{
color: #E20DDB;
}
.AnyTagClassName
{
color: #E20DDB;
}
</style>
background-color css
<style>
a { background-color: #E20DDB; }
a { background-color: rgb(226,13,219); }
div.DivClassName
{
background-color: #E20DDB;
}
.BgClassName
{
background-color: #E20DDB;
}
</style>
border-color css
<style>
span { border-color: #E20DDB; }
span { border-color: rgb(226,13,219); }
td.TdClassName
{
border-color: #E20DDB;
}
.TagClassName
{
border-color: #E20DDB;
}
</style>