Shades of Hot Magenta #E81ADE
Tints of Hot Magenta #E81ADE
RGB
CMYK
RGB Variations
Color information
#E81ADE (or 0xE81ADE) is known color: Hot Magenta. HEX triplet: E8, 1A and DE. RGB value is (232,26,222). Sum of RGB (Red+Green+Blue) = 232+26+222=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 26 (10.55% from 255 or 5.42% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E81ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81ADE is #17E521. Grayscale: #6D6D6D. Windows color (decimal): -1565986 or 14555880. OLE color: 14555880.
HSL color Cylindrical-coordinate representation of color #E81ADE: hue angle of 302.91º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81ADE is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 222 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.09 |
| HSL | 302.91º | 0.82% | 0.51% | - |
| HSV(B) | 302.91º | 0.89% | 0.91% | - |
| XYZ | 46.83 | 23.17 | 71.11 | - |
| YUV | 109.94 | 191.25 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 222 | 0 | 0.89 | 0.04 | 0.09 | 302.91 | 0.82 | 0.51 |
| Hex | E8 | 1A | DE | 0 | 59 | 4 | 9 | 12F | 52 | 33 |
| Octal | 350 | 32 | 336 | 0 | 131 | 4 | 11 | 457 | 122 | 63 |
| Binary | 11101000 | 11010 | 11011110 | 0 | 1011001 | 100 | 1001 | 100101111 | 1010010 | 110011 |
Color Harmonies of #E81ADE
Complementary color
Monochromatic Colors of #E81ADE
Black with #E81ADE
Text Example
Text Example
White with #E81ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81ADE; }
p { color: rgb(232,26,222); }
H1.HeaderClassName
{
color: #E81ADE;
}
.AnyTagClassName
{
color: #E81ADE;
}
</style>
background-color css
<style>
a { background-color: #E81ADE; }
a { background-color: rgb(232,26,222); }
div.DivClassName
{
background-color: #E81ADE;
}
.BgClassName
{
background-color: #E81ADE;
}
</style>
border-color css
<style>
span { border-color: #E81ADE; }
span { border-color: rgb(232,26,222); }
td.TdClassName
{
border-color: #E81ADE;
}
.TagClassName
{
border-color: #E81ADE;
}
</style>