Shades of Hot Magenta #E90FDF
Tints of Hot Magenta #E90FDF
RGB
CMYK
RGB Variations
Color information
#E90FDF (or 0xE90FDF) is known color: Hot Magenta. HEX triplet: E9, 0F and DF. RGB value is (233,15,223). Sum of RGB (Red+Green+Blue) = 233+15+223=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90FDF is #16F020. Grayscale: #676767. Windows color (decimal): -1503265 or 14618601. OLE color: 14618601.
HSL color Cylindrical-coordinate representation of color #E90FDF: hue angle of 302.75º 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 #E90FDF is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 223 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.09 |
| HSL | 302.75º | 0.88% | 0.49% | - |
| HSV(B) | 302.75º | 0.94% | 0.91% | - |
| XYZ | 47.09 | 22.99 | 71.77 | - |
| YUV | 103.89 | 195.22 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 223 | 0 | 0.94 | 0.04 | 0.09 | 302.75 | 0.88 | 0.49 |
| Hex | E9 | F | DF | 0 | 5E | 4 | 9 | 12F | 58 | 31 |
| Octal | 351 | 17 | 337 | 0 | 136 | 4 | 11 | 457 | 130 | 61 |
| Binary | 11101001 | 1111 | 11011111 | 0 | 1011110 | 100 | 1001 | 100101111 | 1011000 | 110001 |
Color Harmonies of #E90FDF
Complementary color
Monochromatic Colors of #E90FDF
Black with #E90FDF
Text Example
Text Example
White with #E90FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FDF; }
p { color: rgb(233,15,223); }
H1.HeaderClassName
{
color: #E90FDF;
}
.AnyTagClassName
{
color: #E90FDF;
}
</style>
background-color css
<style>
a { background-color: #E90FDF; }
a { background-color: rgb(233,15,223); }
div.DivClassName
{
background-color: #E90FDF;
}
.BgClassName
{
background-color: #E90FDF;
}
</style>
border-color css
<style>
span { border-color: #E90FDF; }
span { border-color: rgb(233,15,223); }
td.TdClassName
{
border-color: #E90FDF;
}
.TagClassName
{
border-color: #E90FDF;
}
</style>