Shades of Deep Magenta #E20ADB
Tints of Deep Magenta #E20ADB
RGB
CMYK
RGB Variations
Color information
#E20ADB (or 0xE20ADB) is known color: Deep Magenta. HEX triplet: E2, 0A and DB. RGB value is (226,10,219). Sum of RGB (Red+Green+Blue) = 226+10+219=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E20ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20ADB is #1DF524. Grayscale: #616161. Windows color (decimal): -1963301 or 14355170. OLE color: 14355170.
HSL color Cylindrical-coordinate representation of color #E20ADB: hue angle of 301.94º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20ADB is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 219 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.11 |
| HSL | 301.94º | 0.92% | 0.46% | - |
| HSV(B) | 301.94º | 0.96% | 0.89% | - |
| XYZ | 44.26 | 21.5 | 68.84 | - |
| YUV | 98.41 | 196.06 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 219 | 0 | 0.96 | 0.03 | 0.11 | 301.94 | 0.92 | 0.46 |
| Hex | E2 | A | DB | 0 | 60 | 3 | B | 12E | 5C | 2E |
| Octal | 342 | 12 | 333 | 0 | 140 | 3 | 13 | 456 | 134 | 56 |
| Binary | 11100010 | 1010 | 11011011 | 0 | 1100000 | 11 | 1011 | 100101110 | 1011100 | 101110 |
Color Harmonies of #E20ADB
Complementary color
Monochromatic Colors of #E20ADB
Black with #E20ADB
Text Example
Text Example
White with #E20ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20ADB; }
p { color: rgb(226,10,219); }
H1.HeaderClassName
{
color: #E20ADB;
}
.AnyTagClassName
{
color: #E20ADB;
}
</style>
background-color css
<style>
a { background-color: #E20ADB; }
a { background-color: rgb(226,10,219); }
div.DivClassName
{
background-color: #E20ADB;
}
.BgClassName
{
background-color: #E20ADB;
}
</style>
border-color css
<style>
span { border-color: #E20ADB; }
span { border-color: rgb(226,10,219); }
td.TdClassName
{
border-color: #E20ADB;
}
.TagClassName
{
border-color: #E20ADB;
}
</style>