Shades of Deep Magenta #E10CDD
Tints of Deep Magenta #E10CDD
RGB
CMYK
RGB Variations
Color information
#E10CDD (or 0xE10CDD) is known color: Deep Magenta. HEX triplet: E1, 0C and DD. RGB value is (225,12,221). Sum of RGB (Red+Green+Blue) = 225+12+221=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CDD is #1EF322. Grayscale: #626262. Windows color (decimal): -2028323 or 14486753. OLE color: 14486753.
HSL color Cylindrical-coordinate representation of color #E10CDD: hue angle of 301.13º 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 #E10CDD is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 221 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.12 |
| HSL | 301.13º | 0.9% | 0.46% | - |
| HSV(B) | 301.13º | 0.95% | 0.88% | - |
| XYZ | 44.23 | 21.49 | 70.22 | - |
| YUV | 99.51 | 196.57 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 221 | 0 | 0.95 | 0.02 | 0.12 | 301.13 | 0.9 | 0.46 |
| Hex | E1 | C | DD | 0 | 5F | 2 | C | 12D | 5A | 2E |
| Octal | 341 | 14 | 335 | 0 | 137 | 2 | 14 | 455 | 132 | 56 |
| Binary | 11100001 | 1100 | 11011101 | 0 | 1011111 | 10 | 1100 | 100101101 | 1011010 | 101110 |
Color Harmonies of #E10CDD
Complementary color
Monochromatic Colors of #E10CDD
Black with #E10CDD
Text Example
Text Example
White with #E10CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10CDD; }
p { color: rgb(225,12,221); }
H1.HeaderClassName
{
color: #E10CDD;
}
.AnyTagClassName
{
color: #E10CDD;
}
</style>
background-color css
<style>
a { background-color: #E10CDD; }
a { background-color: rgb(225,12,221); }
div.DivClassName
{
background-color: #E10CDD;
}
.BgClassName
{
background-color: #E10CDD;
}
</style>
border-color css
<style>
span { border-color: #E10CDD; }
span { border-color: rgb(225,12,221); }
td.TdClassName
{
border-color: #E10CDD;
}
.TagClassName
{
border-color: #E10CDD;
}
</style>