Shades of Deep Magenta #E11AD9
Tints of Deep Magenta #E11AD9
RGB
CMYK
RGB Variations
Color information
#E11AD9 (or 0xE11AD9) is known color: Deep Magenta. HEX triplet: E1, 1A and D9. RGB value is (225,26,217). Sum of RGB (Red+Green+Blue) = 225+26+217=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E11AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11AD9 is #1EE526. Grayscale: #6A6A6A. Windows color (decimal): -2024743 or 14228193. OLE color: 14228193.
HSL color Cylindrical-coordinate representation of color #E11AD9: hue angle of 302.41º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11AD9 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 217 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.12 |
| HSL | 302.41º | 0.79% | 0.49% | - |
| HSV(B) | 302.41º | 0.88% | 0.88% | - |
| XYZ | 43.95 | 21.76 | 67.53 | - |
| YUV | 107.28 | 189.93 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 217 | 0 | 0.88 | 0.04 | 0.12 | 302.41 | 0.79 | 0.49 |
| Hex | E1 | 1A | D9 | 0 | 58 | 4 | C | 12E | 4F | 31 |
| Octal | 341 | 32 | 331 | 0 | 130 | 4 | 14 | 456 | 117 | 61 |
| Binary | 11100001 | 11010 | 11011001 | 0 | 1011000 | 100 | 1100 | 100101110 | 1001111 | 110001 |
Color Harmonies of #E11AD9
Complementary color
Monochromatic Colors of #E11AD9
Black with #E11AD9
Text Example
Text Example
White with #E11AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11AD9; }
p { color: rgb(225,26,217); }
H1.HeaderClassName
{
color: #E11AD9;
}
.AnyTagClassName
{
color: #E11AD9;
}
</style>
background-color css
<style>
a { background-color: #E11AD9; }
a { background-color: rgb(225,26,217); }
div.DivClassName
{
background-color: #E11AD9;
}
.BgClassName
{
background-color: #E11AD9;
}
</style>
border-color css
<style>
span { border-color: #E11AD9; }
span { border-color: rgb(225,26,217); }
td.TdClassName
{
border-color: #E11AD9;
}
.TagClassName
{
border-color: #E11AD9;
}
</style>