Shades of Deep Magenta #E10CCD
Tints of Deep Magenta #E10CCD
RGB
CMYK
RGB Variations
Color information
#E10CCD (or 0xE10CCD) is known color: Deep Magenta. HEX triplet: E1, 0C and CD. RGB value is (225,12,205). Sum of RGB (Red+Green+Blue) = 225+12+205=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CCD is #1EF332. Grayscale: #616161. Windows color (decimal): -2028339 or 13438177. OLE color: 13438177.
HSL color Cylindrical-coordinate representation of color #E10CCD: hue angle of 305.63º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CCD is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 205 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.12 |
| HSL | 305.63º | 0.9% | 0.46% | - |
| HSV(B) | 305.63º | 0.95% | 0.88% | - |
| XYZ | 42.2 | 20.68 | 59.52 | - |
| YUV | 97.69 | 188.57 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 205 | 0 | 0.95 | 0.09 | 0.12 | 305.63 | 0.9 | 0.46 |
| Hex | E1 | C | CD | 0 | 5F | 9 | C | 132 | 5A | 2E |
| Octal | 341 | 14 | 315 | 0 | 137 | 11 | 14 | 462 | 132 | 56 |
| Binary | 11100001 | 1100 | 11001101 | 0 | 1011111 | 1001 | 1100 | 100110010 | 1011010 | 101110 |
Color Harmonies of #E10CCD
Complementary color
Monochromatic Colors of #E10CCD
Black with #E10CCD
Text Example
Text Example
White with #E10CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10CCD; }
p { color: rgb(225,12,205); }
H1.HeaderClassName
{
color: #E10CCD;
}
.AnyTagClassName
{
color: #E10CCD;
}
</style>
background-color css
<style>
a { background-color: #E10CCD; }
a { background-color: rgb(225,12,205); }
div.DivClassName
{
background-color: #E10CCD;
}
.BgClassName
{
background-color: #E10CCD;
}
</style>
border-color css
<style>
span { border-color: #E10CCD; }
span { border-color: rgb(225,12,205); }
td.TdClassName
{
border-color: #E10CCD;
}
.TagClassName
{
border-color: #E10CCD;
}
</style>