Shades of Deep Magenta #E511DE
Tints of Deep Magenta #E511DE
RGB
CMYK
RGB Variations
Color information
#E511DE (or 0xE511DE) is known color: Deep Magenta. HEX triplet: E5, 11 and DE. RGB value is (229,17,222). Sum of RGB (Red+Green+Blue) = 229+17+222=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E511DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E511DE is #1AEE21. Grayscale: #676767. Windows color (decimal): -1764898 or 14553573. OLE color: 14553573.
HSL color Cylindrical-coordinate representation of color #E511DE: hue angle of 301.98º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E511DE is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 222 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.10 |
| HSL | 301.98º | 0.86% | 0.48% | - |
| HSV(B) | 301.98º | 0.93% | 0.9% | - |
| XYZ | 45.7 | 22.33 | 71.01 | - |
| YUV | 103.76 | 194.74 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 222 | 0 | 0.93 | 0.03 | 0.10 | 301.98 | 0.86 | 0.48 |
| Hex | E5 | 11 | DE | 0 | 5D | 3 | A | 12E | 56 | 30 |
| Octal | 345 | 21 | 336 | 0 | 135 | 3 | 12 | 456 | 126 | 60 |
| Binary | 11100101 | 10001 | 11011110 | 0 | 1011101 | 11 | 1010 | 100101110 | 1010110 | 110000 |
Color Harmonies of #E511DE
Complementary color
Monochromatic Colors of #E511DE
Black with #E511DE
Text Example
Text Example
White with #E511DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E511DE; }
p { color: rgb(229,17,222); }
H1.HeaderClassName
{
color: #E511DE;
}
.AnyTagClassName
{
color: #E511DE;
}
</style>
background-color css
<style>
a { background-color: #E511DE; }
a { background-color: rgb(229,17,222); }
div.DivClassName
{
background-color: #E511DE;
}
.BgClassName
{
background-color: #E511DE;
}
</style>
border-color css
<style>
span { border-color: #E511DE; }
span { border-color: rgb(229,17,222); }
td.TdClassName
{
border-color: #E511DE;
}
.TagClassName
{
border-color: #E511DE;
}
</style>