Shades of Deep Magenta #E10ED1
Tints of Deep Magenta #E10ED1
RGB
CMYK
RGB Variations
Color information
#E10ED1 (or 0xE10ED1) is known color: Deep Magenta. HEX triplet: E1, 0E and D1. RGB value is (225,14,209). Sum of RGB (Red+Green+Blue) = 225+14+209=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ED1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ED1 is #1EF12E. Grayscale: #626262. Windows color (decimal): -2027823 or 13700833. OLE color: 13700833.
HSL color Cylindrical-coordinate representation of color #E10ED1: hue angle of 304.55º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10ED1 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 14 | 209 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.12 |
| HSL | 304.55º | 0.88% | 0.47% | - |
| HSV(B) | 304.55º | 0.94% | 0.88% | - |
| XYZ | 42.72 | 20.93 | 62.11 | - |
| YUV | 99.32 | 189.9 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 209 | 0 | 0.94 | 0.07 | 0.12 | 304.55 | 0.88 | 0.47 |
| Hex | E1 | E | D1 | 0 | 5E | 7 | C | 131 | 58 | 2F |
| Octal | 341 | 16 | 321 | 0 | 136 | 7 | 14 | 461 | 130 | 57 |
| Binary | 11100001 | 1110 | 11010001 | 0 | 1011110 | 111 | 1100 | 100110001 | 1011000 | 101111 |
Color Harmonies of #E10ED1
Complementary color
Monochromatic Colors of #E10ED1
Black with #E10ED1
Text Example
Text Example
White with #E10ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10ED1; }
p { color: rgb(225,14,209); }
H1.HeaderClassName
{
color: #E10ED1;
}
.AnyTagClassName
{
color: #E10ED1;
}
</style>
background-color css
<style>
a { background-color: #E10ED1; }
a { background-color: rgb(225,14,209); }
div.DivClassName
{
background-color: #E10ED1;
}
.BgClassName
{
background-color: #E10ED1;
}
</style>
border-color css
<style>
span { border-color: #E10ED1; }
span { border-color: rgb(225,14,209); }
td.TdClassName
{
border-color: #E10ED1;
}
.TagClassName
{
border-color: #E10ED1;
}
</style>