Shades of Hollywood Cerise #EE088F
Tints of Hollywood Cerise #EE088F
RGB
CMYK
RGB Variations
Color information
#EE088F (or 0xEE088F) is known color: Hollywood Cerise. HEX triplet: EE, 08 and 8F. RGB value is (238,8,143). Sum of RGB (Red+Green+Blue) = 238+8+143=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE088F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE088F is #11F770. Grayscale: #5B5B5B. Windows color (decimal): -1177457 or 9373934. OLE color: 9373934.
HSL color Cylindrical-coordinate representation of color #EE088F: hue angle of 324.78º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE088F is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 143 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.07 |
| HSL | 324.78º | 0.93% | 0.48% | - |
| HSV(B) | 324.78º | 0.97% | 0.93% | - |
| XYZ | 40.3 | 20.33 | 27.79 | - |
| YUV | 92.16 | 156.7 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 143 | 0 | 0.97 | 0.40 | 0.07 | 324.78 | 0.93 | 0.48 |
| Hex | EE | 8 | 8F | 0 | 61 | 28 | 7 | 145 | 5D | 30 |
| Octal | 356 | 10 | 217 | 0 | 141 | 50 | 7 | 505 | 135 | 60 |
| Binary | 11101110 | 1000 | 10001111 | 0 | 1100001 | 101000 | 111 | 101000101 | 1011101 | 110000 |
Color Harmonies of #EE088F
Complementary color
Monochromatic Colors of #EE088F
Black with #EE088F
Text Example
Text Example
White with #EE088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE088F; }
p { color: rgb(238,8,143); }
H1.HeaderClassName
{
color: #EE088F;
}
.AnyTagClassName
{
color: #EE088F;
}
</style>
background-color css
<style>
a { background-color: #EE088F; }
a { background-color: rgb(238,8,143); }
div.DivClassName
{
background-color: #EE088F;
}
.BgClassName
{
background-color: #EE088F;
}
</style>
border-color css
<style>
span { border-color: #EE088F; }
span { border-color: rgb(238,8,143); }
td.TdClassName
{
border-color: #EE088F;
}
.TagClassName
{
border-color: #EE088F;
}
</style>