Shades of Deep Magenta #E10ED2
Tints of Deep Magenta #E10ED2
RGB
CMYK
RGB Variations
Color information
#E10ED2 (or 0xE10ED2) is known color: Deep Magenta. HEX triplet: E1, 0E and D2. RGB value is (225,14,210). Sum of RGB (Red+Green+Blue) = 225+14+210=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ED2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ED2 is #1EF12D. Grayscale: #626262. Windows color (decimal): -2027822 or 13766369. OLE color: 13766369.
HSL color Cylindrical-coordinate representation of color #E10ED2: hue angle of 304.27º 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 #E10ED2 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 14 | 210 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.12 |
| HSL | 304.27º | 0.88% | 0.47% | - |
| HSV(B) | 304.27º | 0.94% | 0.88% | - |
| XYZ | 42.84 | 20.97 | 62.76 | - |
| YUV | 99.43 | 190.4 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 210 | 0 | 0.94 | 0.07 | 0.12 | 304.27 | 0.88 | 0.47 |
| Hex | E1 | E | D2 | 0 | 5E | 7 | C | 130 | 58 | 2F |
| Octal | 341 | 16 | 322 | 0 | 136 | 7 | 14 | 460 | 130 | 57 |
| Binary | 11100001 | 1110 | 11010010 | 0 | 1011110 | 111 | 1100 | 100110000 | 1011000 | 101111 |
Color Harmonies of #E10ED2
Complementary color
Monochromatic Colors of #E10ED2
Black with #E10ED2
Text Example
Text Example
White with #E10ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10ED2; }
p { color: rgb(225,14,210); }
H1.HeaderClassName
{
color: #E10ED2;
}
.AnyTagClassName
{
color: #E10ED2;
}
</style>
background-color css
<style>
a { background-color: #E10ED2; }
a { background-color: rgb(225,14,210); }
div.DivClassName
{
background-color: #E10ED2;
}
.BgClassName
{
background-color: #E10ED2;
}
</style>
border-color css
<style>
span { border-color: #E10ED2; }
span { border-color: rgb(225,14,210); }
td.TdClassName
{
border-color: #E10ED2;
}
.TagClassName
{
border-color: #E10ED2;
}
</style>