Shades of Deep Magenta #E10CDB
Tints of Deep Magenta #E10CDB
RGB
CMYK
RGB Variations
Color information
#E10CDB (or 0xE10CDB) is known color: Deep Magenta. HEX triplet: E1, 0C and DB. RGB value is (225,12,219). Sum of RGB (Red+Green+Blue) = 225+12+219=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 12 (5.08% from 255 or 2.63% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CDB is #1EF324. Grayscale: #626262. Windows color (decimal): -2028325 or 14355681. OLE color: 14355681.
HSL color Cylindrical-coordinate representation of color #E10CDB: hue angle of 301.69º 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 #E10CDB is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 219 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.12 |
| HSL | 301.69º | 0.9% | 0.46% | - |
| HSV(B) | 301.69º | 0.95% | 0.88% | - |
| XYZ | 43.97 | 21.38 | 68.83 | - |
| YUV | 99.29 | 195.57 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 219 | 0 | 0.95 | 0.03 | 0.12 | 301.69 | 0.9 | 0.46 |
| Hex | E1 | C | DB | 0 | 5F | 3 | C | 12E | 5A | 2E |
| Octal | 341 | 14 | 333 | 0 | 137 | 3 | 14 | 456 | 132 | 56 |
| Binary | 11100001 | 1100 | 11011011 | 0 | 1011111 | 11 | 1100 | 100101110 | 1011010 | 101110 |
Color Harmonies of #E10CDB
Complementary color
Monochromatic Colors of #E10CDB
Black with #E10CDB
Text Example
Text Example
White with #E10CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10CDB; }
p { color: rgb(225,12,219); }
H1.HeaderClassName
{
color: #E10CDB;
}
.AnyTagClassName
{
color: #E10CDB;
}
</style>
background-color css
<style>
a { background-color: #E10CDB; }
a { background-color: rgb(225,12,219); }
div.DivClassName
{
background-color: #E10CDB;
}
.BgClassName
{
background-color: #E10CDB;
}
</style>
border-color css
<style>
span { border-color: #E10CDB; }
span { border-color: rgb(225,12,219); }
td.TdClassName
{
border-color: #E10CDB;
}
.TagClassName
{
border-color: #E10CDB;
}
</style>