Shades of Deep Magenta #E11CDC
Tints of Deep Magenta #E11CDC
RGB
CMYK
RGB Variations
Color information
#E11CDC (or 0xE11CDC) is known color: Deep Magenta. HEX triplet: E1, 1C and DC. RGB value is (225,28,220). Sum of RGB (Red+Green+Blue) = 225+28+220=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CDC is #1EE323. Grayscale: #6C6C6C. Windows color (decimal): -2024228 or 14425313. OLE color: 14425313.
HSL color Cylindrical-coordinate representation of color #E11CDC: hue angle of 301.52º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CDC is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 220 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.12 |
| HSL | 301.52º | 0.78% | 0.5% | - |
| HSV(B) | 301.52º | 0.88% | 0.88% | - |
| XYZ | 44.38 | 22.01 | 69.62 | - |
| YUV | 108.79 | 190.77 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 220 | 0 | 0.88 | 0.02 | 0.12 | 301.52 | 0.78 | 0.5 |
| Hex | E1 | 1C | DC | 0 | 58 | 2 | C | 12E | 4E | 32 |
| Octal | 341 | 34 | 334 | 0 | 130 | 2 | 14 | 456 | 116 | 62 |
| Binary | 11100001 | 11100 | 11011100 | 0 | 1011000 | 10 | 1100 | 100101110 | 1001110 | 110010 |
Color Harmonies of #E11CDC
Complementary color
Monochromatic Colors of #E11CDC
Black with #E11CDC
Text Example
Text Example
White with #E11CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CDC; }
p { color: rgb(225,28,220); }
H1.HeaderClassName
{
color: #E11CDC;
}
.AnyTagClassName
{
color: #E11CDC;
}
</style>
background-color css
<style>
a { background-color: #E11CDC; }
a { background-color: rgb(225,28,220); }
div.DivClassName
{
background-color: #E11CDC;
}
.BgClassName
{
background-color: #E11CDC;
}
</style>
border-color css
<style>
span { border-color: #E11CDC; }
span { border-color: rgb(225,28,220); }
td.TdClassName
{
border-color: #E11CDC;
}
.TagClassName
{
border-color: #E11CDC;
}
</style>