Shades of Hollywood Cerise #E90BAE
Tints of Hollywood Cerise #E90BAE
RGB
CMYK
RGB Variations
Color information
#E90BAE (or 0xE90BAE) is known color: Hollywood Cerise. HEX triplet: E9, 0B and AE. RGB value is (233,11,174). Sum of RGB (Red+Green+Blue) = 233+11+174=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E90BAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90BAE is #16F451. Grayscale: #5F5F5F. Windows color (decimal): -1504338 or 11406313. OLE color: 11406313.
HSL color Cylindrical-coordinate representation of color #E90BAE: hue angle of 315.95º 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 #E90BAE is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 174 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.09 |
| HSL | 315.95º | 0.91% | 0.48% | - |
| HSV(B) | 315.95º | 0.95% | 0.91% | - |
| XYZ | 41.36 | 20.62 | 41.84 | - |
| YUV | 95.96 | 172.05 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 174 | 0 | 0.95 | 0.25 | 0.09 | 315.95 | 0.91 | 0.48 |
| Hex | E9 | B | AE | 0 | 5F | 19 | 9 | 13C | 5B | 30 |
| Octal | 351 | 13 | 256 | 0 | 137 | 31 | 11 | 474 | 133 | 60 |
| Binary | 11101001 | 1011 | 10101110 | 0 | 1011111 | 11001 | 1001 | 100111100 | 1011011 | 110000 |
Color Harmonies of #E90BAE
Complementary color
Monochromatic Colors of #E90BAE
Black with #E90BAE
Text Example
Text Example
White with #E90BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90BAE; }
p { color: rgb(233,11,174); }
H1.HeaderClassName
{
color: #E90BAE;
}
.AnyTagClassName
{
color: #E90BAE;
}
</style>
background-color css
<style>
a { background-color: #E90BAE; }
a { background-color: rgb(233,11,174); }
div.DivClassName
{
background-color: #E90BAE;
}
.BgClassName
{
background-color: #E90BAE;
}
</style>
border-color css
<style>
span { border-color: #E90BAE; }
span { border-color: rgb(233,11,174); }
td.TdClassName
{
border-color: #E90BAE;
}
.TagClassName
{
border-color: #E90BAE;
}
</style>