Shades of Hot Magenta #E804D9
Tints of Hot Magenta #E804D9
RGB
CMYK
RGB Variations
Color information
#E804D9 (or 0xE804D9) is known color: Hot Magenta. HEX triplet: E8, 04 and D9. RGB value is (232,4,217). Sum of RGB (Red+Green+Blue) = 232+4+217=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E804D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E804D9 is #17FB26. Grayscale: #5F5F5F. Windows color (decimal): -1571623 or 14222568. OLE color: 14222568.
HSL color Cylindrical-coordinate representation of color #E804D9: hue angle of 303.95º 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 #E804D9 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 217 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.09 |
| HSL | 303.95º | 0.97% | 0.46% | - |
| HSV(B) | 303.95º | 0.98% | 0.91% | - |
| XYZ | 45.85 | 22.25 | 67.52 | - |
| YUV | 96.45 | 196.04 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 217 | 0 | 0.98 | 0.06 | 0.09 | 303.95 | 0.97 | 0.46 |
| Hex | E8 | 4 | D9 | 0 | 62 | 6 | 9 | 130 | 61 | 2E |
| Octal | 350 | 4 | 331 | 0 | 142 | 6 | 11 | 460 | 141 | 56 |
| Binary | 11101000 | 100 | 11011001 | 0 | 1100010 | 110 | 1001 | 100110000 | 1100001 | 101110 |
Color Harmonies of #E804D9
Complementary color
Monochromatic Colors of #E804D9
Black with #E804D9
Text Example
Text Example
White with #E804D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E804D9; }
p { color: rgb(232,4,217); }
H1.HeaderClassName
{
color: #E804D9;
}
.AnyTagClassName
{
color: #E804D9;
}
</style>
background-color css
<style>
a { background-color: #E804D9; }
a { background-color: rgb(232,4,217); }
div.DivClassName
{
background-color: #E804D9;
}
.BgClassName
{
background-color: #E804D9;
}
</style>
border-color css
<style>
span { border-color: #E804D9; }
span { border-color: rgb(232,4,217); }
td.TdClassName
{
border-color: #E804D9;
}
.TagClassName
{
border-color: #E804D9;
}
</style>