Shades of Hot Magenta #E90AD5
Tints of Hot Magenta #E90AD5
RGB
CMYK
RGB Variations
Color information
#E90AD5 (or 0xE90AD5) is known color: Hot Magenta. HEX triplet: E9, 0A and D5. RGB value is (233,10,213). Sum of RGB (Red+Green+Blue) = 233+10+213=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E90AD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90AD5 is #16F52A. Grayscale: #636363. Windows color (decimal): -1504555 or 13961961. OLE color: 13961961.
HSL color Cylindrical-coordinate representation of color #E90AD5: hue angle of 305.38º 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 #E90AD5 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 213 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.09 |
| HSL | 305.38º | 0.92% | 0.48% | - |
| HSV(B) | 305.38º | 0.96% | 0.91% | - |
| XYZ | 45.72 | 22.34 | 64.85 | - |
| YUV | 99.82 | 191.88 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 213 | 0 | 0.96 | 0.09 | 0.09 | 305.38 | 0.92 | 0.48 |
| Hex | E9 | A | D5 | 0 | 60 | 9 | 9 | 131 | 5C | 30 |
| Octal | 351 | 12 | 325 | 0 | 140 | 11 | 11 | 461 | 134 | 60 |
| Binary | 11101001 | 1010 | 11010101 | 0 | 1100000 | 1001 | 1001 | 100110001 | 1011100 | 110000 |
Color Harmonies of #E90AD5
Complementary color
Monochromatic Colors of #E90AD5
Black with #E90AD5
Text Example
Text Example
White with #E90AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90AD5; }
p { color: rgb(233,10,213); }
H1.HeaderClassName
{
color: #E90AD5;
}
.AnyTagClassName
{
color: #E90AD5;
}
</style>
background-color css
<style>
a { background-color: #E90AD5; }
a { background-color: rgb(233,10,213); }
div.DivClassName
{
background-color: #E90AD5;
}
.BgClassName
{
background-color: #E90AD5;
}
</style>
border-color css
<style>
span { border-color: #E90AD5; }
span { border-color: rgb(233,10,213); }
td.TdClassName
{
border-color: #E90AD5;
}
.TagClassName
{
border-color: #E90AD5;
}
</style>