Shades of Deep Magenta #E115D9
Tints of Deep Magenta #E115D9
RGB
CMYK
RGB Variations
Color information
#E115D9 (or 0xE115D9) is known color: Deep Magenta. HEX triplet: E1, 15 and D9. RGB value is (225,21,217). Sum of RGB (Red+Green+Blue) = 225+21+217=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E115D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115D9 is #1EEA26. Grayscale: #676767. Windows color (decimal): -2026023 or 14226913. OLE color: 14226913.
HSL color Cylindrical-coordinate representation of color #E115D9: hue angle of 302.35º 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 #E115D9 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 217 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.12 |
| HSL | 302.35º | 0.83% | 0.48% | - |
| HSV(B) | 302.35º | 0.91% | 0.88% | - |
| XYZ | 43.84 | 21.55 | 67.5 | - |
| YUV | 104.34 | 191.59 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 217 | 0 | 0.91 | 0.04 | 0.12 | 302.35 | 0.83 | 0.48 |
| Hex | E1 | 15 | D9 | 0 | 5B | 4 | C | 12E | 53 | 30 |
| Octal | 341 | 25 | 331 | 0 | 133 | 4 | 14 | 456 | 123 | 60 |
| Binary | 11100001 | 10101 | 11011001 | 0 | 1011011 | 100 | 1100 | 100101110 | 1010011 | 110000 |
Color Harmonies of #E115D9
Complementary color
Monochromatic Colors of #E115D9
Black with #E115D9
Text Example
Text Example
White with #E115D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115D9; }
p { color: rgb(225,21,217); }
H1.HeaderClassName
{
color: #E115D9;
}
.AnyTagClassName
{
color: #E115D9;
}
</style>
background-color css
<style>
a { background-color: #E115D9; }
a { background-color: rgb(225,21,217); }
div.DivClassName
{
background-color: #E115D9;
}
.BgClassName
{
background-color: #E115D9;
}
</style>
border-color css
<style>
span { border-color: #E115D9; }
span { border-color: rgb(225,21,217); }
td.TdClassName
{
border-color: #E115D9;
}
.TagClassName
{
border-color: #E115D9;
}
</style>