Shades of Deep Magenta #E50CD7
Tints of Deep Magenta #E50CD7
RGB
CMYK
RGB Variations
Color information
#E50CD7 (or 0xE50CD7) is known color: Deep Magenta. HEX triplet: E5, 0C and D7. RGB value is (229,12,215). Sum of RGB (Red+Green+Blue) = 229+12+215=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 12 (5.08% from 255 or 2.63% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CD7 is #1AF328. Grayscale: #636363. Windows color (decimal): -1766185 or 14093541. OLE color: 14093541.
HSL color Cylindrical-coordinate representation of color #E50CD7: hue angle of 303.87º 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 #E50CD7 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 215 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.10 |
| HSL | 303.87º | 0.9% | 0.47% | - |
| HSV(B) | 303.87º | 0.95% | 0.9% | - |
| XYZ | 44.71 | 21.83 | 66.15 | - |
| YUV | 100.03 | 192.89 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 215 | 0 | 0.95 | 0.06 | 0.10 | 303.87 | 0.9 | 0.47 |
| Hex | E5 | C | D7 | 0 | 5F | 6 | A | 130 | 5A | 2F |
| Octal | 345 | 14 | 327 | 0 | 137 | 6 | 12 | 460 | 132 | 57 |
| Binary | 11100101 | 1100 | 11010111 | 0 | 1011111 | 110 | 1010 | 100110000 | 1011010 | 101111 |
Color Harmonies of #E50CD7
Complementary color
Monochromatic Colors of #E50CD7
Black with #E50CD7
Text Example
Text Example
White with #E50CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CD7; }
p { color: rgb(229,12,215); }
H1.HeaderClassName
{
color: #E50CD7;
}
.AnyTagClassName
{
color: #E50CD7;
}
</style>
background-color css
<style>
a { background-color: #E50CD7; }
a { background-color: rgb(229,12,215); }
div.DivClassName
{
background-color: #E50CD7;
}
.BgClassName
{
background-color: #E50CD7;
}
</style>
border-color css
<style>
span { border-color: #E50CD7; }
span { border-color: rgb(229,12,215); }
td.TdClassName
{
border-color: #E50CD7;
}
.TagClassName
{
border-color: #E50CD7;
}
</style>