Shades of Deep Magenta #E10CD2
Tints of Deep Magenta #E10CD2
RGB
CMYK
RGB Variations
Color information
#E10CD2 (or 0xE10CD2) is known color: Deep Magenta. HEX triplet: E1, 0C and D2. RGB value is (225,12,210). Sum of RGB (Red+Green+Blue) = 225+12+210=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CD2 is #1EF32D. Grayscale: #616161. Windows color (decimal): -2028334 or 13765857. OLE color: 13765857.
HSL color Cylindrical-coordinate representation of color #E10CD2: hue angle of 304.23º 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 #E10CD2 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 210 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.12 |
| HSL | 304.23º | 0.9% | 0.46% | - |
| HSV(B) | 304.23º | 0.95% | 0.88% | - |
| XYZ | 42.82 | 20.92 | 62.75 | - |
| YUV | 98.26 | 191.07 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 210 | 0 | 0.95 | 0.07 | 0.12 | 304.23 | 0.9 | 0.46 |
| Hex | E1 | C | D2 | 0 | 5F | 7 | C | 130 | 5A | 2E |
| Octal | 341 | 14 | 322 | 0 | 137 | 7 | 14 | 460 | 132 | 56 |
| Binary | 11100001 | 1100 | 11010010 | 0 | 1011111 | 111 | 1100 | 100110000 | 1011010 | 101110 |
Color Harmonies of #E10CD2
Complementary color
Monochromatic Colors of #E10CD2
Black with #E10CD2
Text Example
Text Example
White with #E10CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10CD2; }
p { color: rgb(225,12,210); }
H1.HeaderClassName
{
color: #E10CD2;
}
.AnyTagClassName
{
color: #E10CD2;
}
</style>
background-color css
<style>
a { background-color: #E10CD2; }
a { background-color: rgb(225,12,210); }
div.DivClassName
{
background-color: #E10CD2;
}
.BgClassName
{
background-color: #E10CD2;
}
</style>
border-color css
<style>
span { border-color: #E10CD2; }
span { border-color: rgb(225,12,210); }
td.TdClassName
{
border-color: #E10CD2;
}
.TagClassName
{
border-color: #E10CD2;
}
</style>