Shades of Hollywood Cerise #E90C9B
Tints of Hollywood Cerise #E90C9B
RGB
CMYK
RGB Variations
Color information
#E90C9B (or 0xE90C9B) is known color: Hollywood Cerise. HEX triplet: E9, 0C and 9B. RGB value is (233,12,155). Sum of RGB (Red+Green+Blue) = 233+12+155=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90C9B is #16F364. Grayscale: #5E5E5E. Windows color (decimal): -1504101 or 10161385. OLE color: 10161385.
HSL color Cylindrical-coordinate representation of color #E90C9B: hue angle of 321.18º degrees, saturation: 0.9, 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 #E90C9B is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 155 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.09 |
| HSL | 321.18º | 0.9% | 0.48% | - |
| HSV(B) | 321.18º | 0.95% | 0.91% | - |
| XYZ | 39.65 | 19.95 | 32.77 | - |
| YUV | 94.38 | 162.22 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 155 | 0 | 0.95 | 0.33 | 0.09 | 321.18 | 0.9 | 0.48 |
| Hex | E9 | C | 9B | 0 | 5F | 21 | 9 | 141 | 5A | 30 |
| Octal | 351 | 14 | 233 | 0 | 137 | 41 | 11 | 501 | 132 | 60 |
| Binary | 11101001 | 1100 | 10011011 | 0 | 1011111 | 100001 | 1001 | 101000001 | 1011010 | 110000 |
Color Harmonies of #E90C9B
Complementary color
Monochromatic Colors of #E90C9B
Black with #E90C9B
Text Example
Text Example
White with #E90C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C9B; }
p { color: rgb(233,12,155); }
H1.HeaderClassName
{
color: #E90C9B;
}
.AnyTagClassName
{
color: #E90C9B;
}
</style>
background-color css
<style>
a { background-color: #E90C9B; }
a { background-color: rgb(233,12,155); }
div.DivClassName
{
background-color: #E90C9B;
}
.BgClassName
{
background-color: #E90C9B;
}
</style>
border-color css
<style>
span { border-color: #E90C9B; }
span { border-color: rgb(233,12,155); }
td.TdClassName
{
border-color: #E90C9B;
}
.TagClassName
{
border-color: #E90C9B;
}
</style>