Shades of Hot Magenta #E801DB
Tints of Hot Magenta #E801DB
RGB
CMYK
RGB Variations
Color information
#E801DB (or 0xE801DB) is known color: Hot Magenta. HEX triplet: E8, 01 and DB. RGB value is (232,1,219). Sum of RGB (Red+Green+Blue) = 232+1+219=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 1 (0.78% from 255 or 0.22% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E801DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E801DB is #17FE24. Grayscale: #5E5E5E. Windows color (decimal): -1572389 or 14352872. OLE color: 14352872.
HSL color Cylindrical-coordinate representation of color #E801DB: hue angle of 303.38º 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 #E801DB is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.09 |
| HSL | 303.38º | 0.99% | 0.46% | - |
| HSV(B) | 303.38º | 1% | 0.91% | - |
| XYZ | 46.08 | 22.29 | 68.89 | - |
| YUV | 94.92 | 198.03 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 219 | 0 | 1.00 | 0.06 | 0.09 | 303.38 | 0.99 | 0.46 |
| Hex | E8 | 1 | DB | 0 | 64 | 6 | 9 | 12F | 63 | 2E |
| Octal | 350 | 1 | 333 | 0 | 144 | 6 | 11 | 457 | 143 | 56 |
| Binary | 11101000 | 1 | 11011011 | 0 | 1100100 | 110 | 1001 | 100101111 | 1100011 | 101110 |
Color Harmonies of #E801DB
Complementary color
Monochromatic Colors of #E801DB
Black with #E801DB
Text Example
Text Example
White with #E801DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E801DB; }
p { color: rgb(232,1,219); }
H1.HeaderClassName
{
color: #E801DB;
}
.AnyTagClassName
{
color: #E801DB;
}
</style>
background-color css
<style>
a { background-color: #E801DB; }
a { background-color: rgb(232,1,219); }
div.DivClassName
{
background-color: #E801DB;
}
.BgClassName
{
background-color: #E801DB;
}
</style>
border-color css
<style>
span { border-color: #E801DB; }
span { border-color: rgb(232,1,219); }
td.TdClassName
{
border-color: #E801DB;
}
.TagClassName
{
border-color: #E801DB;
}
</style>