Shades of Hollywood Cerise #E9079F
Tints of Hollywood Cerise #E9079F
RGB
CMYK
RGB Variations
Color information
#E9079F (or 0xE9079F) is known color: Hollywood Cerise. HEX triplet: E9, 07 and 9F. RGB value is (233,7,159). Sum of RGB (Red+Green+Blue) = 233+7+159=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E9079F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9079F is #16F860. Grayscale: #5B5B5B. Windows color (decimal): -1505377 or 10422249. OLE color: 10422249.
HSL color Cylindrical-coordinate representation of color #E9079F: hue angle of 319.65º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9079F is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 7 | 159 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.09 |
| HSL | 319.65º | 0.94% | 0.47% | - |
| HSV(B) | 319.65º | 0.97% | 0.91% | - |
| XYZ | 39.94 | 19.98 | 34.55 | - |
| YUV | 91.9 | 165.87 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 7 | 159 | 0 | 0.97 | 0.32 | 0.09 | 319.65 | 0.94 | 0.47 |
| Hex | E9 | 7 | 9F | 0 | 61 | 20 | 9 | 140 | 5E | 2F |
| Octal | 351 | 7 | 237 | 0 | 141 | 40 | 11 | 500 | 136 | 57 |
| Binary | 11101001 | 111 | 10011111 | 0 | 1100001 | 100000 | 1001 | 101000000 | 1011110 | 101111 |
Color Harmonies of #E9079F
Complementary color
Monochromatic Colors of #E9079F
Black with #E9079F
Text Example
Text Example
White with #E9079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9079F; }
p { color: rgb(233,7,159); }
H1.HeaderClassName
{
color: #E9079F;
}
.AnyTagClassName
{
color: #E9079F;
}
</style>
background-color css
<style>
a { background-color: #E9079F; }
a { background-color: rgb(233,7,159); }
div.DivClassName
{
background-color: #E9079F;
}
.BgClassName
{
background-color: #E9079F;
}
</style>
border-color css
<style>
span { border-color: #E9079F; }
span { border-color: rgb(233,7,159); }
td.TdClassName
{
border-color: #E9079F;
}
.TagClassName
{
border-color: #E9079F;
}
</style>