Shades of Hot Magenta #E90DDA
Tints of Hot Magenta #E90DDA
RGB
CMYK
RGB Variations
Color information
#E90DDA (or 0xE90DDA) is known color: Hot Magenta. HEX triplet: E9, 0D and DA. RGB value is (233,13,218). Sum of RGB (Red+Green+Blue) = 233+13+218=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90DDA is #16F225. Grayscale: #656565. Windows color (decimal): -1503782 or 14290409. OLE color: 14290409.
HSL color Cylindrical-coordinate representation of color #E90DDA: hue angle of 304.09º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90DDA is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 218 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.09 |
| HSL | 304.09º | 0.89% | 0.48% | - |
| HSV(B) | 304.09º | 0.94% | 0.91% | - |
| XYZ | 46.4 | 22.67 | 68.26 | - |
| YUV | 102.15 | 193.39 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 218 | 0 | 0.94 | 0.06 | 0.09 | 304.09 | 0.89 | 0.48 |
| Hex | E9 | D | DA | 0 | 5E | 6 | 9 | 130 | 59 | 30 |
| Octal | 351 | 15 | 332 | 0 | 136 | 6 | 11 | 460 | 131 | 60 |
| Binary | 11101001 | 1101 | 11011010 | 0 | 1011110 | 110 | 1001 | 100110000 | 1011001 | 110000 |
Color Harmonies of #E90DDA
Complementary color
Monochromatic Colors of #E90DDA
Black with #E90DDA
Text Example
Text Example
White with #E90DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90DDA; }
p { color: rgb(233,13,218); }
H1.HeaderClassName
{
color: #E90DDA;
}
.AnyTagClassName
{
color: #E90DDA;
}
</style>
background-color css
<style>
a { background-color: #E90DDA; }
a { background-color: rgb(233,13,218); }
div.DivClassName
{
background-color: #E90DDA;
}
.BgClassName
{
background-color: #E90DDA;
}
</style>
border-color css
<style>
span { border-color: #E90DDA; }
span { border-color: rgb(233,13,218); }
td.TdClassName
{
border-color: #E90DDA;
}
.TagClassName
{
border-color: #E90DDA;
}
</style>