Shades of Hollywood Cerise #E90BAD
Tints of Hollywood Cerise #E90BAD
RGB
CMYK
RGB Variations
Color information
#E90BAD (or 0xE90BAD) is known color: Hollywood Cerise. HEX triplet: E9, 0B and AD. RGB value is (233,11,173). Sum of RGB (Red+Green+Blue) = 233+11+173=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E90BAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90BAD is #16F452. Grayscale: #5F5F5F. Windows color (decimal): -1504339 or 11340777. OLE color: 11340777.
HSL color Cylindrical-coordinate representation of color #E90BAD: hue angle of 316.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 #E90BAD is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 173 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.09 |
| HSL | 316.22º | 0.91% | 0.48% | - |
| HSV(B) | 316.22º | 0.95% | 0.91% | - |
| XYZ | 41.27 | 20.58 | 41.33 | - |
| YUV | 95.85 | 171.55 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 173 | 0 | 0.95 | 0.26 | 0.09 | 316.22 | 0.91 | 0.48 |
| Hex | E9 | B | AD | 0 | 5F | 1A | 9 | 13C | 5B | 30 |
| Octal | 351 | 13 | 255 | 0 | 137 | 32 | 11 | 474 | 133 | 60 |
| Binary | 11101001 | 1011 | 10101101 | 0 | 1011111 | 11010 | 1001 | 100111100 | 1011011 | 110000 |
Color Harmonies of #E90BAD
Complementary color
Monochromatic Colors of #E90BAD
Black with #E90BAD
Text Example
Text Example
White with #E90BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90BAD; }
p { color: rgb(233,11,173); }
H1.HeaderClassName
{
color: #E90BAD;
}
.AnyTagClassName
{
color: #E90BAD;
}
</style>
background-color css
<style>
a { background-color: #E90BAD; }
a { background-color: rgb(233,11,173); }
div.DivClassName
{
background-color: #E90BAD;
}
.BgClassName
{
background-color: #E90BAD;
}
</style>
border-color css
<style>
span { border-color: #E90BAD; }
span { border-color: rgb(233,11,173); }
td.TdClassName
{
border-color: #E90BAD;
}
.TagClassName
{
border-color: #E90BAD;
}
</style>