Shades of Hollywood Cerise #E9058A
Tints of Hollywood Cerise #E9058A
RGB
CMYK
RGB Variations
Color information
#E9058A (or 0xE9058A) is known color: Hollywood Cerise. HEX triplet: E9, 05 and 8A. RGB value is (233,5,138). Sum of RGB (Red+Green+Blue) = 233+5+138=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E9058A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9058A is #16FA75. Grayscale: #585858. Windows color (decimal): -1505910 or 9045481. OLE color: 9045481.
HSL color Cylindrical-coordinate representation of color #E9058A: hue angle of 325º 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 #E9058A is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 138 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.09 |
| HSL | 325º | 0.96% | 0.47% | - |
| HSV(B) | 325º | 0.98% | 0.91% | - |
| XYZ | 38.25 | 19.27 | 25.75 | - |
| YUV | 88.33 | 156.04 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 138 | 0 | 0.98 | 0.41 | 0.09 | 325 | 0.96 | 0.47 |
| Hex | E9 | 5 | 8A | 0 | 62 | 29 | 9 | 145 | 60 | 2F |
| Octal | 351 | 5 | 212 | 0 | 142 | 51 | 11 | 505 | 140 | 57 |
| Binary | 11101001 | 101 | 10001010 | 0 | 1100010 | 101001 | 1001 | 101000101 | 1100000 | 101111 |
Color Harmonies of #E9058A
Complementary color
Monochromatic Colors of #E9058A
Black with #E9058A
Text Example
Text Example
White with #E9058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9058A; }
p { color: rgb(233,5,138); }
H1.HeaderClassName
{
color: #E9058A;
}
.AnyTagClassName
{
color: #E9058A;
}
</style>
background-color css
<style>
a { background-color: #E9058A; }
a { background-color: rgb(233,5,138); }
div.DivClassName
{
background-color: #E9058A;
}
.BgClassName
{
background-color: #E9058A;
}
</style>
border-color css
<style>
span { border-color: #E9058A; }
span { border-color: rgb(233,5,138); }
td.TdClassName
{
border-color: #E9058A;
}
.TagClassName
{
border-color: #E9058A;
}
</style>