Shades of Deep Magenta #E104CC
Tints of Deep Magenta #E104CC
RGB
CMYK
RGB Variations
Color information
#E104CC (or 0xE104CC) is known color: Deep Magenta. HEX triplet: E1, 04 and CC. RGB value is (225,4,204). Sum of RGB (Red+Green+Blue) = 225+4+204=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E104CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E104CC is #1EFB33. Grayscale: #5C5C5C. Windows color (decimal): -2030388 or 13370593. OLE color: 13370593.
HSL color Cylindrical-coordinate representation of color #E104CC: hue angle of 305.7º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E104CC is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 204 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.12 |
| HSL | 305.7º | 0.97% | 0.45% | - |
| HSV(B) | 305.7º | 0.98% | 0.88% | - |
| XYZ | 41.99 | 20.45 | 58.86 | - |
| YUV | 92.88 | 190.72 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 204 | 0 | 0.98 | 0.09 | 0.12 | 305.7 | 0.97 | 0.45 |
| Hex | E1 | 4 | CC | 0 | 62 | 9 | C | 132 | 61 | 2D |
| Octal | 341 | 4 | 314 | 0 | 142 | 11 | 14 | 462 | 141 | 55 |
| Binary | 11100001 | 100 | 11001100 | 0 | 1100010 | 1001 | 1100 | 100110010 | 1100001 | 101101 |
Color Harmonies of #E104CC
Complementary color
Monochromatic Colors of #E104CC
Black with #E104CC
Text Example
Text Example
White with #E104CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E104CC; }
p { color: rgb(225,4,204); }
H1.HeaderClassName
{
color: #E104CC;
}
.AnyTagClassName
{
color: #E104CC;
}
</style>
background-color css
<style>
a { background-color: #E104CC; }
a { background-color: rgb(225,4,204); }
div.DivClassName
{
background-color: #E104CC;
}
.BgClassName
{
background-color: #E104CC;
}
</style>
border-color css
<style>
span { border-color: #E104CC; }
span { border-color: rgb(225,4,204); }
td.TdClassName
{
border-color: #E104CC;
}
.TagClassName
{
border-color: #E104CC;
}
</style>