Shades of Hollywood Cerise #E4089D
Tints of Hollywood Cerise #E4089D
RGB
CMYK
RGB Variations
Color information
#E4089D (or 0xE4089D) is known color: Hollywood Cerise. HEX triplet: E4, 08 and 9D. RGB value is (228,8,157). Sum of RGB (Red+Green+Blue) = 228+8+157=393 (52% of max value = 765). Red value is 228 (89.45% from 255 or 58.02% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 228 - color contains mainly: red. Hex color #E4089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4089D is #1BF762. Grayscale: #5A5A5A. Windows color (decimal): -1832803 or 10291428. OLE color: 10291428.
HSL color Cylindrical-coordinate representation of color #E4089D: hue angle of 319.36º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4089D is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.11 |
| HSL | 319.36º | 0.93% | 0.46% | - |
| HSV(B) | 319.36º | 0.96% | 0.89% | - |
| XYZ | 38.17 | 19.1 | 33.57 | - |
| YUV | 90.77 | 165.39 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 157 | 0 | 0.96 | 0.31 | 0.11 | 319.36 | 0.93 | 0.46 |
| Hex | E4 | 8 | 9D | 0 | 60 | 1F | B | 13F | 5D | 2E |
| Octal | 344 | 10 | 235 | 0 | 140 | 37 | 13 | 477 | 135 | 56 |
| Binary | 11100100 | 1000 | 10011101 | 0 | 1100000 | 11111 | 1011 | 100111111 | 1011101 | 101110 |
Color Harmonies of #E4089D
Complementary color
Monochromatic Colors of #E4089D
Black with #E4089D
Text Example
Text Example
White with #E4089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4089D; }
p { color: rgb(228,8,157); }
H1.HeaderClassName
{
color: #E4089D;
}
.AnyTagClassName
{
color: #E4089D;
}
</style>
background-color css
<style>
a { background-color: #E4089D; }
a { background-color: rgb(228,8,157); }
div.DivClassName
{
background-color: #E4089D;
}
.BgClassName
{
background-color: #E4089D;
}
</style>
border-color css
<style>
span { border-color: #E4089D; }
span { border-color: rgb(228,8,157); }
td.TdClassName
{
border-color: #E4089D;
}
.TagClassName
{
border-color: #E4089D;
}
</style>