Shades of Deep Magenta #E50DD9
Tints of Deep Magenta #E50DD9
RGB
CMYK
RGB Variations
Color information
#E50DD9 (or 0xE50DD9) is known color: Deep Magenta. HEX triplet: E5, 0D and D9. RGB value is (229,13,217). Sum of RGB (Red+Green+Blue) = 229+13+217=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50DD9 is #1AF226. Grayscale: #646464. Windows color (decimal): -1765927 or 14224869. OLE color: 14224869.
HSL color Cylindrical-coordinate representation of color #E50DD9: hue angle of 303.33º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50DD9 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 217 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.10 |
| HSL | 303.33º | 0.89% | 0.47% | - |
| HSV(B) | 303.33º | 0.94% | 0.9% | - |
| XYZ | 44.98 | 21.96 | 67.51 | - |
| YUV | 100.84 | 193.56 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 217 | 0 | 0.94 | 0.05 | 0.10 | 303.33 | 0.89 | 0.47 |
| Hex | E5 | D | D9 | 0 | 5E | 5 | A | 12F | 59 | 2F |
| Octal | 345 | 15 | 331 | 0 | 136 | 5 | 12 | 457 | 131 | 57 |
| Binary | 11100101 | 1101 | 11011001 | 0 | 1011110 | 101 | 1010 | 100101111 | 1011001 | 101111 |
Color Harmonies of #E50DD9
Complementary color
Monochromatic Colors of #E50DD9
Black with #E50DD9
Text Example
Text Example
White with #E50DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DD9; }
p { color: rgb(229,13,217); }
H1.HeaderClassName
{
color: #E50DD9;
}
.AnyTagClassName
{
color: #E50DD9;
}
</style>
background-color css
<style>
a { background-color: #E50DD9; }
a { background-color: rgb(229,13,217); }
div.DivClassName
{
background-color: #E50DD9;
}
.BgClassName
{
background-color: #E50DD9;
}
</style>
border-color css
<style>
span { border-color: #E50DD9; }
span { border-color: rgb(229,13,217); }
td.TdClassName
{
border-color: #E50DD9;
}
.TagClassName
{
border-color: #E50DD9;
}
</style>