Shades of Deep Magenta #E11BDB
Tints of Deep Magenta #E11BDB
RGB
CMYK
RGB Variations
Color information
#E11BDB (or 0xE11BDB) is known color: Deep Magenta. HEX triplet: E1, 1B and DB. RGB value is (225,27,219). Sum of RGB (Red+Green+Blue) = 225+27+219=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 27 (10.94% from 255 or 5.73% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E11BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11BDB is #1EE424. Grayscale: #6B6B6B. Windows color (decimal): -2024485 or 14359521. OLE color: 14359521.
HSL color Cylindrical-coordinate representation of color #E11BDB: hue angle of 301.82º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11BDB is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 219 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.12 |
| HSL | 301.82º | 0.79% | 0.49% | - |
| HSV(B) | 301.82º | 0.88% | 0.88% | - |
| XYZ | 44.23 | 21.91 | 68.91 | - |
| YUV | 108.09 | 190.6 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 219 | 0 | 0.88 | 0.03 | 0.12 | 301.82 | 0.79 | 0.49 |
| Hex | E1 | 1B | DB | 0 | 58 | 3 | C | 12E | 4F | 31 |
| Octal | 341 | 33 | 333 | 0 | 130 | 3 | 14 | 456 | 117 | 61 |
| Binary | 11100001 | 11011 | 11011011 | 0 | 1011000 | 11 | 1100 | 100101110 | 1001111 | 110001 |
Color Harmonies of #E11BDB
Complementary color
Monochromatic Colors of #E11BDB
Black with #E11BDB
Text Example
Text Example
White with #E11BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11BDB; }
p { color: rgb(225,27,219); }
H1.HeaderClassName
{
color: #E11BDB;
}
.AnyTagClassName
{
color: #E11BDB;
}
</style>
background-color css
<style>
a { background-color: #E11BDB; }
a { background-color: rgb(225,27,219); }
div.DivClassName
{
background-color: #E11BDB;
}
.BgClassName
{
background-color: #E11BDB;
}
</style>
border-color css
<style>
span { border-color: #E11BDB; }
span { border-color: rgb(225,27,219); }
td.TdClassName
{
border-color: #E11BDB;
}
.TagClassName
{
border-color: #E11BDB;
}
</style>