Shades of Deep Magenta #E311CC
Tints of Deep Magenta #E311CC
RGB
CMYK
RGB Variations
Color information
#E311CC (or 0xE311CC) is known color: Deep Magenta. HEX triplet: E3, 11 and CC. RGB value is (227,17,204). Sum of RGB (Red+Green+Blue) = 227+17+204=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E311CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E311CC is #1CEE33. Grayscale: #646464. Windows color (decimal): -1895988 or 13373923. OLE color: 13373923.
HSL color Cylindrical-coordinate representation of color #E311CC: hue angle of 306.57º 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 #E311CC is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 17 | 204 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.11 |
| HSL | 306.57º | 0.86% | 0.48% | - |
| HSV(B) | 306.57º | 0.93% | 0.89% | - |
| XYZ | 42.78 | 21.09 | 58.94 | - |
| YUV | 101.11 | 186.07 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 17 | 204 | 0 | 0.93 | 0.10 | 0.11 | 306.57 | 0.86 | 0.48 |
| Hex | E3 | 11 | CC | 0 | 5D | A | B | 133 | 56 | 30 |
| Octal | 343 | 21 | 314 | 0 | 135 | 12 | 13 | 463 | 126 | 60 |
| Binary | 11100011 | 10001 | 11001100 | 0 | 1011101 | 1010 | 1011 | 100110011 | 1010110 | 110000 |
Color Harmonies of #E311CC
Complementary color
Monochromatic Colors of #E311CC
Black with #E311CC
Text Example
Text Example
White with #E311CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E311CC; }
p { color: rgb(227,17,204); }
H1.HeaderClassName
{
color: #E311CC;
}
.AnyTagClassName
{
color: #E311CC;
}
</style>
background-color css
<style>
a { background-color: #E311CC; }
a { background-color: rgb(227,17,204); }
div.DivClassName
{
background-color: #E311CC;
}
.BgClassName
{
background-color: #E311CC;
}
</style>
border-color css
<style>
span { border-color: #E311CC; }
span { border-color: rgb(227,17,204); }
td.TdClassName
{
border-color: #E311CC;
}
.TagClassName
{
border-color: #E311CC;
}
</style>