Shades of Hot Magenta #E90FD2
Tints of Hot Magenta #E90FD2
RGB
CMYK
RGB Variations
Color information
#E90FD2 (or 0xE90FD2) is known color: Hot Magenta. HEX triplet: E9, 0F and D2. RGB value is (233,15,210). Sum of RGB (Red+Green+Blue) = 233+15+210=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90FD2 is #16F02D. Grayscale: #656565. Windows color (decimal): -1503278 or 13766633. OLE color: 13766633.
HSL color Cylindrical-coordinate representation of color #E90FD2: hue angle of 306.33º 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 #E90FD2 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 210 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.09 |
| HSL | 306.33º | 0.88% | 0.49% | - |
| HSV(B) | 306.33º | 0.94% | 0.91% | - |
| XYZ | 45.41 | 22.32 | 62.89 | - |
| YUV | 102.41 | 188.72 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 210 | 0 | 0.94 | 0.10 | 0.09 | 306.33 | 0.88 | 0.49 |
| Hex | E9 | F | D2 | 0 | 5E | A | 9 | 132 | 58 | 31 |
| Octal | 351 | 17 | 322 | 0 | 136 | 12 | 11 | 462 | 130 | 61 |
| Binary | 11101001 | 1111 | 11010010 | 0 | 1011110 | 1010 | 1001 | 100110010 | 1011000 | 110001 |
Color Harmonies of #E90FD2
Complementary color
Monochromatic Colors of #E90FD2
Black with #E90FD2
Text Example
Text Example
White with #E90FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FD2; }
p { color: rgb(233,15,210); }
H1.HeaderClassName
{
color: #E90FD2;
}
.AnyTagClassName
{
color: #E90FD2;
}
</style>
background-color css
<style>
a { background-color: #E90FD2; }
a { background-color: rgb(233,15,210); }
div.DivClassName
{
background-color: #E90FD2;
}
.BgClassName
{
background-color: #E90FD2;
}
</style>
border-color css
<style>
span { border-color: #E90FD2; }
span { border-color: rgb(233,15,210); }
td.TdClassName
{
border-color: #E90FD2;
}
.TagClassName
{
border-color: #E90FD2;
}
</style>