Shades of Deep Magenta #E108DB
Tints of Deep Magenta #E108DB
RGB
CMYK
RGB Variations
Color information
#E108DB (or 0xE108DB) is known color: Deep Magenta. HEX triplet: E1, 08 and DB. RGB value is (225,8,219). Sum of RGB (Red+Green+Blue) = 225+8+219=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 8 (3.52% from 255 or 1.77% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E108DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E108DB is #1EF724. Grayscale: #606060. Windows color (decimal): -2029349 or 14354657. OLE color: 14354657.
HSL color Cylindrical-coordinate representation of color #E108DB: hue angle of 301.66º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E108DB is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 219 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.12 |
| HSL | 301.66º | 0.93% | 0.46% | - |
| HSV(B) | 301.66º | 0.96% | 0.88% | - |
| XYZ | 43.92 | 21.3 | 68.81 | - |
| YUV | 96.94 | 196.89 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 219 | 0 | 0.96 | 0.03 | 0.12 | 301.66 | 0.93 | 0.46 |
| Hex | E1 | 8 | DB | 0 | 60 | 3 | C | 12E | 5D | 2E |
| Octal | 341 | 10 | 333 | 0 | 140 | 3 | 14 | 456 | 135 | 56 |
| Binary | 11100001 | 1000 | 11011011 | 0 | 1100000 | 11 | 1100 | 100101110 | 1011101 | 101110 |
Color Harmonies of #E108DB
Complementary color
Monochromatic Colors of #E108DB
Black with #E108DB
Text Example
Text Example
White with #E108DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E108DB; }
p { color: rgb(225,8,219); }
H1.HeaderClassName
{
color: #E108DB;
}
.AnyTagClassName
{
color: #E108DB;
}
</style>
background-color css
<style>
a { background-color: #E108DB; }
a { background-color: rgb(225,8,219); }
div.DivClassName
{
background-color: #E108DB;
}
.BgClassName
{
background-color: #E108DB;
}
</style>
border-color css
<style>
span { border-color: #E108DB; }
span { border-color: rgb(225,8,219); }
td.TdClassName
{
border-color: #E108DB;
}
.TagClassName
{
border-color: #E108DB;
}
</style>