Shades of Hot Magenta #E90ACC
Tints of Hot Magenta #E90ACC
RGB
CMYK
RGB Variations
Color information
#E90ACC (or 0xE90ACC) is known color: Hot Magenta. HEX triplet: E9, 0A and CC. RGB value is (233,10,204). Sum of RGB (Red+Green+Blue) = 233+10+204=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E90ACC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90ACC is #16F533. Grayscale: #626262. Windows color (decimal): -1504564 or 13372137. OLE color: 13372137.
HSL color Cylindrical-coordinate representation of color #E90ACC: hue angle of 307.8º 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 #E90ACC is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 204 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.09 |
| HSL | 307.8º | 0.92% | 0.48% | - |
| HSV(B) | 307.8º | 0.96% | 0.91% | - |
| XYZ | 44.61 | 21.9 | 59 | - |
| YUV | 98.79 | 187.38 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 204 | 0 | 0.96 | 0.12 | 0.09 | 307.8 | 0.92 | 0.48 |
| Hex | E9 | A | CC | 0 | 60 | C | 9 | 134 | 5C | 30 |
| Octal | 351 | 12 | 314 | 0 | 140 | 14 | 11 | 464 | 134 | 60 |
| Binary | 11101001 | 1010 | 11001100 | 0 | 1100000 | 1100 | 1001 | 100110100 | 1011100 | 110000 |
Color Harmonies of #E90ACC
Complementary color
Monochromatic Colors of #E90ACC
Black with #E90ACC
Text Example
Text Example
White with #E90ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90ACC; }
p { color: rgb(233,10,204); }
H1.HeaderClassName
{
color: #E90ACC;
}
.AnyTagClassName
{
color: #E90ACC;
}
</style>
background-color css
<style>
a { background-color: #E90ACC; }
a { background-color: rgb(233,10,204); }
div.DivClassName
{
background-color: #E90ACC;
}
.BgClassName
{
background-color: #E90ACC;
}
</style>
border-color css
<style>
span { border-color: #E90ACC; }
span { border-color: rgb(233,10,204); }
td.TdClassName
{
border-color: #E90ACC;
}
.TagClassName
{
border-color: #E90ACC;
}
</style>