Shades of Hollywood Cerise #E9058C
Tints of Hollywood Cerise #E9058C
RGB
CMYK
RGB Variations
Color information
#E9058C (or 0xE9058C) is known color: Hollywood Cerise. HEX triplet: E9, 05 and 8C. RGB value is (233,5,140). Sum of RGB (Red+Green+Blue) = 233+5+140=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E9058C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9058C is #16FA73. Grayscale: #585858. Windows color (decimal): -1505908 or 9176553. OLE color: 9176553.
HSL color Cylindrical-coordinate representation of color #E9058C: hue angle of 324.47º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9058C is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.09 |
| HSL | 324.47º | 0.96% | 0.47% | - |
| HSV(B) | 324.47º | 0.98% | 0.91% | - |
| XYZ | 38.39 | 19.33 | 26.52 | - |
| YUV | 88.56 | 157.04 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 140 | 0 | 0.98 | 0.40 | 0.09 | 324.47 | 0.96 | 0.47 |
| Hex | E9 | 5 | 8C | 0 | 62 | 28 | 9 | 144 | 60 | 2F |
| Octal | 351 | 5 | 214 | 0 | 142 | 50 | 11 | 504 | 140 | 57 |
| Binary | 11101001 | 101 | 10001100 | 0 | 1100010 | 101000 | 1001 | 101000100 | 1100000 | 101111 |
Color Harmonies of #E9058C
Complementary color
Monochromatic Colors of #E9058C
Black with #E9058C
Text Example
Text Example
White with #E9058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9058C; }
p { color: rgb(233,5,140); }
H1.HeaderClassName
{
color: #E9058C;
}
.AnyTagClassName
{
color: #E9058C;
}
</style>
background-color css
<style>
a { background-color: #E9058C; }
a { background-color: rgb(233,5,140); }
div.DivClassName
{
background-color: #E9058C;
}
.BgClassName
{
background-color: #E9058C;
}
</style>
border-color css
<style>
span { border-color: #E9058C; }
span { border-color: rgb(233,5,140); }
td.TdClassName
{
border-color: #E9058C;
}
.TagClassName
{
border-color: #E9058C;
}
</style>