Shades of Hot Magenta #E801D9
Tints of Hot Magenta #E801D9
RGB
CMYK
RGB Variations
Color information
#E801D9 (or 0xE801D9) is known color: Hot Magenta. HEX triplet: E8, 01 and D9. RGB value is (232,1,217). Sum of RGB (Red+Green+Blue) = 232+1+217=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E801D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E801D9 is #17FE26. Grayscale: #5E5E5E. Windows color (decimal): -1572391 or 14221800. OLE color: 14221800.
HSL color Cylindrical-coordinate representation of color #E801D9: hue angle of 303.9º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E801D9 is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 217 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.09 |
| HSL | 303.9º | 0.99% | 0.46% | - |
| HSV(B) | 303.9º | 1% | 0.91% | - |
| XYZ | 45.81 | 22.19 | 67.51 | - |
| YUV | 94.69 | 197.03 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 217 | 0 | 1.00 | 0.06 | 0.09 | 303.9 | 0.99 | 0.46 |
| Hex | E8 | 1 | D9 | 0 | 64 | 6 | 9 | 130 | 63 | 2E |
| Octal | 350 | 1 | 331 | 0 | 144 | 6 | 11 | 460 | 143 | 56 |
| Binary | 11101000 | 1 | 11011001 | 0 | 1100100 | 110 | 1001 | 100110000 | 1100011 | 101110 |
Color Harmonies of #E801D9
Complementary color
Monochromatic Colors of #E801D9
Black with #E801D9
Text Example
Text Example
White with #E801D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E801D9; }
p { color: rgb(232,1,217); }
H1.HeaderClassName
{
color: #E801D9;
}
.AnyTagClassName
{
color: #E801D9;
}
</style>
background-color css
<style>
a { background-color: #E801D9; }
a { background-color: rgb(232,1,217); }
div.DivClassName
{
background-color: #E801D9;
}
.BgClassName
{
background-color: #E801D9;
}
</style>
border-color css
<style>
span { border-color: #E801D9; }
span { border-color: rgb(232,1,217); }
td.TdClassName
{
border-color: #E801D9;
}
.TagClassName
{
border-color: #E801D9;
}
</style>