Shades of Deep Magenta #E50DCF
Tints of Deep Magenta #E50DCF
RGB
CMYK
RGB Variations
Color information
#E50DCF (or 0xE50DCF) is known color: Deep Magenta. HEX triplet: E5, 0D and CF. RGB value is (229,13,207). Sum of RGB (Red+Green+Blue) = 229+13+207=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50DCF is #1AF230. Grayscale: #636363. Windows color (decimal): -1765937 or 13569509. OLE color: 13569509.
HSL color Cylindrical-coordinate representation of color #E50DCF: hue angle of 306.11º 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 #E50DCF is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 207 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.10 |
| HSL | 306.11º | 0.89% | 0.47% | - |
| HSV(B) | 306.11º | 0.94% | 0.9% | - |
| XYZ | 43.72 | 21.45 | 60.87 | - |
| YUV | 99.7 | 188.56 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 207 | 0 | 0.94 | 0.10 | 0.10 | 306.11 | 0.89 | 0.47 |
| Hex | E5 | D | CF | 0 | 5E | A | A | 132 | 59 | 2F |
| Octal | 345 | 15 | 317 | 0 | 136 | 12 | 12 | 462 | 131 | 57 |
| Binary | 11100101 | 1101 | 11001111 | 0 | 1011110 | 1010 | 1010 | 100110010 | 1011001 | 101111 |
Color Harmonies of #E50DCF
Complementary color
Monochromatic Colors of #E50DCF
Black with #E50DCF
Text Example
Text Example
White with #E50DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DCF; }
p { color: rgb(229,13,207); }
H1.HeaderClassName
{
color: #E50DCF;
}
.AnyTagClassName
{
color: #E50DCF;
}
</style>
background-color css
<style>
a { background-color: #E50DCF; }
a { background-color: rgb(229,13,207); }
div.DivClassName
{
background-color: #E50DCF;
}
.BgClassName
{
background-color: #E50DCF;
}
</style>
border-color css
<style>
span { border-color: #E50DCF; }
span { border-color: rgb(229,13,207); }
td.TdClassName
{
border-color: #E50DCF;
}
.TagClassName
{
border-color: #E50DCF;
}
</style>