Shades of Deep Magenta #E000C2
Tints of Deep Magenta #E000C2
RGB
CMYK
RGB Variations
Color information
#E000C2 (or 0xE000C2) is known color: Deep Magenta. HEX triplet: E0, 00 and C2. RGB value is (224,0,194). Sum of RGB (Red+Green+Blue) = 224+0+194=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E000C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000C2 is #1FFF3D. Grayscale: #585858. Windows color (decimal): -2096958 or 12714208. OLE color: 12714208.
HSL color Cylindrical-coordinate representation of color #E000C2: hue angle of 308.04º 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 #E000C2 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 194 | - |
| CMYK | 0 | 1 | 0.13 | 0.12 |
| HSL | 308.04º | 1% | 0.44% | - |
| HSV(B) | 308.04º | 1% | 0.88% | - |
| XYZ | 40.48 | 19.74 | 52.72 | - |
| YUV | 89.09 | 187.21 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 194 | 0 | 1 | 0.13 | 0.12 | 308.04 | 1 | 0.44 |
| Hex | E0 | 0 | C2 | 0 | 64 | D | C | 134 | 64 | 2C |
| Octal | 340 | 0 | 302 | 0 | 144 | 15 | 14 | 464 | 144 | 54 |
| Binary | 11100000 | 0 | 11000010 | 0 | 1100100 | 1101 | 1100 | 100110100 | 1100100 | 101100 |
Color Harmonies of #E000C2
Complementary color
Monochromatic Colors of #E000C2
Black with #E000C2
Text Example
Text Example
White with #E000C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000C2; }
p { color: rgb(224,0,194); }
H1.HeaderClassName
{
color: #E000C2;
}
.AnyTagClassName
{
color: #E000C2;
}
</style>
background-color css
<style>
a { background-color: #E000C2; }
a { background-color: rgb(224,0,194); }
div.DivClassName
{
background-color: #E000C2;
}
.BgClassName
{
background-color: #E000C2;
}
</style>
border-color css
<style>
span { border-color: #E000C2; }
span { border-color: rgb(224,0,194); }
td.TdClassName
{
border-color: #E000C2;
}
.TagClassName
{
border-color: #E000C2;
}
</style>