Shades of Hollywood Cerise #EE08A7
Tints of Hollywood Cerise #EE08A7
RGB
CMYK
RGB Variations
Color information
#EE08A7 (or 0xEE08A7) is known color: Hollywood Cerise. HEX triplet: EE, 08 and A7. RGB value is (238,8,167). Sum of RGB (Red+Green+Blue) = 238+8+167=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE08A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE08A7 is #11F758. Grayscale: #5E5E5E. Windows color (decimal): -1177433 or 10946798. OLE color: 10946798.
HSL color Cylindrical-coordinate representation of color #EE08A7: hue angle of 318.52º 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 #EE08A7 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 167 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.07 |
| HSL | 318.52º | 0.93% | 0.48% | - |
| HSV(B) | 318.52º | 0.97% | 0.93% | - |
| XYZ | 42.32 | 21.14 | 38.41 | - |
| YUV | 94.9 | 168.7 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 167 | 0 | 0.97 | 0.30 | 0.07 | 318.52 | 0.93 | 0.48 |
| Hex | EE | 8 | A7 | 0 | 61 | 1E | 7 | 13F | 5D | 30 |
| Octal | 356 | 10 | 247 | 0 | 141 | 36 | 7 | 477 | 135 | 60 |
| Binary | 11101110 | 1000 | 10100111 | 0 | 1100001 | 11110 | 111 | 100111111 | 1011101 | 110000 |
Color Harmonies of #EE08A7
Complementary color
Monochromatic Colors of #EE08A7
Black with #EE08A7
Text Example
Text Example
White with #EE08A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE08A7; }
p { color: rgb(238,8,167); }
H1.HeaderClassName
{
color: #EE08A7;
}
.AnyTagClassName
{
color: #EE08A7;
}
</style>
background-color css
<style>
a { background-color: #EE08A7; }
a { background-color: rgb(238,8,167); }
div.DivClassName
{
background-color: #EE08A7;
}
.BgClassName
{
background-color: #EE08A7;
}
</style>
border-color css
<style>
span { border-color: #EE08A7; }
span { border-color: rgb(238,8,167); }
td.TdClassName
{
border-color: #EE08A7;
}
.TagClassName
{
border-color: #EE08A7;
}
</style>