Shades of Hot Magenta #E90AD6
Tints of Hot Magenta #E90AD6
RGB
CMYK
RGB Variations
Color information
#E90AD6 (or 0xE90AD6) is known color: Hot Magenta. HEX triplet: E9, 0A and D6. RGB value is (233,10,214). Sum of RGB (Red+Green+Blue) = 233+10+214=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E90AD6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90AD6 is #16F529. Grayscale: #636363. Windows color (decimal): -1504554 or 14027497. OLE color: 14027497.
HSL color Cylindrical-coordinate representation of color #E90AD6: hue angle of 305.11º 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 #E90AD6 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 214 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.09 |
| HSL | 305.11º | 0.92% | 0.48% | - |
| HSV(B) | 305.11º | 0.96% | 0.91% | - |
| XYZ | 45.85 | 22.4 | 65.52 | - |
| YUV | 99.93 | 192.38 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 214 | 0 | 0.96 | 0.08 | 0.09 | 305.11 | 0.92 | 0.48 |
| Hex | E9 | A | D6 | 0 | 60 | 8 | 9 | 131 | 5C | 30 |
| Octal | 351 | 12 | 326 | 0 | 140 | 10 | 11 | 461 | 134 | 60 |
| Binary | 11101001 | 1010 | 11010110 | 0 | 1100000 | 1000 | 1001 | 100110001 | 1011100 | 110000 |
Color Harmonies of #E90AD6
Complementary color
Monochromatic Colors of #E90AD6
Black with #E90AD6
Text Example
Text Example
White with #E90AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90AD6; }
p { color: rgb(233,10,214); }
H1.HeaderClassName
{
color: #E90AD6;
}
.AnyTagClassName
{
color: #E90AD6;
}
</style>
background-color css
<style>
a { background-color: #E90AD6; }
a { background-color: rgb(233,10,214); }
div.DivClassName
{
background-color: #E90AD6;
}
.BgClassName
{
background-color: #E90AD6;
}
</style>
border-color css
<style>
span { border-color: #E90AD6; }
span { border-color: rgb(233,10,214); }
td.TdClassName
{
border-color: #E90AD6;
}
.TagClassName
{
border-color: #E90AD6;
}
</style>