Shades of Deep Magenta #E511DA
Tints of Deep Magenta #E511DA
RGB
CMYK
RGB Variations
Color information
#E511DA (or 0xE511DA) is known color: Deep Magenta. HEX triplet: E5, 11 and DA. RGB value is (229,17,218). Sum of RGB (Red+Green+Blue) = 229+17+218=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E511DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E511DA is #1AEE25. Grayscale: #666666. Windows color (decimal): -1764902 or 14291429. OLE color: 14291429.
HSL color Cylindrical-coordinate representation of color #E511DA: hue angle of 303.11º 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 #E511DA is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 218 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.10 |
| HSL | 303.11º | 0.86% | 0.48% | - |
| HSV(B) | 303.11º | 0.93% | 0.9% | - |
| XYZ | 45.17 | 22.12 | 68.22 | - |
| YUV | 103.3 | 192.74 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 218 | 0 | 0.93 | 0.05 | 0.10 | 303.11 | 0.86 | 0.48 |
| Hex | E5 | 11 | DA | 0 | 5D | 5 | A | 12F | 56 | 30 |
| Octal | 345 | 21 | 332 | 0 | 135 | 5 | 12 | 457 | 126 | 60 |
| Binary | 11100101 | 10001 | 11011010 | 0 | 1011101 | 101 | 1010 | 100101111 | 1010110 | 110000 |
Color Harmonies of #E511DA
Complementary color
Monochromatic Colors of #E511DA
Black with #E511DA
Text Example
Text Example
White with #E511DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E511DA; }
p { color: rgb(229,17,218); }
H1.HeaderClassName
{
color: #E511DA;
}
.AnyTagClassName
{
color: #E511DA;
}
</style>
background-color css
<style>
a { background-color: #E511DA; }
a { background-color: rgb(229,17,218); }
div.DivClassName
{
background-color: #E511DA;
}
.BgClassName
{
background-color: #E511DA;
}
</style>
border-color css
<style>
span { border-color: #E511DA; }
span { border-color: rgb(229,17,218); }
td.TdClassName
{
border-color: #E511DA;
}
.TagClassName
{
border-color: #E511DA;
}
</style>