Shades of Hot Magenta #E811DE
Tints of Hot Magenta #E811DE
RGB
CMYK
RGB Variations
Color information
#E811DE (or 0xE811DE) is known color: Hot Magenta. HEX triplet: E8, 11 and DE. RGB value is (232,17,222). Sum of RGB (Red+Green+Blue) = 232+17+222=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E811DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E811DE is #17EE21. Grayscale: #686868. Windows color (decimal): -1568290 or 14553576. OLE color: 14553576.
HSL color Cylindrical-coordinate representation of color #E811DE: hue angle of 302.79º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E811DE is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 222 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.09 |
| HSL | 302.79º | 0.86% | 0.49% | - |
| HSV(B) | 302.79º | 0.93% | 0.91% | - |
| XYZ | 46.66 | 22.83 | 71.05 | - |
| YUV | 104.66 | 194.23 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 222 | 0 | 0.93 | 0.04 | 0.09 | 302.79 | 0.86 | 0.49 |
| Hex | E8 | 11 | DE | 0 | 5D | 4 | 9 | 12F | 56 | 31 |
| Octal | 350 | 21 | 336 | 0 | 135 | 4 | 11 | 457 | 126 | 61 |
| Binary | 11101000 | 10001 | 11011110 | 0 | 1011101 | 100 | 1001 | 100101111 | 1010110 | 110001 |
Color Harmonies of #E811DE
Complementary color
Monochromatic Colors of #E811DE
Black with #E811DE
Text Example
Text Example
White with #E811DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E811DE; }
p { color: rgb(232,17,222); }
H1.HeaderClassName
{
color: #E811DE;
}
.AnyTagClassName
{
color: #E811DE;
}
</style>
background-color css
<style>
a { background-color: #E811DE; }
a { background-color: rgb(232,17,222); }
div.DivClassName
{
background-color: #E811DE;
}
.BgClassName
{
background-color: #E811DE;
}
</style>
border-color css
<style>
span { border-color: #E811DE; }
span { border-color: rgb(232,17,222); }
td.TdClassName
{
border-color: #E811DE;
}
.TagClassName
{
border-color: #E811DE;
}
</style>