Shades of Hot Magenta #E90BDF
Tints of Hot Magenta #E90BDF
RGB
CMYK
RGB Variations
Color information
#E90BDF (or 0xE90BDF) is known color: Hot Magenta. HEX triplet: E9, 0B and DF. RGB value is (233,11,223). Sum of RGB (Red+Green+Blue) = 233+11+223=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E90BDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90BDF is #16F420. Grayscale: #646464. Windows color (decimal): -1504289 or 14617577. OLE color: 14617577.
HSL color Cylindrical-coordinate representation of color #E90BDF: hue angle of 302.7º 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 #E90BDF is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 223 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.09 |
| HSL | 302.7º | 0.91% | 0.48% | - |
| HSV(B) | 302.7º | 0.95% | 0.91% | - |
| XYZ | 47.04 | 22.89 | 71.75 | - |
| YUV | 101.55 | 196.55 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 223 | 0 | 0.95 | 0.04 | 0.09 | 302.7 | 0.91 | 0.48 |
| Hex | E9 | B | DF | 0 | 5F | 4 | 9 | 12F | 5B | 30 |
| Octal | 351 | 13 | 337 | 0 | 137 | 4 | 11 | 457 | 133 | 60 |
| Binary | 11101001 | 1011 | 11011111 | 0 | 1011111 | 100 | 1001 | 100101111 | 1011011 | 110000 |
Color Harmonies of #E90BDF
Complementary color
Monochromatic Colors of #E90BDF
Black with #E90BDF
Text Example
Text Example
White with #E90BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90BDF; }
p { color: rgb(233,11,223); }
H1.HeaderClassName
{
color: #E90BDF;
}
.AnyTagClassName
{
color: #E90BDF;
}
</style>
background-color css
<style>
a { background-color: #E90BDF; }
a { background-color: rgb(233,11,223); }
div.DivClassName
{
background-color: #E90BDF;
}
.BgClassName
{
background-color: #E90BDF;
}
</style>
border-color css
<style>
span { border-color: #E90BDF; }
span { border-color: rgb(233,11,223); }
td.TdClassName
{
border-color: #E90BDF;
}
.TagClassName
{
border-color: #E90BDF;
}
</style>