Shades of Hot Magenta #E90BD2
Tints of Hot Magenta #E90BD2
RGB
CMYK
RGB Variations
Color information
#E90BD2 (or 0xE90BD2) is known color: Hot Magenta. HEX triplet: E9, 0B and D2. RGB value is (233,11,210). Sum of RGB (Red+Green+Blue) = 233+11+210=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E90BD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90BD2 is #16F42D. Grayscale: #636363. Windows color (decimal): -1504302 or 13765609. OLE color: 13765609.
HSL color Cylindrical-coordinate representation of color #E90BD2: hue angle of 306.22º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90BD2 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 210 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.09 |
| HSL | 306.22º | 0.91% | 0.48% | - |
| HSV(B) | 306.22º | 0.95% | 0.91% | - |
| XYZ | 45.36 | 22.22 | 62.87 | - |
| YUV | 100.06 | 190.05 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 210 | 0 | 0.95 | 0.10 | 0.09 | 306.22 | 0.91 | 0.48 |
| Hex | E9 | B | D2 | 0 | 5F | A | 9 | 132 | 5B | 30 |
| Octal | 351 | 13 | 322 | 0 | 137 | 12 | 11 | 462 | 133 | 60 |
| Binary | 11101001 | 1011 | 11010010 | 0 | 1011111 | 1010 | 1001 | 100110010 | 1011011 | 110000 |
Color Harmonies of #E90BD2
Complementary color
Monochromatic Colors of #E90BD2
Black with #E90BD2
Text Example
Text Example
White with #E90BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90BD2; }
p { color: rgb(233,11,210); }
H1.HeaderClassName
{
color: #E90BD2;
}
.AnyTagClassName
{
color: #E90BD2;
}
</style>
background-color css
<style>
a { background-color: #E90BD2; }
a { background-color: rgb(233,11,210); }
div.DivClassName
{
background-color: #E90BD2;
}
.BgClassName
{
background-color: #E90BD2;
}
</style>
border-color css
<style>
span { border-color: #E90BD2; }
span { border-color: rgb(233,11,210); }
td.TdClassName
{
border-color: #E90BD2;
}
.TagClassName
{
border-color: #E90BD2;
}
</style>