Shades of Deep Magenta #E50AD2
Tints of Deep Magenta #E50AD2
RGB
CMYK
RGB Variations
Color information
#E50AD2 (or 0xE50AD2) is known color: Deep Magenta. HEX triplet: E5, 0A and D2. RGB value is (229,10,210). Sum of RGB (Red+Green+Blue) = 229+10+210=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E50AD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50AD2 is #1AF52D. Grayscale: #616161. Windows color (decimal): -1766702 or 13765349. OLE color: 13765349.
HSL color Cylindrical-coordinate representation of color #E50AD2: hue angle of 305.21º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50AD2 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 210 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.10 |
| HSL | 305.21º | 0.92% | 0.47% | - |
| HSV(B) | 305.21º | 0.96% | 0.9% | - |
| XYZ | 44.05 | 21.53 | 62.81 | - |
| YUV | 98.28 | 191.05 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 210 | 0 | 0.96 | 0.08 | 0.10 | 305.21 | 0.92 | 0.47 |
| Hex | E5 | A | D2 | 0 | 60 | 8 | A | 131 | 5C | 2F |
| Octal | 345 | 12 | 322 | 0 | 140 | 10 | 12 | 461 | 134 | 57 |
| Binary | 11100101 | 1010 | 11010010 | 0 | 1100000 | 1000 | 1010 | 100110001 | 1011100 | 101111 |
Color Harmonies of #E50AD2
Complementary color
Monochromatic Colors of #E50AD2
Black with #E50AD2
Text Example
Text Example
White with #E50AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50AD2; }
p { color: rgb(229,10,210); }
H1.HeaderClassName
{
color: #E50AD2;
}
.AnyTagClassName
{
color: #E50AD2;
}
</style>
background-color css
<style>
a { background-color: #E50AD2; }
a { background-color: rgb(229,10,210); }
div.DivClassName
{
background-color: #E50AD2;
}
.BgClassName
{
background-color: #E50AD2;
}
</style>
border-color css
<style>
span { border-color: #E50AD2; }
span { border-color: rgb(229,10,210); }
td.TdClassName
{
border-color: #E50AD2;
}
.TagClassName
{
border-color: #E50AD2;
}
</style>