Shades of Hot Magenta #E90ADB
Tints of Hot Magenta #E90ADB
RGB
CMYK
RGB Variations
Color information
#E90ADB (or 0xE90ADB) is known color: Hot Magenta. HEX triplet: E9, 0A and DB. RGB value is (233,10,219). Sum of RGB (Red+Green+Blue) = 233+10+219=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E90ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90ADB is #16F524. Grayscale: #636363. Windows color (decimal): -1504549 or 14355177. OLE color: 14355177.
HSL color Cylindrical-coordinate representation of color #E90ADB: hue angle of 303.77º 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 #E90ADB is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 219 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.09 |
| HSL | 303.77º | 0.92% | 0.48% | - |
| HSV(B) | 303.77º | 0.96% | 0.91% | - |
| XYZ | 46.5 | 22.66 | 68.94 | - |
| YUV | 100.5 | 194.88 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 219 | 0 | 0.96 | 0.06 | 0.09 | 303.77 | 0.92 | 0.48 |
| Hex | E9 | A | DB | 0 | 60 | 6 | 9 | 130 | 5C | 30 |
| Octal | 351 | 12 | 333 | 0 | 140 | 6 | 11 | 460 | 134 | 60 |
| Binary | 11101001 | 1010 | 11011011 | 0 | 1100000 | 110 | 1001 | 100110000 | 1011100 | 110000 |
Color Harmonies of #E90ADB
Complementary color
Monochromatic Colors of #E90ADB
Black with #E90ADB
Text Example
Text Example
White with #E90ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90ADB; }
p { color: rgb(233,10,219); }
H1.HeaderClassName
{
color: #E90ADB;
}
.AnyTagClassName
{
color: #E90ADB;
}
</style>
background-color css
<style>
a { background-color: #E90ADB; }
a { background-color: rgb(233,10,219); }
div.DivClassName
{
background-color: #E90ADB;
}
.BgClassName
{
background-color: #E90ADB;
}
</style>
border-color css
<style>
span { border-color: #E90ADB; }
span { border-color: rgb(233,10,219); }
td.TdClassName
{
border-color: #E90ADB;
}
.TagClassName
{
border-color: #E90ADB;
}
</style>