Shades of Hot Magenta #E802D9
Tints of Hot Magenta #E802D9
RGB
CMYK
RGB Variations
Color information
#E802D9 (or 0xE802D9) is known color: Hot Magenta. HEX triplet: E8, 02 and D9. RGB value is (232,2,217). Sum of RGB (Red+Green+Blue) = 232+2+217=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 217 (85.16% from 255 or 48.12% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E802D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E802D9 is #17FD26. Grayscale: #5E5E5E. Windows color (decimal): -1572135 or 14222056. OLE color: 14222056.
HSL color Cylindrical-coordinate representation of color #E802D9: hue angle of 303.91º 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 #E802D9 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 217 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.09 |
| HSL | 303.91º | 0.98% | 0.46% | - |
| HSV(B) | 303.91º | 0.99% | 0.91% | - |
| XYZ | 45.82 | 22.21 | 67.52 | - |
| YUV | 95.28 | 196.7 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 217 | 0 | 0.99 | 0.06 | 0.09 | 303.91 | 0.98 | 0.46 |
| Hex | E8 | 2 | D9 | 0 | 63 | 6 | 9 | 130 | 62 | 2E |
| Octal | 350 | 2 | 331 | 0 | 143 | 6 | 11 | 460 | 142 | 56 |
| Binary | 11101000 | 10 | 11011001 | 0 | 1100011 | 110 | 1001 | 100110000 | 1100010 | 101110 |
Color Harmonies of #E802D9
Complementary color
Monochromatic Colors of #E802D9
Black with #E802D9
Text Example
Text Example
White with #E802D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E802D9; }
p { color: rgb(232,2,217); }
H1.HeaderClassName
{
color: #E802D9;
}
.AnyTagClassName
{
color: #E802D9;
}
</style>
background-color css
<style>
a { background-color: #E802D9; }
a { background-color: rgb(232,2,217); }
div.DivClassName
{
background-color: #E802D9;
}
.BgClassName
{
background-color: #E802D9;
}
</style>
border-color css
<style>
span { border-color: #E802D9; }
span { border-color: rgb(232,2,217); }
td.TdClassName
{
border-color: #E802D9;
}
.TagClassName
{
border-color: #E802D9;
}
</style>