Shades of Deep Magenta #E000C0
Tints of Deep Magenta #E000C0
RGB
CMYK
RGB Variations
Color information
#E000C0 (or 0xE000C0) is known color: Deep Magenta. HEX triplet: E0, 00 and C0. RGB value is (224,0,192). Sum of RGB (Red+Green+Blue) = 224+0+192=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E000C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000C0 is #1FFF3F. Grayscale: #585858. Windows color (decimal): -2096960 or 12583136. OLE color: 12583136.
HSL color Cylindrical-coordinate representation of color #E000C0: hue angle of 308.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000C0 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 192 | - |
| CMYK | 0 | 1 | 0.14 | 0.12 |
| HSL | 308.57º | 1% | 0.44% | - |
| HSV(B) | 308.57º | 1% | 0.88% | - |
| XYZ | 40.25 | 19.65 | 51.54 | - |
| YUV | 88.86 | 186.21 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 192 | 0 | 1 | 0.14 | 0.12 | 308.57 | 1 | 0.44 |
| Hex | E0 | 0 | C0 | 0 | 64 | E | C | 135 | 64 | 2C |
| Octal | 340 | 0 | 300 | 0 | 144 | 16 | 14 | 465 | 144 | 54 |
| Binary | 11100000 | 0 | 11000000 | 0 | 1100100 | 1110 | 1100 | 100110101 | 1100100 | 101100 |
Color Harmonies of #E000C0
Complementary color
Monochromatic Colors of #E000C0
Black with #E000C0
Text Example
Text Example
White with #E000C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000C0; }
p { color: rgb(224,0,192); }
H1.HeaderClassName
{
color: #E000C0;
}
.AnyTagClassName
{
color: #E000C0;
}
</style>
background-color css
<style>
a { background-color: #E000C0; }
a { background-color: rgb(224,0,192); }
div.DivClassName
{
background-color: #E000C0;
}
.BgClassName
{
background-color: #E000C0;
}
</style>
border-color css
<style>
span { border-color: #E000C0; }
span { border-color: rgb(224,0,192); }
td.TdClassName
{
border-color: #E000C0;
}
.TagClassName
{
border-color: #E000C0;
}
</style>