Shades of Deep Magenta #E10DCC
Tints of Deep Magenta #E10DCC
RGB
CMYK
RGB Variations
Color information
#E10DCC (or 0xE10DCC) is known color: Deep Magenta. HEX triplet: E1, 0D and CC. RGB value is (225,13,204). Sum of RGB (Red+Green+Blue) = 225+13+204=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DCC is #1EF233. Grayscale: #616161. Windows color (decimal): -2028084 or 13372897. OLE color: 13372897.
HSL color Cylindrical-coordinate representation of color #E10DCC: hue angle of 305.94º 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 #E10DCC is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 204 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.12 |
| HSL | 305.94º | 0.89% | 0.47% | - |
| HSV(B) | 305.94º | 0.94% | 0.88% | - |
| XYZ | 42.09 | 20.66 | 58.89 | - |
| YUV | 98.16 | 187.74 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 204 | 0 | 0.94 | 0.09 | 0.12 | 305.94 | 0.89 | 0.47 |
| Hex | E1 | D | CC | 0 | 5E | 9 | C | 132 | 59 | 2F |
| Octal | 341 | 15 | 314 | 0 | 136 | 11 | 14 | 462 | 131 | 57 |
| Binary | 11100001 | 1101 | 11001100 | 0 | 1011110 | 1001 | 1100 | 100110010 | 1011001 | 101111 |
Color Harmonies of #E10DCC
Complementary color
Monochromatic Colors of #E10DCC
Black with #E10DCC
Text Example
Text Example
White with #E10DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10DCC; }
p { color: rgb(225,13,204); }
H1.HeaderClassName
{
color: #E10DCC;
}
.AnyTagClassName
{
color: #E10DCC;
}
</style>
background-color css
<style>
a { background-color: #E10DCC; }
a { background-color: rgb(225,13,204); }
div.DivClassName
{
background-color: #E10DCC;
}
.BgClassName
{
background-color: #E10DCC;
}
</style>
border-color css
<style>
span { border-color: #E10DCC; }
span { border-color: rgb(225,13,204); }
td.TdClassName
{
border-color: #E10DCC;
}
.TagClassName
{
border-color: #E10DCC;
}
</style>