Shades of Hot Magenta #E802DC
Tints of Hot Magenta #E802DC
RGB
CMYK
RGB Variations
Color information
#E802DC (or 0xE802DC) is known color: Hot Magenta. HEX triplet: E8, 02 and DC. RGB value is (232,2,220). Sum of RGB (Red+Green+Blue) = 232+2+220=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E802DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E802DC is #17FD23. Grayscale: #5E5E5E. Windows color (decimal): -1572132 or 14418664. OLE color: 14418664.
HSL color Cylindrical-coordinate representation of color #E802DC: hue angle of 303.13º 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 #E802DC is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 220 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.09 |
| HSL | 303.13º | 0.98% | 0.46% | - |
| HSV(B) | 303.13º | 0.99% | 0.91% | - |
| XYZ | 46.22 | 22.37 | 69.59 | - |
| YUV | 95.62 | 198.2 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 220 | 0 | 0.99 | 0.05 | 0.09 | 303.13 | 0.98 | 0.46 |
| Hex | E8 | 2 | DC | 0 | 63 | 5 | 9 | 12F | 62 | 2E |
| Octal | 350 | 2 | 334 | 0 | 143 | 5 | 11 | 457 | 142 | 56 |
| Binary | 11101000 | 10 | 11011100 | 0 | 1100011 | 101 | 1001 | 100101111 | 1100010 | 101110 |
Color Harmonies of #E802DC
Complementary color
Monochromatic Colors of #E802DC
Black with #E802DC
Text Example
Text Example
White with #E802DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E802DC; }
p { color: rgb(232,2,220); }
H1.HeaderClassName
{
color: #E802DC;
}
.AnyTagClassName
{
color: #E802DC;
}
</style>
background-color css
<style>
a { background-color: #E802DC; }
a { background-color: rgb(232,2,220); }
div.DivClassName
{
background-color: #E802DC;
}
.BgClassName
{
background-color: #E802DC;
}
</style>
border-color css
<style>
span { border-color: #E802DC; }
span { border-color: rgb(232,2,220); }
td.TdClassName
{
border-color: #E802DC;
}
.TagClassName
{
border-color: #E802DC;
}
</style>