Shades of Deep Magenta #E000C6
Tints of Deep Magenta #E000C6
RGB
CMYK
RGB Variations
Color information
#E000C6 (or 0xE000C6) is known color: Deep Magenta. HEX triplet: E0, 00 and C6. RGB value is (224,0,198). Sum of RGB (Red+Green+Blue) = 224+0+198=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E000C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000C6 is #1FFF39. Grayscale: #585858. Windows color (decimal): -2096954 or 12976352. OLE color: 12976352.
HSL color Cylindrical-coordinate representation of color #E000C6: hue angle of 306.96º 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 #E000C6 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 198 | - |
| CMYK | 0 | 1 | 0.12 | 0.12 |
| HSL | 306.96º | 1% | 0.44% | - |
| HSV(B) | 306.96º | 1% | 0.88% | - |
| XYZ | 40.93 | 19.92 | 55.11 | - |
| YUV | 89.55 | 189.21 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 198 | 0 | 1 | 0.12 | 0.12 | 306.96 | 1 | 0.44 |
| Hex | E0 | 0 | C6 | 0 | 64 | C | C | 133 | 64 | 2C |
| Octal | 340 | 0 | 306 | 0 | 144 | 14 | 14 | 463 | 144 | 54 |
| Binary | 11100000 | 0 | 11000110 | 0 | 1100100 | 1100 | 1100 | 100110011 | 1100100 | 101100 |
Color Harmonies of #E000C6
Complementary color
Monochromatic Colors of #E000C6
Black with #E000C6
Text Example
Text Example
White with #E000C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000C6; }
p { color: rgb(224,0,198); }
H1.HeaderClassName
{
color: #E000C6;
}
.AnyTagClassName
{
color: #E000C6;
}
</style>
background-color css
<style>
a { background-color: #E000C6; }
a { background-color: rgb(224,0,198); }
div.DivClassName
{
background-color: #E000C6;
}
.BgClassName
{
background-color: #E000C6;
}
</style>
border-color css
<style>
span { border-color: #E000C6; }
span { border-color: rgb(224,0,198); }
td.TdClassName
{
border-color: #E000C6;
}
.TagClassName
{
border-color: #E000C6;
}
</style>