Shades of Hot Magenta #E90FD9
Tints of Hot Magenta #E90FD9
RGB
CMYK
RGB Variations
Color information
#E90FD9 (or 0xE90FD9) is known color: Hot Magenta. HEX triplet: E9, 0F and D9. RGB value is (233,15,217). Sum of RGB (Red+Green+Blue) = 233+15+217=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90FD9 is #16F026. Grayscale: #666666. Windows color (decimal): -1503271 or 14225385. OLE color: 14225385.
HSL color Cylindrical-coordinate representation of color #E90FD9: hue angle of 304.4º 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 #E90FD9 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 217 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.09 |
| HSL | 304.4º | 0.88% | 0.49% | - |
| HSV(B) | 304.4º | 0.94% | 0.91% | - |
| XYZ | 46.3 | 22.68 | 67.58 | - |
| YUV | 103.21 | 192.22 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 217 | 0 | 0.94 | 0.07 | 0.09 | 304.4 | 0.88 | 0.49 |
| Hex | E9 | F | D9 | 0 | 5E | 7 | 9 | 130 | 58 | 31 |
| Octal | 351 | 17 | 331 | 0 | 136 | 7 | 11 | 460 | 130 | 61 |
| Binary | 11101001 | 1111 | 11011001 | 0 | 1011110 | 111 | 1001 | 100110000 | 1011000 | 110001 |
Color Harmonies of #E90FD9
Complementary color
Monochromatic Colors of #E90FD9
Black with #E90FD9
Text Example
Text Example
White with #E90FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FD9; }
p { color: rgb(233,15,217); }
H1.HeaderClassName
{
color: #E90FD9;
}
.AnyTagClassName
{
color: #E90FD9;
}
</style>
background-color css
<style>
a { background-color: #E90FD9; }
a { background-color: rgb(233,15,217); }
div.DivClassName
{
background-color: #E90FD9;
}
.BgClassName
{
background-color: #E90FD9;
}
</style>
border-color css
<style>
span { border-color: #E90FD9; }
span { border-color: rgb(233,15,217); }
td.TdClassName
{
border-color: #E90FD9;
}
.TagClassName
{
border-color: #E90FD9;
}
</style>