Shades of Deep Magenta #E10DD2
Tints of Deep Magenta #E10DD2
RGB
CMYK
RGB Variations
Color information
#E10DD2 (or 0xE10DD2) is known color: Deep Magenta. HEX triplet: E1, 0D and D2. RGB value is (225,13,210). Sum of RGB (Red+Green+Blue) = 225+13+210=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DD2 is #1EF22D. Grayscale: #626262. Windows color (decimal): -2028078 or 13766113. OLE color: 13766113.
HSL color Cylindrical-coordinate representation of color #E10DD2: hue angle of 304.25º degrees, saturation: 0.89, 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 #E10DD2 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 210 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.12 |
| HSL | 304.25º | 0.89% | 0.47% | - |
| HSV(B) | 304.25º | 0.94% | 0.88% | - |
| XYZ | 42.83 | 20.95 | 62.76 | - |
| YUV | 98.85 | 190.74 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 210 | 0 | 0.94 | 0.07 | 0.12 | 304.25 | 0.89 | 0.47 |
| Hex | E1 | D | D2 | 0 | 5E | 7 | C | 130 | 59 | 2F |
| Octal | 341 | 15 | 322 | 0 | 136 | 7 | 14 | 460 | 131 | 57 |
| Binary | 11100001 | 1101 | 11010010 | 0 | 1011110 | 111 | 1100 | 100110000 | 1011001 | 101111 |
Color Harmonies of #E10DD2
Complementary color
Monochromatic Colors of #E10DD2
Black with #E10DD2
Text Example
Text Example
White with #E10DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10DD2; }
p { color: rgb(225,13,210); }
H1.HeaderClassName
{
color: #E10DD2;
}
.AnyTagClassName
{
color: #E10DD2;
}
</style>
background-color css
<style>
a { background-color: #E10DD2; }
a { background-color: rgb(225,13,210); }
div.DivClassName
{
background-color: #E10DD2;
}
.BgClassName
{
background-color: #E10DD2;
}
</style>
border-color css
<style>
span { border-color: #E10DD2; }
span { border-color: rgb(225,13,210); }
td.TdClassName
{
border-color: #E10DD2;
}
.TagClassName
{
border-color: #E10DD2;
}
</style>