Shades of Hollywood Cerise #E9129F
Tints of Hollywood Cerise #E9129F
RGB
CMYK
RGB Variations
Color information
#E9129F (or 0xE9129F) is known color: Hollywood Cerise. HEX triplet: E9, 12 and 9F. RGB value is (233,18,159). Sum of RGB (Red+Green+Blue) = 233+18+159=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E9129F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9129F is #16ED60. Grayscale: #626262. Windows color (decimal): -1502561 or 10425065. OLE color: 10425065.
HSL color Cylindrical-coordinate representation of color #E9129F: hue angle of 320.65º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9129F is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 159 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.09 |
| HSL | 320.65º | 0.86% | 0.49% | - |
| HSV(B) | 320.65º | 0.92% | 0.91% | - |
| XYZ | 40.08 | 20.26 | 34.6 | - |
| YUV | 98.36 | 162.23 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 159 | 0 | 0.92 | 0.32 | 0.09 | 320.65 | 0.86 | 0.49 |
| Hex | E9 | 12 | 9F | 0 | 5C | 20 | 9 | 141 | 56 | 31 |
| Octal | 351 | 22 | 237 | 0 | 134 | 40 | 11 | 501 | 126 | 61 |
| Binary | 11101001 | 10010 | 10011111 | 0 | 1011100 | 100000 | 1001 | 101000001 | 1010110 | 110001 |
Color Harmonies of #E9129F
Complementary color
Monochromatic Colors of #E9129F
Black with #E9129F
Text Example
Text Example
White with #E9129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9129F; }
p { color: rgb(233,18,159); }
H1.HeaderClassName
{
color: #E9129F;
}
.AnyTagClassName
{
color: #E9129F;
}
</style>
background-color css
<style>
a { background-color: #E9129F; }
a { background-color: rgb(233,18,159); }
div.DivClassName
{
background-color: #E9129F;
}
.BgClassName
{
background-color: #E9129F;
}
</style>
border-color css
<style>
span { border-color: #E9129F; }
span { border-color: rgb(233,18,159); }
td.TdClassName
{
border-color: #E9129F;
}
.TagClassName
{
border-color: #E9129F;
}
</style>