Shades of Deep Magenta #E100C0
Tints of Deep Magenta #E100C0
RGB
CMYK
RGB Variations
Color information
#E100C0 (or 0xE100C0) is known color: Deep Magenta. HEX triplet: E1, 00 and C0. RGB value is (225,0,192). Sum of RGB (Red+Green+Blue) = 225+0+192=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E100C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100C0 is #1EFF3F. Grayscale: #585858. Windows color (decimal): -2031424 or 12583137. OLE color: 12583137.
HSL color Cylindrical-coordinate representation of color #E100C0: hue angle of 308.8º 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 #E100C0 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 192 | - |
| CMYK | 0 | 1 | 0.15 | 0.12 |
| HSL | 308.8º | 1% | 0.44% | - |
| HSV(B) | 308.8º | 1% | 0.88% | - |
| XYZ | 40.57 | 19.81 | 51.56 | - |
| YUV | 89.16 | 186.04 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 192 | 0 | 1 | 0.15 | 0.12 | 308.8 | 1 | 0.44 |
| Hex | E1 | 0 | C0 | 0 | 64 | F | C | 135 | 64 | 2C |
| Octal | 341 | 0 | 300 | 0 | 144 | 17 | 14 | 465 | 144 | 54 |
| Binary | 11100001 | 0 | 11000000 | 0 | 1100100 | 1111 | 1100 | 100110101 | 1100100 | 101100 |
Color Harmonies of #E100C0
Complementary color
Monochromatic Colors of #E100C0
Black with #E100C0
Text Example
Text Example
White with #E100C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100C0; }
p { color: rgb(225,0,192); }
H1.HeaderClassName
{
color: #E100C0;
}
.AnyTagClassName
{
color: #E100C0;
}
</style>
background-color css
<style>
a { background-color: #E100C0; }
a { background-color: rgb(225,0,192); }
div.DivClassName
{
background-color: #E100C0;
}
.BgClassName
{
background-color: #E100C0;
}
</style>
border-color css
<style>
span { border-color: #E100C0; }
span { border-color: rgb(225,0,192); }
td.TdClassName
{
border-color: #E100C0;
}
.TagClassName
{
border-color: #E100C0;
}
</style>