Shades of Deep Magenta #E50CD9
Tints of Deep Magenta #E50CD9
RGB
CMYK
RGB Variations
Color information
#E50CD9 (or 0xE50CD9) is known color: Deep Magenta. HEX triplet: E5, 0C and D9. RGB value is (229,12,217). Sum of RGB (Red+Green+Blue) = 229+12+217=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CD9 is #1AF326. Grayscale: #636363. Windows color (decimal): -1766183 or 14224613. OLE color: 14224613.
HSL color Cylindrical-coordinate representation of color #E50CD9: hue angle of 303.32º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CD9 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 217 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.10 |
| HSL | 303.32º | 0.9% | 0.47% | - |
| HSV(B) | 303.32º | 0.95% | 0.9% | - |
| XYZ | 44.97 | 21.93 | 67.51 | - |
| YUV | 100.25 | 193.89 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 217 | 0 | 0.95 | 0.05 | 0.10 | 303.32 | 0.9 | 0.47 |
| Hex | E5 | C | D9 | 0 | 5F | 5 | A | 12F | 5A | 2F |
| Octal | 345 | 14 | 331 | 0 | 137 | 5 | 12 | 457 | 132 | 57 |
| Binary | 11100101 | 1100 | 11011001 | 0 | 1011111 | 101 | 1010 | 100101111 | 1011010 | 101111 |
Color Harmonies of #E50CD9
Complementary color
Monochromatic Colors of #E50CD9
Black with #E50CD9
Text Example
Text Example
White with #E50CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CD9; }
p { color: rgb(229,12,217); }
H1.HeaderClassName
{
color: #E50CD9;
}
.AnyTagClassName
{
color: #E50CD9;
}
</style>
background-color css
<style>
a { background-color: #E50CD9; }
a { background-color: rgb(229,12,217); }
div.DivClassName
{
background-color: #E50CD9;
}
.BgClassName
{
background-color: #E50CD9;
}
</style>
border-color css
<style>
span { border-color: #E50CD9; }
span { border-color: rgb(229,12,217); }
td.TdClassName
{
border-color: #E50CD9;
}
.TagClassName
{
border-color: #E50CD9;
}
</style>