Shades of Deep Magenta #E011CD
Tints of Deep Magenta #E011CD
RGB
CMYK
RGB Variations
Color information
#E011CD (or 0xE011CD) is known color: Deep Magenta. HEX triplet: E0, 11 and CD. RGB value is (224,17,205). Sum of RGB (Red+Green+Blue) = 224+17+205=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E011CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E011CD is #1FEE32. Grayscale: #636363. Windows color (decimal): -2092595 or 13439456. OLE color: 13439456.
HSL color Cylindrical-coordinate representation of color #E011CD: hue angle of 305.51º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E011CD is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 205 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.12 |
| HSL | 305.51º | 0.86% | 0.47% | - |
| HSV(B) | 305.51º | 0.92% | 0.88% | - |
| XYZ | 41.96 | 20.66 | 59.53 | - |
| YUV | 100.33 | 187.08 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 205 | 0 | 0.92 | 0.08 | 0.12 | 305.51 | 0.86 | 0.47 |
| Hex | E0 | 11 | CD | 0 | 5C | 8 | C | 132 | 56 | 2F |
| Octal | 340 | 21 | 315 | 0 | 134 | 10 | 14 | 462 | 126 | 57 |
| Binary | 11100000 | 10001 | 11001101 | 0 | 1011100 | 1000 | 1100 | 100110010 | 1010110 | 101111 |
Color Harmonies of #E011CD
Complementary color
Monochromatic Colors of #E011CD
Black with #E011CD
Text Example
Text Example
White with #E011CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E011CD; }
p { color: rgb(224,17,205); }
H1.HeaderClassName
{
color: #E011CD;
}
.AnyTagClassName
{
color: #E011CD;
}
</style>
background-color css
<style>
a { background-color: #E011CD; }
a { background-color: rgb(224,17,205); }
div.DivClassName
{
background-color: #E011CD;
}
.BgClassName
{
background-color: #E011CD;
}
</style>
border-color css
<style>
span { border-color: #E011CD; }
span { border-color: rgb(224,17,205); }
td.TdClassName
{
border-color: #E011CD;
}
.TagClassName
{
border-color: #E011CD;
}
</style>