Shades of Deep Magenta #E104C8
Tints of Deep Magenta #E104C8
RGB
CMYK
RGB Variations
Color information
#E104C8 (or 0xE104C8) is known color: Deep Magenta. HEX triplet: E1, 04 and C8. RGB value is (225,4,200). Sum of RGB (Red+Green+Blue) = 225+4+200=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E104C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E104C8 is #1EFB37. Grayscale: #5B5B5B. Windows color (decimal): -2030392 or 13108449. OLE color: 13108449.
HSL color Cylindrical-coordinate representation of color #E104C8: hue angle of 306.79º 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 #E104C8 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 200 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.12 |
| HSL | 306.79º | 0.97% | 0.45% | - |
| HSV(B) | 306.79º | 0.98% | 0.88% | - |
| XYZ | 41.52 | 20.26 | 56.37 | - |
| YUV | 92.42 | 188.72 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 200 | 0 | 0.98 | 0.11 | 0.12 | 306.79 | 0.97 | 0.45 |
| Hex | E1 | 4 | C8 | 0 | 62 | B | C | 133 | 61 | 2D |
| Octal | 341 | 4 | 310 | 0 | 142 | 13 | 14 | 463 | 141 | 55 |
| Binary | 11100001 | 100 | 11001000 | 0 | 1100010 | 1011 | 1100 | 100110011 | 1100001 | 101101 |
Color Harmonies of #E104C8
Complementary color
Monochromatic Colors of #E104C8
Black with #E104C8
Text Example
Text Example
White with #E104C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E104C8; }
p { color: rgb(225,4,200); }
H1.HeaderClassName
{
color: #E104C8;
}
.AnyTagClassName
{
color: #E104C8;
}
</style>
background-color css
<style>
a { background-color: #E104C8; }
a { background-color: rgb(225,4,200); }
div.DivClassName
{
background-color: #E104C8;
}
.BgClassName
{
background-color: #E104C8;
}
</style>
border-color css
<style>
span { border-color: #E104C8; }
span { border-color: rgb(225,4,200); }
td.TdClassName
{
border-color: #E104C8;
}
.TagClassName
{
border-color: #E104C8;
}
</style>