Shades of Hollywood Cerise #EE0FA6
Tints of Hollywood Cerise #EE0FA6
RGB
CMYK
RGB Variations
Color information
#EE0FA6 (or 0xEE0FA6) is known color: Hollywood Cerise. HEX triplet: EE, 0F and A6. RGB value is (238,15,166). Sum of RGB (Red+Green+Blue) = 238+15+166=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0FA6 is #11F059. Grayscale: #626262. Windows color (decimal): -1175642 or 10883054. OLE color: 10883054.
HSL color Cylindrical-coordinate representation of color #EE0FA6: hue angle of 319.37º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FA6 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 166 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.07 |
| HSL | 319.37º | 0.88% | 0.5% | - |
| HSV(B) | 319.37º | 0.94% | 0.93% | - |
| XYZ | 42.31 | 21.27 | 37.95 | - |
| YUV | 98.89 | 165.88 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 166 | 0 | 0.94 | 0.30 | 0.07 | 319.37 | 0.88 | 0.5 |
| Hex | EE | F | A6 | 0 | 5E | 1E | 7 | 13F | 58 | 32 |
| Octal | 356 | 17 | 246 | 0 | 136 | 36 | 7 | 477 | 130 | 62 |
| Binary | 11101110 | 1111 | 10100110 | 0 | 1011110 | 11110 | 111 | 100111111 | 1011000 | 110010 |
Color Harmonies of #EE0FA6
Complementary color
Monochromatic Colors of #EE0FA6
Black with #EE0FA6
Text Example
Text Example
White with #EE0FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FA6; }
p { color: rgb(238,15,166); }
H1.HeaderClassName
{
color: #EE0FA6;
}
.AnyTagClassName
{
color: #EE0FA6;
}
</style>
background-color css
<style>
a { background-color: #EE0FA6; }
a { background-color: rgb(238,15,166); }
div.DivClassName
{
background-color: #EE0FA6;
}
.BgClassName
{
background-color: #EE0FA6;
}
</style>
border-color css
<style>
span { border-color: #EE0FA6; }
span { border-color: rgb(238,15,166); }
td.TdClassName
{
border-color: #EE0FA6;
}
.TagClassName
{
border-color: #EE0FA6;
}
</style>