Shades of Deep Magenta #E11AD7
Tints of Deep Magenta #E11AD7
RGB
CMYK
RGB Variations
Color information
#E11AD7 (or 0xE11AD7) is known color: Deep Magenta. HEX triplet: E1, 1A and D7. RGB value is (225,26,215). Sum of RGB (Red+Green+Blue) = 225+26+215=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E11AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11AD7 is #1EE528. Grayscale: #6A6A6A. Windows color (decimal): -2024745 or 14097121. OLE color: 14097121.
HSL color Cylindrical-coordinate representation of color #E11AD7: hue angle of 303.02º 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 #E11AD7 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 215 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.12 |
| HSL | 303.02º | 0.79% | 0.49% | - |
| HSV(B) | 303.02º | 0.88% | 0.88% | - |
| XYZ | 43.69 | 21.65 | 66.17 | - |
| YUV | 107.05 | 188.93 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 215 | 0 | 0.88 | 0.04 | 0.12 | 303.02 | 0.79 | 0.49 |
| Hex | E1 | 1A | D7 | 0 | 58 | 4 | C | 12F | 4F | 31 |
| Octal | 341 | 32 | 327 | 0 | 130 | 4 | 14 | 457 | 117 | 61 |
| Binary | 11100001 | 11010 | 11010111 | 0 | 1011000 | 100 | 1100 | 100101111 | 1001111 | 110001 |
Color Harmonies of #E11AD7
Complementary color
Monochromatic Colors of #E11AD7
Black with #E11AD7
Text Example
Text Example
White with #E11AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11AD7; }
p { color: rgb(225,26,215); }
H1.HeaderClassName
{
color: #E11AD7;
}
.AnyTagClassName
{
color: #E11AD7;
}
</style>
background-color css
<style>
a { background-color: #E11AD7; }
a { background-color: rgb(225,26,215); }
div.DivClassName
{
background-color: #E11AD7;
}
.BgClassName
{
background-color: #E11AD7;
}
</style>
border-color css
<style>
span { border-color: #E11AD7; }
span { border-color: rgb(225,26,215); }
td.TdClassName
{
border-color: #E11AD7;
}
.TagClassName
{
border-color: #E11AD7;
}
</style>