Shades of Deep Magenta #E11EDD
Tints of Deep Magenta #E11EDD
RGB
CMYK
RGB Variations
Color information
#E11EDD (or 0xE11EDD) is known color: Deep Magenta. HEX triplet: E1, 1E and DD. RGB value is (225,30,221). Sum of RGB (Red+Green+Blue) = 225+30+221=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E11EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11EDD is #1EE122. Grayscale: #6D6D6D. Windows color (decimal): -2023715 or 14491361. OLE color: 14491361.
HSL color Cylindrical-coordinate representation of color #E11EDD: hue angle of 301.23º 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 #E11EDD is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 221 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.12 |
| HSL | 301.23º | 0.76% | 0.5% | - |
| HSV(B) | 301.23º | 0.87% | 0.88% | - |
| XYZ | 44.57 | 22.16 | 70.33 | - |
| YUV | 110.08 | 190.6 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 221 | 0 | 0.87 | 0.02 | 0.12 | 301.23 | 0.76 | 0.5 |
| Hex | E1 | 1E | DD | 0 | 57 | 2 | C | 12D | 4C | 32 |
| Octal | 341 | 36 | 335 | 0 | 127 | 2 | 14 | 455 | 114 | 62 |
| Binary | 11100001 | 11110 | 11011101 | 0 | 1010111 | 10 | 1100 | 100101101 | 1001100 | 110010 |
Color Harmonies of #E11EDD
Complementary color
Monochromatic Colors of #E11EDD
Black with #E11EDD
Text Example
Text Example
White with #E11EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11EDD; }
p { color: rgb(225,30,221); }
H1.HeaderClassName
{
color: #E11EDD;
}
.AnyTagClassName
{
color: #E11EDD;
}
</style>
background-color css
<style>
a { background-color: #E11EDD; }
a { background-color: rgb(225,30,221); }
div.DivClassName
{
background-color: #E11EDD;
}
.BgClassName
{
background-color: #E11EDD;
}
</style>
border-color css
<style>
span { border-color: #E11EDD; }
span { border-color: rgb(225,30,221); }
td.TdClassName
{
border-color: #E11EDD;
}
.TagClassName
{
border-color: #E11EDD;
}
</style>