Shades of Deep Magenta #E10DCE
Tints of Deep Magenta #E10DCE
RGB
CMYK
RGB Variations
Color information
#E10DCE (or 0xE10DCE) is known color: Deep Magenta. HEX triplet: E1, 0D and CE. RGB value is (225,13,206). Sum of RGB (Red+Green+Blue) = 225+13+206=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DCE is #1EF231. Grayscale: #616161. Windows color (decimal): -2028082 or 13503969. OLE color: 13503969.
HSL color Cylindrical-coordinate representation of color #E10DCE: hue angle of 305.38º 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 #E10DCE is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 206 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.12 |
| HSL | 305.38º | 0.89% | 0.47% | - |
| HSV(B) | 305.38º | 0.94% | 0.88% | - |
| XYZ | 42.34 | 20.75 | 60.17 | - |
| YUV | 98.39 | 188.74 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 206 | 0 | 0.94 | 0.08 | 0.12 | 305.38 | 0.89 | 0.47 |
| Hex | E1 | D | CE | 0 | 5E | 8 | C | 131 | 59 | 2F |
| Octal | 341 | 15 | 316 | 0 | 136 | 10 | 14 | 461 | 131 | 57 |
| Binary | 11100001 | 1101 | 11001110 | 0 | 1011110 | 1000 | 1100 | 100110001 | 1011001 | 101111 |
Color Harmonies of #E10DCE
Complementary color
Monochromatic Colors of #E10DCE
Black with #E10DCE
Text Example
Text Example
White with #E10DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10DCE; }
p { color: rgb(225,13,206); }
H1.HeaderClassName
{
color: #E10DCE;
}
.AnyTagClassName
{
color: #E10DCE;
}
</style>
background-color css
<style>
a { background-color: #E10DCE; }
a { background-color: rgb(225,13,206); }
div.DivClassName
{
background-color: #E10DCE;
}
.BgClassName
{
background-color: #E10DCE;
}
</style>
border-color css
<style>
span { border-color: #E10DCE; }
span { border-color: rgb(225,13,206); }
td.TdClassName
{
border-color: #E10DCE;
}
.TagClassName
{
border-color: #E10DCE;
}
</style>