Shades of Deep Magenta #E20BDB
Tints of Deep Magenta #E20BDB
RGB
CMYK
RGB Variations
Color information
#E20BDB (or 0xE20BDB) is known color: Deep Magenta. HEX triplet: E2, 0B and DB. RGB value is (226,11,219). Sum of RGB (Red+Green+Blue) = 226+11+219=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20BDB is #1DF424. Grayscale: #626262. Windows color (decimal): -1963045 or 14355426. OLE color: 14355426.
HSL color Cylindrical-coordinate representation of color #E20BDB: hue angle of 301.95º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20BDB is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 219 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.11 |
| HSL | 301.95º | 0.91% | 0.46% | - |
| HSV(B) | 301.95º | 0.95% | 0.89% | - |
| XYZ | 44.27 | 21.52 | 68.84 | - |
| YUV | 99 | 195.73 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 219 | 0 | 0.95 | 0.03 | 0.11 | 301.95 | 0.91 | 0.46 |
| Hex | E2 | B | DB | 0 | 5F | 3 | B | 12E | 5B | 2E |
| Octal | 342 | 13 | 333 | 0 | 137 | 3 | 13 | 456 | 133 | 56 |
| Binary | 11100010 | 1011 | 11011011 | 0 | 1011111 | 11 | 1011 | 100101110 | 1011011 | 101110 |
Color Harmonies of #E20BDB
Complementary color
Monochromatic Colors of #E20BDB
Black with #E20BDB
Text Example
Text Example
White with #E20BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BDB; }
p { color: rgb(226,11,219); }
H1.HeaderClassName
{
color: #E20BDB;
}
.AnyTagClassName
{
color: #E20BDB;
}
</style>
background-color css
<style>
a { background-color: #E20BDB; }
a { background-color: rgb(226,11,219); }
div.DivClassName
{
background-color: #E20BDB;
}
.BgClassName
{
background-color: #E20BDB;
}
</style>
border-color css
<style>
span { border-color: #E20BDB; }
span { border-color: rgb(226,11,219); }
td.TdClassName
{
border-color: #E20BDB;
}
.TagClassName
{
border-color: #E20BDB;
}
</style>