Shades of Hollywood Cerise #EE08B2
Tints of Hollywood Cerise #EE08B2
RGB
CMYK
RGB Variations
Color information
#EE08B2 (or 0xEE08B2) is known color: Hollywood Cerise. HEX triplet: EE, 08 and B2. RGB value is (238,8,178). Sum of RGB (Red+Green+Blue) = 238+8+178=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 8 (3.52% from 255 or 1.89% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE08B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE08B2 is #11F74D. Grayscale: #5F5F5F. Windows color (decimal): -1177422 or 11667694. OLE color: 11667694.
HSL color Cylindrical-coordinate representation of color #EE08B2: hue angle of 315.65º 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 #EE08B2 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 178 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.07 |
| HSL | 315.65º | 0.93% | 0.48% | - |
| HSV(B) | 315.65º | 0.97% | 0.93% | - |
| XYZ | 43.38 | 21.57 | 44 | - |
| YUV | 96.15 | 174.2 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 178 | 0 | 0.97 | 0.25 | 0.07 | 315.65 | 0.93 | 0.48 |
| Hex | EE | 8 | B2 | 0 | 61 | 19 | 7 | 13C | 5D | 30 |
| Octal | 356 | 10 | 262 | 0 | 141 | 31 | 7 | 474 | 135 | 60 |
| Binary | 11101110 | 1000 | 10110010 | 0 | 1100001 | 11001 | 111 | 100111100 | 1011101 | 110000 |
Color Harmonies of #EE08B2
Complementary color
Monochromatic Colors of #EE08B2
Black with #EE08B2
Text Example
Text Example
White with #EE08B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE08B2; }
p { color: rgb(238,8,178); }
H1.HeaderClassName
{
color: #EE08B2;
}
.AnyTagClassName
{
color: #EE08B2;
}
</style>
background-color css
<style>
a { background-color: #EE08B2; }
a { background-color: rgb(238,8,178); }
div.DivClassName
{
background-color: #EE08B2;
}
.BgClassName
{
background-color: #EE08B2;
}
</style>
border-color css
<style>
span { border-color: #EE08B2; }
span { border-color: rgb(238,8,178); }
td.TdClassName
{
border-color: #EE08B2;
}
.TagClassName
{
border-color: #EE08B2;
}
</style>