Shades of Hot Magenta #E802D4
Tints of Hot Magenta #E802D4
RGB
CMYK
RGB Variations
Color information
#E802D4 (or 0xE802D4) is known color: Hot Magenta. HEX triplet: E8, 02 and D4. RGB value is (232,2,212). Sum of RGB (Red+Green+Blue) = 232+2+212=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E802D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E802D4 is #17FD2B. Grayscale: #5E5E5E. Windows color (decimal): -1572140 or 13894376. OLE color: 13894376.
HSL color Cylindrical-coordinate representation of color #E802D4: hue angle of 305.22º 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 #E802D4 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 212 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.09 |
| HSL | 305.22º | 0.98% | 0.46% | - |
| HSV(B) | 305.22º | 0.99% | 0.91% | - |
| XYZ | 45.18 | 21.95 | 64.14 | - |
| YUV | 94.71 | 194.2 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 212 | 0 | 0.99 | 0.09 | 0.09 | 305.22 | 0.98 | 0.46 |
| Hex | E8 | 2 | D4 | 0 | 63 | 9 | 9 | 131 | 62 | 2E |
| Octal | 350 | 2 | 324 | 0 | 143 | 11 | 11 | 461 | 142 | 56 |
| Binary | 11101000 | 10 | 11010100 | 0 | 1100011 | 1001 | 1001 | 100110001 | 1100010 | 101110 |
Color Harmonies of #E802D4
Complementary color
Monochromatic Colors of #E802D4
Black with #E802D4
Text Example
Text Example
White with #E802D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E802D4; }
p { color: rgb(232,2,212); }
H1.HeaderClassName
{
color: #E802D4;
}
.AnyTagClassName
{
color: #E802D4;
}
</style>
background-color css
<style>
a { background-color: #E802D4; }
a { background-color: rgb(232,2,212); }
div.DivClassName
{
background-color: #E802D4;
}
.BgClassName
{
background-color: #E802D4;
}
</style>
border-color css
<style>
span { border-color: #E802D4; }
span { border-color: rgb(232,2,212); }
td.TdClassName
{
border-color: #E802D4;
}
.TagClassName
{
border-color: #E802D4;
}
</style>