Shades of Hot Magenta #E90FDD
Tints of Hot Magenta #E90FDD
RGB
CMYK
RGB Variations
Color information
#E90FDD (or 0xE90FDD) is known color: Hot Magenta. HEX triplet: E9, 0F and DD. RGB value is (233,15,221). Sum of RGB (Red+Green+Blue) = 233+15+221=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90FDD is #16F022. Grayscale: #676767. Windows color (decimal): -1503267 or 14487529. OLE color: 14487529.
HSL color Cylindrical-coordinate representation of color #E90FDD: hue angle of 303.3º 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 #E90FDD is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 221 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.09 |
| HSL | 303.3º | 0.88% | 0.49% | - |
| HSV(B) | 303.3º | 0.94% | 0.91% | - |
| XYZ | 46.83 | 22.89 | 70.36 | - |
| YUV | 103.67 | 194.22 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 221 | 0 | 0.94 | 0.05 | 0.09 | 303.3 | 0.88 | 0.49 |
| Hex | E9 | F | DD | 0 | 5E | 5 | 9 | 12F | 58 | 31 |
| Octal | 351 | 17 | 335 | 0 | 136 | 5 | 11 | 457 | 130 | 61 |
| Binary | 11101001 | 1111 | 11011101 | 0 | 1011110 | 101 | 1001 | 100101111 | 1011000 | 110001 |
Color Harmonies of #E90FDD
Complementary color
Monochromatic Colors of #E90FDD
Black with #E90FDD
Text Example
Text Example
White with #E90FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FDD; }
p { color: rgb(233,15,221); }
H1.HeaderClassName
{
color: #E90FDD;
}
.AnyTagClassName
{
color: #E90FDD;
}
</style>
background-color css
<style>
a { background-color: #E90FDD; }
a { background-color: rgb(233,15,221); }
div.DivClassName
{
background-color: #E90FDD;
}
.BgClassName
{
background-color: #E90FDD;
}
</style>
border-color css
<style>
span { border-color: #E90FDD; }
span { border-color: rgb(233,15,221); }
td.TdClassName
{
border-color: #E90FDD;
}
.TagClassName
{
border-color: #E90FDD;
}
</style>