Shades of Deep Magenta #E11ED5
Tints of Deep Magenta #E11ED5
RGB
CMYK
RGB Variations
Color information
#E11ED5 (or 0xE11ED5) is known color: Deep Magenta. HEX triplet: E1, 1E and D5. RGB value is (225,30,213). Sum of RGB (Red+Green+Blue) = 225+30+213=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ED5 is #1EE12A. Grayscale: #6C6C6C. Windows color (decimal): -2023723 or 13967073. OLE color: 13967073.
HSL color Cylindrical-coordinate representation of color #E11ED5: hue angle of 303.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11ED5 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 213 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.12 |
| HSL | 303.69º | 0.76% | 0.5% | - |
| HSV(B) | 303.69º | 0.87% | 0.88% | - |
| XYZ | 43.53 | 21.74 | 64.85 | - |
| YUV | 109.17 | 186.6 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 213 | 0 | 0.87 | 0.05 | 0.12 | 303.69 | 0.76 | 0.5 |
| Hex | E1 | 1E | D5 | 0 | 57 | 5 | C | 130 | 4C | 32 |
| Octal | 341 | 36 | 325 | 0 | 127 | 5 | 14 | 460 | 114 | 62 |
| Binary | 11100001 | 11110 | 11010101 | 0 | 1010111 | 101 | 1100 | 100110000 | 1001100 | 110010 |
Color Harmonies of #E11ED5
Complementary color
Monochromatic Colors of #E11ED5
Black with #E11ED5
Text Example
Text Example
White with #E11ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11ED5; }
p { color: rgb(225,30,213); }
H1.HeaderClassName
{
color: #E11ED5;
}
.AnyTagClassName
{
color: #E11ED5;
}
</style>
background-color css
<style>
a { background-color: #E11ED5; }
a { background-color: rgb(225,30,213); }
div.DivClassName
{
background-color: #E11ED5;
}
.BgClassName
{
background-color: #E11ED5;
}
</style>
border-color css
<style>
span { border-color: #E11ED5; }
span { border-color: rgb(225,30,213); }
td.TdClassName
{
border-color: #E11ED5;
}
.TagClassName
{
border-color: #E11ED5;
}
</style>