Shades of Deep Magenta #E50CD2
Tints of Deep Magenta #E50CD2
RGB
CMYK
RGB Variations
Color information
#E50CD2 (or 0xE50CD2) is known color: Deep Magenta. HEX triplet: E5, 0C and D2. RGB value is (229,12,210). Sum of RGB (Red+Green+Blue) = 229+12+210=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 12 (5.08% from 255 or 2.66% from 451); Blue value is 210 (82.42% from 255 or 46.56% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CD2 is #1AF32D. Grayscale: #626262. Windows color (decimal): -1766190 or 13765861. OLE color: 13765861.
HSL color Cylindrical-coordinate representation of color #E50CD2: hue angle of 305.25º 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 #E50CD2 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 210 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.10 |
| HSL | 305.25º | 0.9% | 0.47% | - |
| HSV(B) | 305.25º | 0.95% | 0.9% | - |
| XYZ | 44.08 | 21.57 | 62.81 | - |
| YUV | 99.46 | 190.39 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 210 | 0 | 0.95 | 0.08 | 0.10 | 305.25 | 0.9 | 0.47 |
| Hex | E5 | C | D2 | 0 | 5F | 8 | A | 131 | 5A | 2F |
| Octal | 345 | 14 | 322 | 0 | 137 | 10 | 12 | 461 | 132 | 57 |
| Binary | 11100101 | 1100 | 11010010 | 0 | 1011111 | 1000 | 1010 | 100110001 | 1011010 | 101111 |
Color Harmonies of #E50CD2
Complementary color
Monochromatic Colors of #E50CD2
Black with #E50CD2
Text Example
Text Example
White with #E50CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CD2; }
p { color: rgb(229,12,210); }
H1.HeaderClassName
{
color: #E50CD2;
}
.AnyTagClassName
{
color: #E50CD2;
}
</style>
background-color css
<style>
a { background-color: #E50CD2; }
a { background-color: rgb(229,12,210); }
div.DivClassName
{
background-color: #E50CD2;
}
.BgClassName
{
background-color: #E50CD2;
}
</style>
border-color css
<style>
span { border-color: #E50CD2; }
span { border-color: rgb(229,12,210); }
td.TdClassName
{
border-color: #E50CD2;
}
.TagClassName
{
border-color: #E50CD2;
}
</style>