Shades of Hot Magenta #E801DA
Tints of Hot Magenta #E801DA
RGB
CMYK
RGB Variations
Color information
#E801DA (or 0xE801DA) is known color: Hot Magenta. HEX triplet: E8, 01 and DA. RGB value is (232,1,218). Sum of RGB (Red+Green+Blue) = 232+1+218=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E801DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E801DA is #17FE25. Grayscale: #5E5E5E. Windows color (decimal): -1572390 or 14287336. OLE color: 14287336.
HSL color Cylindrical-coordinate representation of color #E801DA: hue angle of 303.64º 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 #E801DA is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 218 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.09 |
| HSL | 303.64º | 0.99% | 0.46% | - |
| HSV(B) | 303.64º | 1% | 0.91% | - |
| XYZ | 45.94 | 22.24 | 68.2 | - |
| YUV | 94.81 | 197.53 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 218 | 0 | 1.00 | 0.06 | 0.09 | 303.64 | 0.99 | 0.46 |
| Hex | E8 | 1 | DA | 0 | 64 | 6 | 9 | 130 | 63 | 2E |
| Octal | 350 | 1 | 332 | 0 | 144 | 6 | 11 | 460 | 143 | 56 |
| Binary | 11101000 | 1 | 11011010 | 0 | 1100100 | 110 | 1001 | 100110000 | 1100011 | 101110 |
Color Harmonies of #E801DA
Complementary color
Monochromatic Colors of #E801DA
Black with #E801DA
Text Example
Text Example
White with #E801DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E801DA; }
p { color: rgb(232,1,218); }
H1.HeaderClassName
{
color: #E801DA;
}
.AnyTagClassName
{
color: #E801DA;
}
</style>
background-color css
<style>
a { background-color: #E801DA; }
a { background-color: rgb(232,1,218); }
div.DivClassName
{
background-color: #E801DA;
}
.BgClassName
{
background-color: #E801DA;
}
</style>
border-color css
<style>
span { border-color: #E801DA; }
span { border-color: rgb(232,1,218); }
td.TdClassName
{
border-color: #E801DA;
}
.TagClassName
{
border-color: #E801DA;
}
</style>