Shades of Deep Magenta #E100CC
Tints of Deep Magenta #E100CC
RGB
CMYK
RGB Variations
Color information
#E100CC (or 0xE100CC) is known color: Deep Magenta. HEX triplet: E1, 00 and CC. RGB value is (225,0,204). Sum of RGB (Red+Green+Blue) = 225+0+204=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E100CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100CC is #1EFF33. Grayscale: #595959. Windows color (decimal): -2031412 or 13369569. OLE color: 13369569.
HSL color Cylindrical-coordinate representation of color #E100CC: hue angle of 305.6º 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 #E100CC is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 204 | - |
| CMYK | 0 | 1 | 0.09 | 0.12 |
| HSL | 305.6º | 1% | 0.44% | - |
| HSV(B) | 305.6º | 1% | 0.88% | - |
| XYZ | 41.95 | 20.37 | 58.85 | - |
| YUV | 90.53 | 192.04 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 204 | 0 | 1 | 0.09 | 0.12 | 305.6 | 1 | 0.44 |
| Hex | E1 | 0 | CC | 0 | 64 | 9 | C | 132 | 64 | 2C |
| Octal | 341 | 0 | 314 | 0 | 144 | 11 | 14 | 462 | 144 | 54 |
| Binary | 11100001 | 0 | 11001100 | 0 | 1100100 | 1001 | 1100 | 100110010 | 1100100 | 101100 |
Color Harmonies of #E100CC
Complementary color
Monochromatic Colors of #E100CC
Black with #E100CC
Text Example
Text Example
White with #E100CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100CC; }
p { color: rgb(225,0,204); }
H1.HeaderClassName
{
color: #E100CC;
}
.AnyTagClassName
{
color: #E100CC;
}
</style>
background-color css
<style>
a { background-color: #E100CC; }
a { background-color: rgb(225,0,204); }
div.DivClassName
{
background-color: #E100CC;
}
.BgClassName
{
background-color: #E100CC;
}
</style>
border-color css
<style>
span { border-color: #E100CC; }
span { border-color: rgb(225,0,204); }
td.TdClassName
{
border-color: #E100CC;
}
.TagClassName
{
border-color: #E100CC;
}
</style>