Shades of Hot Magenta #E804CA
Tints of Hot Magenta #E804CA
RGB
CMYK
RGB Variations
Color information
#E804CA (or 0xE804CA) is known color: Hot Magenta. HEX triplet: E8, 04 and CA. RGB value is (232,4,202). Sum of RGB (Red+Green+Blue) = 232+4+202=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E804CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E804CA is #17FB35. Grayscale: #5E5E5E. Windows color (decimal): -1571638 or 13239528. OLE color: 13239528.
HSL color Cylindrical-coordinate representation of color #E804CA: hue angle of 307.89º 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 #E804CA is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 202 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.09 |
| HSL | 307.89º | 0.97% | 0.46% | - |
| HSV(B) | 307.89º | 0.98% | 0.91% | - |
| XYZ | 43.98 | 21.51 | 57.71 | - |
| YUV | 94.74 | 188.54 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 202 | 0 | 0.98 | 0.13 | 0.09 | 307.89 | 0.97 | 0.46 |
| Hex | E8 | 4 | CA | 0 | 62 | D | 9 | 134 | 61 | 2E |
| Octal | 350 | 4 | 312 | 0 | 142 | 15 | 11 | 464 | 141 | 56 |
| Binary | 11101000 | 100 | 11001010 | 0 | 1100010 | 1101 | 1001 | 100110100 | 1100001 | 101110 |
Color Harmonies of #E804CA
Complementary color
Monochromatic Colors of #E804CA
Black with #E804CA
Text Example
Text Example
White with #E804CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E804CA; }
p { color: rgb(232,4,202); }
H1.HeaderClassName
{
color: #E804CA;
}
.AnyTagClassName
{
color: #E804CA;
}
</style>
background-color css
<style>
a { background-color: #E804CA; }
a { background-color: rgb(232,4,202); }
div.DivClassName
{
background-color: #E804CA;
}
.BgClassName
{
background-color: #E804CA;
}
</style>
border-color css
<style>
span { border-color: #E804CA; }
span { border-color: rgb(232,4,202); }
td.TdClassName
{
border-color: #E804CA;
}
.TagClassName
{
border-color: #E804CA;
}
</style>