Shades of Deep Magenta #E115DB
Tints of Deep Magenta #E115DB
RGB
CMYK
RGB Variations
Color information
#E115DB (or 0xE115DB) is known color: Deep Magenta. HEX triplet: E1, 15 and DB. RGB value is (225,21,219). Sum of RGB (Red+Green+Blue) = 225+21+219=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E115DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115DB is #1EEA24. Grayscale: #676767. Windows color (decimal): -2026021 or 14357985. OLE color: 14357985.
HSL color Cylindrical-coordinate representation of color #E115DB: hue angle of 301.76º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E115DB is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 219 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.12 |
| HSL | 301.76º | 0.83% | 0.48% | - |
| HSV(B) | 301.76º | 0.91% | 0.88% | - |
| XYZ | 44.11 | 21.66 | 68.87 | - |
| YUV | 104.57 | 192.59 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 219 | 0 | 0.91 | 0.03 | 0.12 | 301.76 | 0.83 | 0.48 |
| Hex | E1 | 15 | DB | 0 | 5B | 3 | C | 12E | 53 | 30 |
| Octal | 341 | 25 | 333 | 0 | 133 | 3 | 14 | 456 | 123 | 60 |
| Binary | 11100001 | 10101 | 11011011 | 0 | 1011011 | 11 | 1100 | 100101110 | 1010011 | 110000 |
Color Harmonies of #E115DB
Complementary color
Monochromatic Colors of #E115DB
Black with #E115DB
Text Example
Text Example
White with #E115DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115DB; }
p { color: rgb(225,21,219); }
H1.HeaderClassName
{
color: #E115DB;
}
.AnyTagClassName
{
color: #E115DB;
}
</style>
background-color css
<style>
a { background-color: #E115DB; }
a { background-color: rgb(225,21,219); }
div.DivClassName
{
background-color: #E115DB;
}
.BgClassName
{
background-color: #E115DB;
}
</style>
border-color css
<style>
span { border-color: #E115DB; }
span { border-color: rgb(225,21,219); }
td.TdClassName
{
border-color: #E115DB;
}
.TagClassName
{
border-color: #E115DB;
}
</style>