Shades of Deep Magenta #E011CF
Tints of Deep Magenta #E011CF
RGB
CMYK
RGB Variations
Color information
#E011CF (or 0xE011CF) is known color: Deep Magenta. HEX triplet: E0, 11 and CF. RGB value is (224,17,207). Sum of RGB (Red+Green+Blue) = 224+17+207=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E011CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E011CF is #1FEE30. Grayscale: #646464. Windows color (decimal): -2092593 or 13570528. OLE color: 13570528.
HSL color Cylindrical-coordinate representation of color #E011CF: hue angle of 304.93º 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 #E011CF is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 207 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.12 |
| HSL | 304.93º | 0.86% | 0.47% | - |
| HSV(B) | 304.93º | 0.92% | 0.88% | - |
| XYZ | 42.2 | 20.75 | 60.81 | - |
| YUV | 100.55 | 188.08 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 207 | 0 | 0.92 | 0.08 | 0.12 | 304.93 | 0.86 | 0.47 |
| Hex | E0 | 11 | CF | 0 | 5C | 8 | C | 131 | 56 | 2F |
| Octal | 340 | 21 | 317 | 0 | 134 | 10 | 14 | 461 | 126 | 57 |
| Binary | 11100000 | 10001 | 11001111 | 0 | 1011100 | 1000 | 1100 | 100110001 | 1010110 | 101111 |
Color Harmonies of #E011CF
Complementary color
Monochromatic Colors of #E011CF
Black with #E011CF
Text Example
Text Example
White with #E011CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E011CF; }
p { color: rgb(224,17,207); }
H1.HeaderClassName
{
color: #E011CF;
}
.AnyTagClassName
{
color: #E011CF;
}
</style>
background-color css
<style>
a { background-color: #E011CF; }
a { background-color: rgb(224,17,207); }
div.DivClassName
{
background-color: #E011CF;
}
.BgClassName
{
background-color: #E011CF;
}
</style>
border-color css
<style>
span { border-color: #E011CF; }
span { border-color: rgb(224,17,207); }
td.TdClassName
{
border-color: #E011CF;
}
.TagClassName
{
border-color: #E011CF;
}
</style>