Shades of Hollywood Cerise #E6088C
Tints of Hollywood Cerise #E6088C
RGB
CMYK
RGB Variations
Color information
#E6088C (or 0xE6088C) is known color: Hollywood Cerise. HEX triplet: E6, 08 and 8C. RGB value is (230,8,140). Sum of RGB (Red+Green+Blue) = 230+8+140=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E6088C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6088C is #19F773. Grayscale: #595959. Windows color (decimal): -1701748 or 9177318. OLE color: 9177318.
HSL color Cylindrical-coordinate representation of color #E6088C: hue angle of 324.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6088C is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 140 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.10 |
| HSL | 324.32º | 0.93% | 0.47% | - |
| HSV(B) | 324.32º | 0.97% | 0.9% | - |
| XYZ | 37.45 | 18.89 | 26.48 | - |
| YUV | 89.43 | 156.55 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 140 | 0 | 0.97 | 0.39 | 0.10 | 324.32 | 0.93 | 0.47 |
| Hex | E6 | 8 | 8C | 0 | 61 | 27 | A | 144 | 5D | 2F |
| Octal | 346 | 10 | 214 | 0 | 141 | 47 | 12 | 504 | 135 | 57 |
| Binary | 11100110 | 1000 | 10001100 | 0 | 1100001 | 100111 | 1010 | 101000100 | 1011101 | 101111 |
Color Harmonies of #E6088C
Complementary color
Monochromatic Colors of #E6088C
Black with #E6088C
Text Example
Text Example
White with #E6088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6088C; }
p { color: rgb(230,8,140); }
H1.HeaderClassName
{
color: #E6088C;
}
.AnyTagClassName
{
color: #E6088C;
}
</style>
background-color css
<style>
a { background-color: #E6088C; }
a { background-color: rgb(230,8,140); }
div.DivClassName
{
background-color: #E6088C;
}
.BgClassName
{
background-color: #E6088C;
}
</style>
border-color css
<style>
span { border-color: #E6088C; }
span { border-color: rgb(230,8,140); }
td.TdClassName
{
border-color: #E6088C;
}
.TagClassName
{
border-color: #E6088C;
}
</style>