Shades of Deep Magenta #E016CC
Tints of Deep Magenta #E016CC
RGB
CMYK
RGB Variations
Color information
#E016CC (or 0xE016CC) is known color: Deep Magenta. HEX triplet: E0, 16 and CC. RGB value is (224,22,204). Sum of RGB (Red+Green+Blue) = 224+22+204=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E016CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E016CC is #1FE933. Grayscale: #666666. Windows color (decimal): -2091316 or 13375200. OLE color: 13375200.
HSL color Cylindrical-coordinate representation of color #E016CC: hue angle of 305.94º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E016CC is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 204 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.12 |
| HSL | 305.94º | 0.82% | 0.48% | - |
| HSV(B) | 305.94º | 0.9% | 0.88% | - |
| XYZ | 41.93 | 20.78 | 58.93 | - |
| YUV | 103.15 | 184.92 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 204 | 0 | 0.90 | 0.09 | 0.12 | 305.94 | 0.82 | 0.48 |
| Hex | E0 | 16 | CC | 0 | 5A | 9 | C | 132 | 52 | 30 |
| Octal | 340 | 26 | 314 | 0 | 132 | 11 | 14 | 462 | 122 | 60 |
| Binary | 11100000 | 10110 | 11001100 | 0 | 1011010 | 1001 | 1100 | 100110010 | 1010010 | 110000 |
Color Harmonies of #E016CC
Complementary color
Monochromatic Colors of #E016CC
Black with #E016CC
Text Example
Text Example
White with #E016CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E016CC; }
p { color: rgb(224,22,204); }
H1.HeaderClassName
{
color: #E016CC;
}
.AnyTagClassName
{
color: #E016CC;
}
</style>
background-color css
<style>
a { background-color: #E016CC; }
a { background-color: rgb(224,22,204); }
div.DivClassName
{
background-color: #E016CC;
}
.BgClassName
{
background-color: #E016CC;
}
</style>
border-color css
<style>
span { border-color: #E016CC; }
span { border-color: rgb(224,22,204); }
td.TdClassName
{
border-color: #E016CC;
}
.TagClassName
{
border-color: #E016CC;
}
</style>