Shades of Hot Magenta #E90FE0
Tints of Hot Magenta #E90FE0
RGB
CMYK
RGB Variations
Color information
#E90FE0 (or 0xE90FE0) is known color: Hot Magenta. HEX triplet: E9, 0F and E0. RGB value is (233,15,224). Sum of RGB (Red+Green+Blue) = 233+15+224=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90FE0 is #16F01F. Grayscale: #676767. Windows color (decimal): -1503264 or 14684137. OLE color: 14684137.
HSL color Cylindrical-coordinate representation of color #E90FE0: hue angle of 302.48º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90FE0 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 224 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.09 |
| HSL | 302.48º | 0.88% | 0.49% | - |
| HSV(B) | 302.48º | 0.94% | 0.91% | - |
| XYZ | 47.23 | 23.05 | 72.48 | - |
| YUV | 104.01 | 195.72 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 224 | 0 | 0.94 | 0.04 | 0.09 | 302.48 | 0.88 | 0.49 |
| Hex | E9 | F | E0 | 0 | 5E | 4 | 9 | 12E | 58 | 31 |
| Octal | 351 | 17 | 340 | 0 | 136 | 4 | 11 | 456 | 130 | 61 |
| Binary | 11101001 | 1111 | 11100000 | 0 | 1011110 | 100 | 1001 | 100101110 | 1011000 | 110001 |
Color Harmonies of #E90FE0
Complementary color
Monochromatic Colors of #E90FE0
Black with #E90FE0
Text Example
Text Example
White with #E90FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FE0; }
p { color: rgb(233,15,224); }
H1.HeaderClassName
{
color: #E90FE0;
}
.AnyTagClassName
{
color: #E90FE0;
}
</style>
background-color css
<style>
a { background-color: #E90FE0; }
a { background-color: rgb(233,15,224); }
div.DivClassName
{
background-color: #E90FE0;
}
.BgClassName
{
background-color: #E90FE0;
}
</style>
border-color css
<style>
span { border-color: #E90FE0; }
span { border-color: rgb(233,15,224); }
td.TdClassName
{
border-color: #E90FE0;
}
.TagClassName
{
border-color: #E90FE0;
}
</style>