Shades of Hollywood Cerise #E8069C
Tints of Hollywood Cerise #E8069C
RGB
CMYK
RGB Variations
Color information
#E8069C (or 0xE8069C) is known color: Hollywood Cerise. HEX triplet: E8, 06 and 9C. RGB value is (232,6,156). Sum of RGB (Red+Green+Blue) = 232+6+156=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E8069C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8069C is #17F963. Grayscale: #5A5A5A. Windows color (decimal): -1571172 or 10225384. OLE color: 10225384.
HSL color Cylindrical-coordinate representation of color #E8069C: hue angle of 320.18º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8069C is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 156 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.09 |
| HSL | 320.18º | 0.95% | 0.47% | - |
| HSV(B) | 320.18º | 0.97% | 0.91% | - |
| XYZ | 39.34 | 19.69 | 33.18 | - |
| YUV | 90.67 | 164.87 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 156 | 0 | 0.97 | 0.33 | 0.09 | 320.18 | 0.95 | 0.47 |
| Hex | E8 | 6 | 9C | 0 | 61 | 21 | 9 | 140 | 5F | 2F |
| Octal | 350 | 6 | 234 | 0 | 141 | 41 | 11 | 500 | 137 | 57 |
| Binary | 11101000 | 110 | 10011100 | 0 | 1100001 | 100001 | 1001 | 101000000 | 1011111 | 101111 |
Color Harmonies of #E8069C
Complementary color
Monochromatic Colors of #E8069C
Black with #E8069C
Text Example
Text Example
White with #E8069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8069C; }
p { color: rgb(232,6,156); }
H1.HeaderClassName
{
color: #E8069C;
}
.AnyTagClassName
{
color: #E8069C;
}
</style>
background-color css
<style>
a { background-color: #E8069C; }
a { background-color: rgb(232,6,156); }
div.DivClassName
{
background-color: #E8069C;
}
.BgClassName
{
background-color: #E8069C;
}
</style>
border-color css
<style>
span { border-color: #E8069C; }
span { border-color: rgb(232,6,156); }
td.TdClassName
{
border-color: #E8069C;
}
.TagClassName
{
border-color: #E8069C;
}
</style>