Shades of Deep Magenta #E100C1
Tints of Deep Magenta #E100C1
RGB
CMYK
RGB Variations
Color information
#E100C1 (or 0xE100C1) is known color: Deep Magenta. HEX triplet: E1, 00 and C1. RGB value is (225,0,193). Sum of RGB (Red+Green+Blue) = 225+0+193=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E100C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100C1 is #1EFF3E. Grayscale: #585858. Windows color (decimal): -2031423 or 12648673. OLE color: 12648673.
HSL color Cylindrical-coordinate representation of color #E100C1: hue angle of 308.53º 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 #E100C1 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 193 | - |
| CMYK | 0 | 1 | 0.14 | 0.12 |
| HSL | 308.53º | 1% | 0.44% | - |
| HSV(B) | 308.53º | 1% | 0.88% | - |
| XYZ | 40.68 | 19.86 | 52.14 | - |
| YUV | 89.28 | 186.54 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 193 | 0 | 1 | 0.14 | 0.12 | 308.53 | 1 | 0.44 |
| Hex | E1 | 0 | C1 | 0 | 64 | E | C | 135 | 64 | 2C |
| Octal | 341 | 0 | 301 | 0 | 144 | 16 | 14 | 465 | 144 | 54 |
| Binary | 11100001 | 0 | 11000001 | 0 | 1100100 | 1110 | 1100 | 100110101 | 1100100 | 101100 |
Color Harmonies of #E100C1
Complementary color
Monochromatic Colors of #E100C1
Black with #E100C1
Text Example
Text Example
White with #E100C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100C1; }
p { color: rgb(225,0,193); }
H1.HeaderClassName
{
color: #E100C1;
}
.AnyTagClassName
{
color: #E100C1;
}
</style>
background-color css
<style>
a { background-color: #E100C1; }
a { background-color: rgb(225,0,193); }
div.DivClassName
{
background-color: #E100C1;
}
.BgClassName
{
background-color: #E100C1;
}
</style>
border-color css
<style>
span { border-color: #E100C1; }
span { border-color: rgb(225,0,193); }
td.TdClassName
{
border-color: #E100C1;
}
.TagClassName
{
border-color: #E100C1;
}
</style>