Shades of Hollywood Cerise #EF08A2
Tints of Hollywood Cerise #EF08A2
RGB
CMYK
RGB Variations
Color information
#EF08A2 (or 0xEF08A2) is known color: Hollywood Cerise. HEX triplet: EF, 08 and A2. RGB value is (239,8,162). Sum of RGB (Red+Green+Blue) = 239+8+162=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF08A2 is #10F75D. Grayscale: #5E5E5E. Windows color (decimal): -1111902 or 10619119. OLE color: 10619119.
HSL color Cylindrical-coordinate representation of color #EF08A2: hue angle of 320º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF08A2 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 162 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.06 |
| HSL | 320º | 0.94% | 0.48% | - |
| HSV(B) | 320º | 0.97% | 0.94% | - |
| XYZ | 42.21 | 21.13 | 36.04 | - |
| YUV | 94.63 | 166.03 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 162 | 0 | 0.97 | 0.32 | 0.06 | 320 | 0.94 | 0.48 |
| Hex | EF | 8 | A2 | 0 | 61 | 20 | 6 | 140 | 5E | 30 |
| Octal | 357 | 10 | 242 | 0 | 141 | 40 | 6 | 500 | 136 | 60 |
| Binary | 11101111 | 1000 | 10100010 | 0 | 1100001 | 100000 | 110 | 101000000 | 1011110 | 110000 |
Color Harmonies of #EF08A2
Complementary color
Monochromatic Colors of #EF08A2
Black with #EF08A2
Text Example
Text Example
White with #EF08A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF08A2; }
p { color: rgb(239,8,162); }
H1.HeaderClassName
{
color: #EF08A2;
}
.AnyTagClassName
{
color: #EF08A2;
}
</style>
background-color css
<style>
a { background-color: #EF08A2; }
a { background-color: rgb(239,8,162); }
div.DivClassName
{
background-color: #EF08A2;
}
.BgClassName
{
background-color: #EF08A2;
}
</style>
border-color css
<style>
span { border-color: #EF08A2; }
span { border-color: rgb(239,8,162); }
td.TdClassName
{
border-color: #EF08A2;
}
.TagClassName
{
border-color: #EF08A2;
}
</style>