Shades of Hollywood Cerise #E4069C
Tints of Hollywood Cerise #E4069C
RGB
CMYK
RGB Variations
Color information
#E4069C (or 0xE4069C) is known color: Hollywood Cerise. HEX triplet: E4, 06 and 9C. RGB value is (228,6,156). Sum of RGB (Red+Green+Blue) = 228+6+156=390 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.46% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 228 - color contains mainly: red. Hex color #E4069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4069C is #1BF963. Grayscale: #595959. Windows color (decimal): -1833316 or 10225380. OLE color: 10225380.
HSL color Cylindrical-coordinate representation of color #E4069C: hue angle of 319.46º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E4069C is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 156 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.11 |
| HSL | 319.46º | 0.95% | 0.46% | - |
| HSV(B) | 319.46º | 0.97% | 0.89% | - |
| XYZ | 38.06 | 19.02 | 33.12 | - |
| YUV | 89.48 | 165.55 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 156 | 0 | 0.97 | 0.32 | 0.11 | 319.46 | 0.95 | 0.46 |
| Hex | E4 | 6 | 9C | 0 | 61 | 20 | B | 13F | 5F | 2E |
| Octal | 344 | 6 | 234 | 0 | 141 | 40 | 13 | 477 | 137 | 56 |
| Binary | 11100100 | 110 | 10011100 | 0 | 1100001 | 100000 | 1011 | 100111111 | 1011111 | 101110 |
Color Harmonies of #E4069C
Complementary color
Monochromatic Colors of #E4069C
Black with #E4069C
Text Example
Text Example
White with #E4069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4069C; }
p { color: rgb(228,6,156); }
H1.HeaderClassName
{
color: #E4069C;
}
.AnyTagClassName
{
color: #E4069C;
}
</style>
background-color css
<style>
a { background-color: #E4069C; }
a { background-color: rgb(228,6,156); }
div.DivClassName
{
background-color: #E4069C;
}
.BgClassName
{
background-color: #E4069C;
}
</style>
border-color css
<style>
span { border-color: #E4069C; }
span { border-color: rgb(228,6,156); }
td.TdClassName
{
border-color: #E4069C;
}
.TagClassName
{
border-color: #E4069C;
}
</style>