Shades of Hot Magenta #E90BCD
Tints of Hot Magenta #E90BCD
RGB
CMYK
RGB Variations
Color information
#E90BCD (or 0xE90BCD) is known color: Hot Magenta. HEX triplet: E9, 0B and CD. RGB value is (233,11,205). Sum of RGB (Red+Green+Blue) = 233+11+205=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E90BCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90BCD is #16F432. Grayscale: #626262. Windows color (decimal): -1504307 or 13437929. OLE color: 13437929.
HSL color Cylindrical-coordinate representation of color #E90BCD: hue angle of 307.57º 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 #E90BCD is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 205 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.09 |
| HSL | 307.57º | 0.91% | 0.48% | - |
| HSV(B) | 307.57º | 0.95% | 0.91% | - |
| XYZ | 44.74 | 21.97 | 59.64 | - |
| YUV | 99.49 | 187.55 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 205 | 0 | 0.95 | 0.12 | 0.09 | 307.57 | 0.91 | 0.48 |
| Hex | E9 | B | CD | 0 | 5F | C | 9 | 134 | 5B | 30 |
| Octal | 351 | 13 | 315 | 0 | 137 | 14 | 11 | 464 | 133 | 60 |
| Binary | 11101001 | 1011 | 11001101 | 0 | 1011111 | 1100 | 1001 | 100110100 | 1011011 | 110000 |
Color Harmonies of #E90BCD
Complementary color
Monochromatic Colors of #E90BCD
Black with #E90BCD
Text Example
Text Example
White with #E90BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90BCD; }
p { color: rgb(233,11,205); }
H1.HeaderClassName
{
color: #E90BCD;
}
.AnyTagClassName
{
color: #E90BCD;
}
</style>
background-color css
<style>
a { background-color: #E90BCD; }
a { background-color: rgb(233,11,205); }
div.DivClassName
{
background-color: #E90BCD;
}
.BgClassName
{
background-color: #E90BCD;
}
</style>
border-color css
<style>
span { border-color: #E90BCD; }
span { border-color: rgb(233,11,205); }
td.TdClassName
{
border-color: #E90BCD;
}
.TagClassName
{
border-color: #E90BCD;
}
</style>