Shades of Deep Magenta #E50CD8
Tints of Deep Magenta #E50CD8
RGB
CMYK
RGB Variations
Color information
#E50CD8 (or 0xE50CD8) is known color: Deep Magenta. HEX triplet: E5, 0C and D8. RGB value is (229,12,216). Sum of RGB (Red+Green+Blue) = 229+12+216=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CD8 is #1AF327. Grayscale: #636363. Windows color (decimal): -1766184 or 14159077. OLE color: 14159077.
HSL color Cylindrical-coordinate representation of color #E50CD8: hue angle of 303.59º 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 #E50CD8 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 216 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.10 |
| HSL | 303.59º | 0.9% | 0.47% | - |
| HSV(B) | 303.59º | 0.95% | 0.9% | - |
| XYZ | 44.84 | 21.88 | 66.83 | - |
| YUV | 100.14 | 193.39 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 216 | 0 | 0.95 | 0.06 | 0.10 | 303.59 | 0.9 | 0.47 |
| Hex | E5 | C | D8 | 0 | 5F | 6 | A | 130 | 5A | 2F |
| Octal | 345 | 14 | 330 | 0 | 137 | 6 | 12 | 460 | 132 | 57 |
| Binary | 11100101 | 1100 | 11011000 | 0 | 1011111 | 110 | 1010 | 100110000 | 1011010 | 101111 |
Color Harmonies of #E50CD8
Complementary color
Monochromatic Colors of #E50CD8
Black with #E50CD8
Text Example
Text Example
White with #E50CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CD8; }
p { color: rgb(229,12,216); }
H1.HeaderClassName
{
color: #E50CD8;
}
.AnyTagClassName
{
color: #E50CD8;
}
</style>
background-color css
<style>
a { background-color: #E50CD8; }
a { background-color: rgb(229,12,216); }
div.DivClassName
{
background-color: #E50CD8;
}
.BgClassName
{
background-color: #E50CD8;
}
</style>
border-color css
<style>
span { border-color: #E50CD8; }
span { border-color: rgb(229,12,216); }
td.TdClassName
{
border-color: #E50CD8;
}
.TagClassName
{
border-color: #E50CD8;
}
</style>