Shades of Hot Magenta #E802CA
Tints of Hot Magenta #E802CA
RGB
CMYK
RGB Variations
Color information
#E802CA (or 0xE802CA) is known color: Hot Magenta. HEX triplet: E8, 02 and CA. RGB value is (232,2,202). Sum of RGB (Red+Green+Blue) = 232+2+202=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 2 (1.17% from 255 or 0.46% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E802CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E802CA is #17FD35. Grayscale: #5D5D5D. Windows color (decimal): -1572150 or 13239016. OLE color: 13239016.
HSL color Cylindrical-coordinate representation of color #E802CA: hue angle of 307.83º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E802CA is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 202 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.09 |
| HSL | 307.83º | 0.98% | 0.46% | - |
| HSV(B) | 307.83º | 0.99% | 0.91% | - |
| XYZ | 43.96 | 21.46 | 57.7 | - |
| YUV | 93.57 | 189.2 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 202 | 0 | 0.99 | 0.13 | 0.09 | 307.83 | 0.98 | 0.46 |
| Hex | E8 | 2 | CA | 0 | 63 | D | 9 | 134 | 62 | 2E |
| Octal | 350 | 2 | 312 | 0 | 143 | 15 | 11 | 464 | 142 | 56 |
| Binary | 11101000 | 10 | 11001010 | 0 | 1100011 | 1101 | 1001 | 100110100 | 1100010 | 101110 |
Color Harmonies of #E802CA
Complementary color
Monochromatic Colors of #E802CA
Black with #E802CA
Text Example
Text Example
White with #E802CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E802CA; }
p { color: rgb(232,2,202); }
H1.HeaderClassName
{
color: #E802CA;
}
.AnyTagClassName
{
color: #E802CA;
}
</style>
background-color css
<style>
a { background-color: #E802CA; }
a { background-color: rgb(232,2,202); }
div.DivClassName
{
background-color: #E802CA;
}
.BgClassName
{
background-color: #E802CA;
}
</style>
border-color css
<style>
span { border-color: #E802CA; }
span { border-color: rgb(232,2,202); }
td.TdClassName
{
border-color: #E802CA;
}
.TagClassName
{
border-color: #E802CA;
}
</style>