Shades of Hot Magenta #E804D0
Tints of Hot Magenta #E804D0
RGB
CMYK
RGB Variations
Color information
#E804D0 (or 0xE804D0) is known color: Hot Magenta. HEX triplet: E8, 04 and D0. RGB value is (232,4,208). Sum of RGB (Red+Green+Blue) = 232+4+208=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E804D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E804D0 is #17FB2F. Grayscale: #5E5E5E. Windows color (decimal): -1571632 or 13632744. OLE color: 13632744.
HSL color Cylindrical-coordinate representation of color #E804D0: hue angle of 306.32º 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 #E804D0 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 208 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.09 |
| HSL | 306.32º | 0.97% | 0.46% | - |
| HSV(B) | 306.32º | 0.98% | 0.91% | - |
| XYZ | 44.71 | 21.8 | 61.53 | - |
| YUV | 95.43 | 191.54 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 208 | 0 | 0.98 | 0.10 | 0.09 | 306.32 | 0.97 | 0.46 |
| Hex | E8 | 4 | D0 | 0 | 62 | A | 9 | 132 | 61 | 2E |
| Octal | 350 | 4 | 320 | 0 | 142 | 12 | 11 | 462 | 141 | 56 |
| Binary | 11101000 | 100 | 11010000 | 0 | 1100010 | 1010 | 1001 | 100110010 | 1100001 | 101110 |
Color Harmonies of #E804D0
Complementary color
Monochromatic Colors of #E804D0
Black with #E804D0
Text Example
Text Example
White with #E804D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E804D0; }
p { color: rgb(232,4,208); }
H1.HeaderClassName
{
color: #E804D0;
}
.AnyTagClassName
{
color: #E804D0;
}
</style>
background-color css
<style>
a { background-color: #E804D0; }
a { background-color: rgb(232,4,208); }
div.DivClassName
{
background-color: #E804D0;
}
.BgClassName
{
background-color: #E804D0;
}
</style>
border-color css
<style>
span { border-color: #E804D0; }
span { border-color: rgb(232,4,208); }
td.TdClassName
{
border-color: #E804D0;
}
.TagClassName
{
border-color: #E804D0;
}
</style>