Shades of Deep Magenta #E014CC
Tints of Deep Magenta #E014CC
RGB
CMYK
RGB Variations
Color information
#E014CC (or 0xE014CC) is known color: Deep Magenta. HEX triplet: E0, 14 and CC. RGB value is (224,20,204). Sum of RGB (Red+Green+Blue) = 224+20+204=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E014CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014CC is #1FEB33. Grayscale: #656565. Windows color (decimal): -2091828 or 13374688. OLE color: 13374688.
HSL color Cylindrical-coordinate representation of color #E014CC: hue angle of 305.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E014CC is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 204 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.12 |
| HSL | 305.88º | 0.84% | 0.48% | - |
| HSV(B) | 305.88º | 0.91% | 0.88% | - |
| XYZ | 41.89 | 20.71 | 58.92 | - |
| YUV | 101.97 | 185.59 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 204 | 0 | 0.91 | 0.09 | 0.12 | 305.88 | 0.84 | 0.48 |
| Hex | E0 | 14 | CC | 0 | 5B | 9 | C | 132 | 54 | 30 |
| Octal | 340 | 24 | 314 | 0 | 133 | 11 | 14 | 462 | 124 | 60 |
| Binary | 11100000 | 10100 | 11001100 | 0 | 1011011 | 1001 | 1100 | 100110010 | 1010100 | 110000 |
Color Harmonies of #E014CC
Complementary color
Monochromatic Colors of #E014CC
Black with #E014CC
Text Example
Text Example
White with #E014CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E014CC; }
p { color: rgb(224,20,204); }
H1.HeaderClassName
{
color: #E014CC;
}
.AnyTagClassName
{
color: #E014CC;
}
</style>
background-color css
<style>
a { background-color: #E014CC; }
a { background-color: rgb(224,20,204); }
div.DivClassName
{
background-color: #E014CC;
}
.BgClassName
{
background-color: #E014CC;
}
</style>
border-color css
<style>
span { border-color: #E014CC; }
span { border-color: rgb(224,20,204); }
td.TdClassName
{
border-color: #E014CC;
}
.TagClassName
{
border-color: #E014CC;
}
</style>