Shades of Deep Magenta #E104CF
Tints of Deep Magenta #E104CF
RGB
CMYK
RGB Variations
Color information
#E104CF (or 0xE104CF) is known color: Deep Magenta. HEX triplet: E1, 04 and CF. RGB value is (225,4,207). Sum of RGB (Red+Green+Blue) = 225+4+207=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E104CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E104CF is #1EFB30. Grayscale: #5C5C5C. Windows color (decimal): -2030385 or 13567201. OLE color: 13567201.
HSL color Cylindrical-coordinate representation of color #E104CF: hue angle of 304.89º 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 #E104CF is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.12 |
| HSL | 304.89º | 0.97% | 0.45% | - |
| HSV(B) | 304.89º | 0.98% | 0.88% | - |
| XYZ | 42.36 | 20.6 | 60.78 | - |
| YUV | 93.22 | 192.22 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 207 | 0 | 0.98 | 0.08 | 0.12 | 304.89 | 0.97 | 0.45 |
| Hex | E1 | 4 | CF | 0 | 62 | 8 | C | 131 | 61 | 2D |
| Octal | 341 | 4 | 317 | 0 | 142 | 10 | 14 | 461 | 141 | 55 |
| Binary | 11100001 | 100 | 11001111 | 0 | 1100010 | 1000 | 1100 | 100110001 | 1100001 | 101101 |
Color Harmonies of #E104CF
Complementary color
Monochromatic Colors of #E104CF
Black with #E104CF
Text Example
Text Example
White with #E104CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E104CF; }
p { color: rgb(225,4,207); }
H1.HeaderClassName
{
color: #E104CF;
}
.AnyTagClassName
{
color: #E104CF;
}
</style>
background-color css
<style>
a { background-color: #E104CF; }
a { background-color: rgb(225,4,207); }
div.DivClassName
{
background-color: #E104CF;
}
.BgClassName
{
background-color: #E104CF;
}
</style>
border-color css
<style>
span { border-color: #E104CF; }
span { border-color: rgb(225,4,207); }
td.TdClassName
{
border-color: #E104CF;
}
.TagClassName
{
border-color: #E104CF;
}
</style>