Shades of Deep Magenta #E105DB
Tints of Deep Magenta #E105DB
RGB
CMYK
RGB Variations
Color information
#E105DB (or 0xE105DB) is known color: Deep Magenta. HEX triplet: E1, 05 and DB. RGB value is (225,5,219). Sum of RGB (Red+Green+Blue) = 225+5+219=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E105DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E105DB is #1EFA24. Grayscale: #5E5E5E. Windows color (decimal): -2030117 or 14353889. OLE color: 14353889.
HSL color Cylindrical-coordinate representation of color #E105DB: hue angle of 301.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E105DB is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 219 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.12 |
| HSL | 301.64º | 0.96% | 0.45% | - |
| HSV(B) | 301.64º | 0.98% | 0.88% | - |
| XYZ | 43.89 | 21.23 | 68.8 | - |
| YUV | 95.18 | 197.89 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 219 | 0 | 0.98 | 0.03 | 0.12 | 301.64 | 0.96 | 0.45 |
| Hex | E1 | 5 | DB | 0 | 62 | 3 | C | 12E | 60 | 2D |
| Octal | 341 | 5 | 333 | 0 | 142 | 3 | 14 | 456 | 140 | 55 |
| Binary | 11100001 | 101 | 11011011 | 0 | 1100010 | 11 | 1100 | 100101110 | 1100000 | 101101 |
Color Harmonies of #E105DB
Complementary color
Monochromatic Colors of #E105DB
Black with #E105DB
Text Example
Text Example
White with #E105DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E105DB; }
p { color: rgb(225,5,219); }
H1.HeaderClassName
{
color: #E105DB;
}
.AnyTagClassName
{
color: #E105DB;
}
</style>
background-color css
<style>
a { background-color: #E105DB; }
a { background-color: rgb(225,5,219); }
div.DivClassName
{
background-color: #E105DB;
}
.BgClassName
{
background-color: #E105DB;
}
</style>
border-color css
<style>
span { border-color: #E105DB; }
span { border-color: rgb(225,5,219); }
td.TdClassName
{
border-color: #E105DB;
}
.TagClassName
{
border-color: #E105DB;
}
</style>