Shades of Hot Magenta #E90BCE
Tints of Hot Magenta #E90BCE
RGB
CMYK
RGB Variations
Color information
#E90BCE (or 0xE90BCE) is known color: Hot Magenta. HEX triplet: E9, 0B and CE. RGB value is (233,11,206). Sum of RGB (Red+Green+Blue) = 233+11+206=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E90BCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90BCE is #16F431. Grayscale: #636363. Windows color (decimal): -1504306 or 13503465. OLE color: 13503465.
HSL color Cylindrical-coordinate representation of color #E90BCE: hue angle of 307.3º 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 #E90BCE is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 206 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.09 |
| HSL | 307.3º | 0.91% | 0.48% | - |
| HSV(B) | 307.3º | 0.95% | 0.91% | - |
| XYZ | 44.86 | 22.02 | 60.28 | - |
| YUV | 99.61 | 188.05 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 206 | 0 | 0.95 | 0.12 | 0.09 | 307.3 | 0.91 | 0.48 |
| Hex | E9 | B | CE | 0 | 5F | C | 9 | 133 | 5B | 30 |
| Octal | 351 | 13 | 316 | 0 | 137 | 14 | 11 | 463 | 133 | 60 |
| Binary | 11101001 | 1011 | 11001110 | 0 | 1011111 | 1100 | 1001 | 100110011 | 1011011 | 110000 |
Color Harmonies of #E90BCE
Complementary color
Monochromatic Colors of #E90BCE
Black with #E90BCE
Text Example
Text Example
White with #E90BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90BCE; }
p { color: rgb(233,11,206); }
H1.HeaderClassName
{
color: #E90BCE;
}
.AnyTagClassName
{
color: #E90BCE;
}
</style>
background-color css
<style>
a { background-color: #E90BCE; }
a { background-color: rgb(233,11,206); }
div.DivClassName
{
background-color: #E90BCE;
}
.BgClassName
{
background-color: #E90BCE;
}
</style>
border-color css
<style>
span { border-color: #E90BCE; }
span { border-color: rgb(233,11,206); }
td.TdClassName
{
border-color: #E90BCE;
}
.TagClassName
{
border-color: #E90BCE;
}
</style>