Shades of Hollywood Cerise #E4009E
Tints of Hollywood Cerise #E4009E
RGB
CMYK
RGB Variations
Color information
#E4009E (or 0xE4009E) is known color: Hollywood Cerise. HEX triplet: E4, 00 and 9E. RGB value is (228,0,158). Sum of RGB (Red+Green+Blue) = 228+0+158=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E4009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4009E is #1BFF61. Grayscale: #555555. Windows color (decimal): -1834850 or 10354916. OLE color: 10354916.
HSL color Cylindrical-coordinate representation of color #E4009E: hue angle of 318.42º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4009E is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.31 | 0.11 |
| HSL | 318.42º | 1% | 0.45% | - |
| HSV(B) | 318.42º | 1% | 0.89% | - |
| XYZ | 38.17 | 18.96 | 34 | - |
| YUV | 86.18 | 168.54 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 158 | 0 | 1 | 0.31 | 0.11 | 318.42 | 1 | 0.45 |
| Hex | E4 | 0 | 9E | 0 | 64 | 1F | B | 13E | 64 | 2D |
| Octal | 344 | 0 | 236 | 0 | 144 | 37 | 13 | 476 | 144 | 55 |
| Binary | 11100100 | 0 | 10011110 | 0 | 1100100 | 11111 | 1011 | 100111110 | 1100100 | 101101 |
Color Harmonies of #E4009E
Complementary color
Monochromatic Colors of #E4009E
Black with #E4009E
Text Example
Text Example
White with #E4009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4009E; }
p { color: rgb(228,0,158); }
H1.HeaderClassName
{
color: #E4009E;
}
.AnyTagClassName
{
color: #E4009E;
}
</style>
background-color css
<style>
a { background-color: #E4009E; }
a { background-color: rgb(228,0,158); }
div.DivClassName
{
background-color: #E4009E;
}
.BgClassName
{
background-color: #E4009E;
}
</style>
border-color css
<style>
span { border-color: #E4009E; }
span { border-color: rgb(228,0,158); }
td.TdClassName
{
border-color: #E4009E;
}
.TagClassName
{
border-color: #E4009E;
}
</style>