Shades of Hot Magenta #E804CF
Tints of Hot Magenta #E804CF
RGB
CMYK
RGB Variations
Color information
#E804CF (or 0xE804CF) is known color: Hot Magenta. HEX triplet: E8, 04 and CF. RGB value is (232,4,207). Sum of RGB (Red+Green+Blue) = 232+4+207=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E804CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E804CF is #17FB30. Grayscale: #5E5E5E. Windows color (decimal): -1571633 or 13567208. OLE color: 13567208.
HSL color Cylindrical-coordinate representation of color #E804CF: hue angle of 306.58º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E804CF is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.09 |
| HSL | 306.58º | 0.97% | 0.46% | - |
| HSV(B) | 306.58º | 0.98% | 0.91% | - |
| XYZ | 44.58 | 21.75 | 60.88 | - |
| YUV | 95.31 | 191.04 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 207 | 0 | 0.98 | 0.11 | 0.09 | 306.58 | 0.97 | 0.46 |
| Hex | E8 | 4 | CF | 0 | 62 | B | 9 | 133 | 61 | 2E |
| Octal | 350 | 4 | 317 | 0 | 142 | 13 | 11 | 463 | 141 | 56 |
| Binary | 11101000 | 100 | 11001111 | 0 | 1100010 | 1011 | 1001 | 100110011 | 1100001 | 101110 |
Color Harmonies of #E804CF
Complementary color
Monochromatic Colors of #E804CF
Black with #E804CF
Text Example
Text Example
White with #E804CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E804CF; }
p { color: rgb(232,4,207); }
H1.HeaderClassName
{
color: #E804CF;
}
.AnyTagClassName
{
color: #E804CF;
}
</style>
background-color css
<style>
a { background-color: #E804CF; }
a { background-color: rgb(232,4,207); }
div.DivClassName
{
background-color: #E804CF;
}
.BgClassName
{
background-color: #E804CF;
}
</style>
border-color css
<style>
span { border-color: #E804CF; }
span { border-color: rgb(232,4,207); }
td.TdClassName
{
border-color: #E804CF;
}
.TagClassName
{
border-color: #E804CF;
}
</style>