Shades of Hot Magenta #E90ADA
Tints of Hot Magenta #E90ADA
RGB
CMYK
RGB Variations
Color information
#E90ADA (or 0xE90ADA) is known color: Hot Magenta. HEX triplet: E9, 0A and DA. RGB value is (233,10,218). Sum of RGB (Red+Green+Blue) = 233+10+218=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E90ADA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90ADA is #16F525. Grayscale: #636363. Windows color (decimal): -1504550 or 14289641. OLE color: 14289641.
HSL color Cylindrical-coordinate representation of color #E90ADA: hue angle of 304.04º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90ADA is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 218 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.09 |
| HSL | 304.04º | 0.92% | 0.48% | - |
| HSV(B) | 304.04º | 0.96% | 0.91% | - |
| XYZ | 46.37 | 22.6 | 68.25 | - |
| YUV | 100.39 | 194.38 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 218 | 0 | 0.96 | 0.06 | 0.09 | 304.04 | 0.92 | 0.48 |
| Hex | E9 | A | DA | 0 | 60 | 6 | 9 | 130 | 5C | 30 |
| Octal | 351 | 12 | 332 | 0 | 140 | 6 | 11 | 460 | 134 | 60 |
| Binary | 11101001 | 1010 | 11011010 | 0 | 1100000 | 110 | 1001 | 100110000 | 1011100 | 110000 |
Color Harmonies of #E90ADA
Complementary color
Monochromatic Colors of #E90ADA
Black with #E90ADA
Text Example
Text Example
White with #E90ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90ADA; }
p { color: rgb(233,10,218); }
H1.HeaderClassName
{
color: #E90ADA;
}
.AnyTagClassName
{
color: #E90ADA;
}
</style>
background-color css
<style>
a { background-color: #E90ADA; }
a { background-color: rgb(233,10,218); }
div.DivClassName
{
background-color: #E90ADA;
}
.BgClassName
{
background-color: #E90ADA;
}
</style>
border-color css
<style>
span { border-color: #E90ADA; }
span { border-color: rgb(233,10,218); }
td.TdClassName
{
border-color: #E90ADA;
}
.TagClassName
{
border-color: #E90ADA;
}
</style>