Shades of Deep Magenta #E50AD5
Tints of Deep Magenta #E50AD5
RGB
CMYK
RGB Variations
Color information
#E50AD5 (or 0xE50AD5) is known color: Deep Magenta. HEX triplet: E5, 0A and D5. RGB value is (229,10,213). Sum of RGB (Red+Green+Blue) = 229+10+213=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 10 (4.30% from 255 or 2.21% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E50AD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50AD5 is #1AF52A. Grayscale: #626262. Windows color (decimal): -1766699 or 13961957. OLE color: 13961957.
HSL color Cylindrical-coordinate representation of color #E50AD5: hue angle of 304.38º 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 #E50AD5 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 213 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.10 |
| HSL | 304.38º | 0.92% | 0.47% | - |
| HSV(B) | 304.38º | 0.96% | 0.9% | - |
| XYZ | 44.43 | 21.68 | 64.79 | - |
| YUV | 98.62 | 192.55 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 213 | 0 | 0.96 | 0.07 | 0.10 | 304.38 | 0.92 | 0.47 |
| Hex | E5 | A | D5 | 0 | 60 | 7 | A | 130 | 5C | 2F |
| Octal | 345 | 12 | 325 | 0 | 140 | 7 | 12 | 460 | 134 | 57 |
| Binary | 11100101 | 1010 | 11010101 | 0 | 1100000 | 111 | 1010 | 100110000 | 1011100 | 101111 |
Color Harmonies of #E50AD5
Complementary color
Monochromatic Colors of #E50AD5
Black with #E50AD5
Text Example
Text Example
White with #E50AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50AD5; }
p { color: rgb(229,10,213); }
H1.HeaderClassName
{
color: #E50AD5;
}
.AnyTagClassName
{
color: #E50AD5;
}
</style>
background-color css
<style>
a { background-color: #E50AD5; }
a { background-color: rgb(229,10,213); }
div.DivClassName
{
background-color: #E50AD5;
}
.BgClassName
{
background-color: #E50AD5;
}
</style>
border-color css
<style>
span { border-color: #E50AD5; }
span { border-color: rgb(229,10,213); }
td.TdClassName
{
border-color: #E50AD5;
}
.TagClassName
{
border-color: #E50AD5;
}
</style>