Shades of Deep Magenta #E511DF
Tints of Deep Magenta #E511DF
RGB
CMYK
RGB Variations
Color information
#E511DF (or 0xE511DF) is known color: Deep Magenta. HEX triplet: E5, 11 and DF. RGB value is (229,17,223). Sum of RGB (Red+Green+Blue) = 229+17+223=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E511DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E511DF is #1AEE20. Grayscale: #676767. Windows color (decimal): -1764897 or 14619109. OLE color: 14619109.
HSL color Cylindrical-coordinate representation of color #E511DF: hue angle of 301.7º 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 #E511DF is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 223 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.10 |
| HSL | 301.7º | 0.86% | 0.48% | - |
| HSV(B) | 301.7º | 0.93% | 0.9% | - |
| XYZ | 45.83 | 22.39 | 71.72 | - |
| YUV | 103.87 | 195.24 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 223 | 0 | 0.93 | 0.03 | 0.10 | 301.7 | 0.86 | 0.48 |
| Hex | E5 | 11 | DF | 0 | 5D | 3 | A | 12E | 56 | 30 |
| Octal | 345 | 21 | 337 | 0 | 135 | 3 | 12 | 456 | 126 | 60 |
| Binary | 11100101 | 10001 | 11011111 | 0 | 1011101 | 11 | 1010 | 100101110 | 1010110 | 110000 |
Color Harmonies of #E511DF
Complementary color
Monochromatic Colors of #E511DF
Black with #E511DF
Text Example
Text Example
White with #E511DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E511DF; }
p { color: rgb(229,17,223); }
H1.HeaderClassName
{
color: #E511DF;
}
.AnyTagClassName
{
color: #E511DF;
}
</style>
background-color css
<style>
a { background-color: #E511DF; }
a { background-color: rgb(229,17,223); }
div.DivClassName
{
background-color: #E511DF;
}
.BgClassName
{
background-color: #E511DF;
}
</style>
border-color css
<style>
span { border-color: #E511DF; }
span { border-color: rgb(229,17,223); }
td.TdClassName
{
border-color: #E511DF;
}
.TagClassName
{
border-color: #E511DF;
}
</style>