Shades of Hollywood Cerise #E4099B
Tints of Hollywood Cerise #E4099B
RGB
CMYK
RGB Variations
Color information
#E4099B (or 0xE4099B) is known color: Hollywood Cerise. HEX triplet: E4, 09 and 9B. RGB value is (228,9,155). Sum of RGB (Red+Green+Blue) = 228+9+155=392 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.16% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 228 - color contains mainly: red. Hex color #E4099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4099B is #1BF664. Grayscale: #5A5A5A. Windows color (decimal): -1832549 or 10160612. OLE color: 10160612.
HSL color Cylindrical-coordinate representation of color #E4099B: hue angle of 320º degrees, saturation: 0.92, 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 #E4099B is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.11 |
| HSL | 320º | 0.92% | 0.46% | - |
| HSV(B) | 320º | 0.96% | 0.89% | - |
| XYZ | 38.01 | 19.06 | 32.69 | - |
| YUV | 91.13 | 164.05 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 155 | 0 | 0.96 | 0.32 | 0.11 | 320 | 0.92 | 0.46 |
| Hex | E4 | 9 | 9B | 0 | 60 | 20 | B | 140 | 5C | 2E |
| Octal | 344 | 11 | 233 | 0 | 140 | 40 | 13 | 500 | 134 | 56 |
| Binary | 11100100 | 1001 | 10011011 | 0 | 1100000 | 100000 | 1011 | 101000000 | 1011100 | 101110 |
Color Harmonies of #E4099B
Complementary color
Monochromatic Colors of #E4099B
Black with #E4099B
Text Example
Text Example
White with #E4099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4099B; }
p { color: rgb(228,9,155); }
H1.HeaderClassName
{
color: #E4099B;
}
.AnyTagClassName
{
color: #E4099B;
}
</style>
background-color css
<style>
a { background-color: #E4099B; }
a { background-color: rgb(228,9,155); }
div.DivClassName
{
background-color: #E4099B;
}
.BgClassName
{
background-color: #E4099B;
}
</style>
border-color css
<style>
span { border-color: #E4099B; }
span { border-color: rgb(228,9,155); }
td.TdClassName
{
border-color: #E4099B;
}
.TagClassName
{
border-color: #E4099B;
}
</style>