Shades of Hollywood Cerise #E90F9D
Tints of Hollywood Cerise #E90F9D
RGB
CMYK
RGB Variations
Color information
#E90F9D (or 0xE90F9D) is known color: Hollywood Cerise. HEX triplet: E9, 0F and 9D. RGB value is (233,15,157). Sum of RGB (Red+Green+Blue) = 233+15+157=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90F9D is #16F062. Grayscale: #606060. Windows color (decimal): -1503331 or 10293225. OLE color: 10293225.
HSL color Cylindrical-coordinate representation of color #E90F9D: hue angle of 320.92º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90F9D is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 157 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.09 |
| HSL | 320.92º | 0.88% | 0.49% | - |
| HSV(B) | 320.92º | 0.94% | 0.91% | - |
| XYZ | 39.86 | 20.1 | 33.68 | - |
| YUV | 96.37 | 162.22 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 157 | 0 | 0.94 | 0.33 | 0.09 | 320.92 | 0.88 | 0.49 |
| Hex | E9 | F | 9D | 0 | 5E | 21 | 9 | 141 | 58 | 31 |
| Octal | 351 | 17 | 235 | 0 | 136 | 41 | 11 | 501 | 130 | 61 |
| Binary | 11101001 | 1111 | 10011101 | 0 | 1011110 | 100001 | 1001 | 101000001 | 1011000 | 110001 |
Color Harmonies of #E90F9D
Complementary color
Monochromatic Colors of #E90F9D
Black with #E90F9D
Text Example
Text Example
White with #E90F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F9D; }
p { color: rgb(233,15,157); }
H1.HeaderClassName
{
color: #E90F9D;
}
.AnyTagClassName
{
color: #E90F9D;
}
</style>
background-color css
<style>
a { background-color: #E90F9D; }
a { background-color: rgb(233,15,157); }
div.DivClassName
{
background-color: #E90F9D;
}
.BgClassName
{
background-color: #E90F9D;
}
</style>
border-color css
<style>
span { border-color: #E90F9D; }
span { border-color: rgb(233,15,157); }
td.TdClassName
{
border-color: #E90F9D;
}
.TagClassName
{
border-color: #E90F9D;
}
</style>