Shades of Deep Magenta #E11FDB
Tints of Deep Magenta #E11FDB
RGB
CMYK
RGB Variations
Color information
#E11FDB (or 0xE11FDB) is known color: Deep Magenta. HEX triplet: E1, 1F and DB. RGB value is (225,31,219). Sum of RGB (Red+Green+Blue) = 225+31+219=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 31 (12.5% from 255 or 6.53% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FDB is #1EE024. Grayscale: #6D6D6D. Windows color (decimal): -2023461 or 14360545. OLE color: 14360545.
HSL color Cylindrical-coordinate representation of color #E11FDB: hue angle of 301.86º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11FDB is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 219 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.12 |
| HSL | 301.86º | 0.76% | 0.5% | - |
| HSV(B) | 301.86º | 0.86% | 0.88% | - |
| XYZ | 44.33 | 22.1 | 68.95 | - |
| YUV | 110.44 | 189.27 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 219 | 0 | 0.86 | 0.03 | 0.12 | 301.86 | 0.76 | 0.5 |
| Hex | E1 | 1F | DB | 0 | 56 | 3 | C | 12E | 4C | 32 |
| Octal | 341 | 37 | 333 | 0 | 126 | 3 | 14 | 456 | 114 | 62 |
| Binary | 11100001 | 11111 | 11011011 | 0 | 1010110 | 11 | 1100 | 100101110 | 1001100 | 110010 |
Color Harmonies of #E11FDB
Complementary color
Monochromatic Colors of #E11FDB
Black with #E11FDB
Text Example
Text Example
White with #E11FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FDB; }
p { color: rgb(225,31,219); }
H1.HeaderClassName
{
color: #E11FDB;
}
.AnyTagClassName
{
color: #E11FDB;
}
</style>
background-color css
<style>
a { background-color: #E11FDB; }
a { background-color: rgb(225,31,219); }
div.DivClassName
{
background-color: #E11FDB;
}
.BgClassName
{
background-color: #E11FDB;
}
</style>
border-color css
<style>
span { border-color: #E11FDB; }
span { border-color: rgb(225,31,219); }
td.TdClassName
{
border-color: #E11FDB;
}
.TagClassName
{
border-color: #E11FDB;
}
</style>