Shades of Hollywood Cerise #E90B9D
Tints of Hollywood Cerise #E90B9D
RGB
CMYK
RGB Variations
Color information
#E90B9D (or 0xE90B9D) is known color: Hollywood Cerise. HEX triplet: E9, 0B and 9D. RGB value is (233,11,157). Sum of RGB (Red+Green+Blue) = 233+11+157=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90B9D is #16F462. Grayscale: #5D5D5D. Windows color (decimal): -1504355 or 10292201. OLE color: 10292201.
HSL color Cylindrical-coordinate representation of color #E90B9D: hue angle of 320.54º 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 #E90B9D is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 157 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.09 |
| HSL | 320.54º | 0.91% | 0.48% | - |
| HSV(B) | 320.54º | 0.95% | 0.91% | - |
| XYZ | 39.81 | 20 | 33.66 | - |
| YUV | 94.02 | 163.55 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 157 | 0 | 0.95 | 0.33 | 0.09 | 320.54 | 0.91 | 0.48 |
| Hex | E9 | B | 9D | 0 | 5F | 21 | 9 | 141 | 5B | 30 |
| Octal | 351 | 13 | 235 | 0 | 137 | 41 | 11 | 501 | 133 | 60 |
| Binary | 11101001 | 1011 | 10011101 | 0 | 1011111 | 100001 | 1001 | 101000001 | 1011011 | 110000 |
Color Harmonies of #E90B9D
Complementary color
Monochromatic Colors of #E90B9D
Black with #E90B9D
Text Example
Text Example
White with #E90B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90B9D; }
p { color: rgb(233,11,157); }
H1.HeaderClassName
{
color: #E90B9D;
}
.AnyTagClassName
{
color: #E90B9D;
}
</style>
background-color css
<style>
a { background-color: #E90B9D; }
a { background-color: rgb(233,11,157); }
div.DivClassName
{
background-color: #E90B9D;
}
.BgClassName
{
background-color: #E90B9D;
}
</style>
border-color css
<style>
span { border-color: #E90B9D; }
span { border-color: rgb(233,11,157); }
td.TdClassName
{
border-color: #E90B9D;
}
.TagClassName
{
border-color: #E90B9D;
}
</style>