Shades of Deep Magenta #E100C2
Tints of Deep Magenta #E100C2
RGB
CMYK
RGB Variations
Color information
#E100C2 (or 0xE100C2) is known color: Deep Magenta. HEX triplet: E1, 00 and C2. RGB value is (225,0,194). Sum of RGB (Red+Green+Blue) = 225+0+194=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E100C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100C2 is #1EFF3D. Grayscale: #585858. Windows color (decimal): -2031422 or 12714209. OLE color: 12714209.
HSL color Cylindrical-coordinate representation of color #E100C2: hue angle of 308.27º 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 #E100C2 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 194 | - |
| CMYK | 0 | 1 | 0.14 | 0.12 |
| HSL | 308.27º | 1% | 0.44% | - |
| HSV(B) | 308.27º | 1% | 0.88% | - |
| XYZ | 40.79 | 19.9 | 52.73 | - |
| YUV | 89.39 | 187.04 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 194 | 0 | 1 | 0.14 | 0.12 | 308.27 | 1 | 0.44 |
| Hex | E1 | 0 | C2 | 0 | 64 | E | C | 134 | 64 | 2C |
| Octal | 341 | 0 | 302 | 0 | 144 | 16 | 14 | 464 | 144 | 54 |
| Binary | 11100001 | 0 | 11000010 | 0 | 1100100 | 1110 | 1100 | 100110100 | 1100100 | 101100 |
Color Harmonies of #E100C2
Complementary color
Monochromatic Colors of #E100C2
Black with #E100C2
Text Example
Text Example
White with #E100C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100C2; }
p { color: rgb(225,0,194); }
H1.HeaderClassName
{
color: #E100C2;
}
.AnyTagClassName
{
color: #E100C2;
}
</style>
background-color css
<style>
a { background-color: #E100C2; }
a { background-color: rgb(225,0,194); }
div.DivClassName
{
background-color: #E100C2;
}
.BgClassName
{
background-color: #E100C2;
}
</style>
border-color css
<style>
span { border-color: #E100C2; }
span { border-color: rgb(225,0,194); }
td.TdClassName
{
border-color: #E100C2;
}
.TagClassName
{
border-color: #E100C2;
}
</style>