Shades of Hot Magenta #E91ADE
Tints of Hot Magenta #E91ADE
RGB
CMYK
RGB Variations
Color information
#E91ADE (or 0xE91ADE) is known color: Hot Magenta. HEX triplet: E9, 1A and DE. RGB value is (233,26,222). Sum of RGB (Red+Green+Blue) = 233+26+222=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 26 (10.55% from 255 or 5.41% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E91ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91ADE is #16E521. Grayscale: #6D6D6D. Windows color (decimal): -1500450 or 14555881. OLE color: 14555881.
HSL color Cylindrical-coordinate representation of color #E91ADE: hue angle of 303.19º 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 #E91ADE is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 222 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.09 |
| HSL | 303.19º | 0.82% | 0.51% | - |
| HSV(B) | 303.19º | 0.89% | 0.91% | - |
| XYZ | 47.16 | 23.34 | 71.13 | - |
| YUV | 110.24 | 191.08 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 222 | 0 | 0.89 | 0.05 | 0.09 | 303.19 | 0.82 | 0.51 |
| Hex | E9 | 1A | DE | 0 | 59 | 5 | 9 | 12F | 52 | 33 |
| Octal | 351 | 32 | 336 | 0 | 131 | 5 | 11 | 457 | 122 | 63 |
| Binary | 11101001 | 11010 | 11011110 | 0 | 1011001 | 101 | 1001 | 100101111 | 1010010 | 110011 |
Color Harmonies of #E91ADE
Complementary color
Monochromatic Colors of #E91ADE
Black with #E91ADE
Text Example
Text Example
White with #E91ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91ADE; }
p { color: rgb(233,26,222); }
H1.HeaderClassName
{
color: #E91ADE;
}
.AnyTagClassName
{
color: #E91ADE;
}
</style>
background-color css
<style>
a { background-color: #E91ADE; }
a { background-color: rgb(233,26,222); }
div.DivClassName
{
background-color: #E91ADE;
}
.BgClassName
{
background-color: #E91ADE;
}
</style>
border-color css
<style>
span { border-color: #E91ADE; }
span { border-color: rgb(233,26,222); }
td.TdClassName
{
border-color: #E91ADE;
}
.TagClassName
{
border-color: #E91ADE;
}
</style>