Shades of Hot Magenta #E801DC
Tints of Hot Magenta #E801DC
RGB
CMYK
RGB Variations
Color information
#E801DC (or 0xE801DC) is known color: Hot Magenta. HEX triplet: E8, 01 and DC. RGB value is (232,1,220). Sum of RGB (Red+Green+Blue) = 232+1+220=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E801DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E801DC is #17FE23. Grayscale: #5E5E5E. Windows color (decimal): -1572388 or 14418408. OLE color: 14418408.
HSL color Cylindrical-coordinate representation of color #E801DC: hue angle of 303.12º 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 #E801DC is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 220 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.09 |
| HSL | 303.12º | 0.99% | 0.46% | - |
| HSV(B) | 303.12º | 1% | 0.91% | - |
| XYZ | 46.21 | 22.34 | 69.59 | - |
| YUV | 95.04 | 198.53 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 220 | 0 | 1.00 | 0.05 | 0.09 | 303.12 | 0.99 | 0.46 |
| Hex | E8 | 1 | DC | 0 | 64 | 5 | 9 | 12F | 63 | 2E |
| Octal | 350 | 1 | 334 | 0 | 144 | 5 | 11 | 457 | 143 | 56 |
| Binary | 11101000 | 1 | 11011100 | 0 | 1100100 | 101 | 1001 | 100101111 | 1100011 | 101110 |
Color Harmonies of #E801DC
Complementary color
Monochromatic Colors of #E801DC
Black with #E801DC
Text Example
Text Example
White with #E801DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E801DC; }
p { color: rgb(232,1,220); }
H1.HeaderClassName
{
color: #E801DC;
}
.AnyTagClassName
{
color: #E801DC;
}
</style>
background-color css
<style>
a { background-color: #E801DC; }
a { background-color: rgb(232,1,220); }
div.DivClassName
{
background-color: #E801DC;
}
.BgClassName
{
background-color: #E801DC;
}
</style>
border-color css
<style>
span { border-color: #E801DC; }
span { border-color: rgb(232,1,220); }
td.TdClassName
{
border-color: #E801DC;
}
.TagClassName
{
border-color: #E801DC;
}
</style>