Shades of Deep Magenta #E311DC
Tints of Deep Magenta #E311DC
RGB
CMYK
RGB Variations
Color information
#E311DC (or 0xE311DC) is known color: Deep Magenta. HEX triplet: E3, 11 and DC. RGB value is (227,17,220). Sum of RGB (Red+Green+Blue) = 227+17+220=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E311DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E311DC is #1CEE23. Grayscale: #666666. Windows color (decimal): -1895972 or 14422499. OLE color: 14422499.
HSL color Cylindrical-coordinate representation of color #E311DC: hue angle of 302º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E311DC is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 17 | 220 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.11 |
| HSL | 302º | 0.86% | 0.48% | - |
| HSV(B) | 302º | 0.93% | 0.89% | - |
| XYZ | 44.8 | 21.9 | 69.58 | - |
| YUV | 102.93 | 194.07 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 17 | 220 | 0 | 0.93 | 0.03 | 0.11 | 302 | 0.86 | 0.48 |
| Hex | E3 | 11 | DC | 0 | 5D | 3 | B | 12E | 56 | 30 |
| Octal | 343 | 21 | 334 | 0 | 135 | 3 | 13 | 456 | 126 | 60 |
| Binary | 11100011 | 10001 | 11011100 | 0 | 1011101 | 11 | 1011 | 100101110 | 1010110 | 110000 |
Color Harmonies of #E311DC
Complementary color
Monochromatic Colors of #E311DC
Black with #E311DC
Text Example
Text Example
White with #E311DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E311DC; }
p { color: rgb(227,17,220); }
H1.HeaderClassName
{
color: #E311DC;
}
.AnyTagClassName
{
color: #E311DC;
}
</style>
background-color css
<style>
a { background-color: #E311DC; }
a { background-color: rgb(227,17,220); }
div.DivClassName
{
background-color: #E311DC;
}
.BgClassName
{
background-color: #E311DC;
}
</style>
border-color css
<style>
span { border-color: #E311DC; }
span { border-color: rgb(227,17,220); }
td.TdClassName
{
border-color: #E311DC;
}
.TagClassName
{
border-color: #E311DC;
}
</style>