Shades of Deep Magenta #E11DDB
Tints of Deep Magenta #E11DDB
RGB
CMYK
RGB Variations
Color information
#E11DDB (or 0xE11DDB) is known color: Deep Magenta. HEX triplet: E1, 1D and DB. RGB value is (225,29,219). Sum of RGB (Red+Green+Blue) = 225+29+219=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DDB is #1EE224. Grayscale: #6C6C6C. Windows color (decimal): -2023973 or 14360033. OLE color: 14360033.
HSL color Cylindrical-coordinate representation of color #E11DDB: hue angle of 301.84º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11DDB is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 219 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.12 |
| HSL | 301.84º | 0.77% | 0.5% | - |
| HSV(B) | 301.84º | 0.87% | 0.88% | - |
| XYZ | 44.28 | 22 | 68.93 | - |
| YUV | 109.26 | 189.93 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 219 | 0 | 0.87 | 0.03 | 0.12 | 301.84 | 0.77 | 0.5 |
| Hex | E1 | 1D | DB | 0 | 57 | 3 | C | 12E | 4D | 32 |
| Octal | 341 | 35 | 333 | 0 | 127 | 3 | 14 | 456 | 115 | 62 |
| Binary | 11100001 | 11101 | 11011011 | 0 | 1010111 | 11 | 1100 | 100101110 | 1001101 | 110010 |
Color Harmonies of #E11DDB
Complementary color
Monochromatic Colors of #E11DDB
Black with #E11DDB
Text Example
Text Example
White with #E11DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11DDB; }
p { color: rgb(225,29,219); }
H1.HeaderClassName
{
color: #E11DDB;
}
.AnyTagClassName
{
color: #E11DDB;
}
</style>
background-color css
<style>
a { background-color: #E11DDB; }
a { background-color: rgb(225,29,219); }
div.DivClassName
{
background-color: #E11DDB;
}
.BgClassName
{
background-color: #E11DDB;
}
</style>
border-color css
<style>
span { border-color: #E11DDB; }
span { border-color: rgb(225,29,219); }
td.TdClassName
{
border-color: #E11DDB;
}
.TagClassName
{
border-color: #E11DDB;
}
</style>