Shades of Hollywood Cerise #EF09A0
Tints of Hollywood Cerise #EF09A0
RGB
CMYK
RGB Variations
Color information
#EF09A0 (or 0xEF09A0) is known color: Hollywood Cerise. HEX triplet: EF, 09 and A0. RGB value is (239,9,160). Sum of RGB (Red+Green+Blue) = 239+9+160=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF09A0 is #10F65F. Grayscale: #5E5E5E. Windows color (decimal): -1111648 or 10488303. OLE color: 10488303.
HSL color Cylindrical-coordinate representation of color #EF09A0: hue angle of 320.61º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF09A0 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 160 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.06 |
| HSL | 320.61º | 0.93% | 0.49% | - |
| HSV(B) | 320.61º | 0.96% | 0.94% | - |
| XYZ | 42.04 | 21.08 | 35.11 | - |
| YUV | 94.98 | 164.7 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 160 | 0 | 0.96 | 0.33 | 0.06 | 320.61 | 0.93 | 0.49 |
| Hex | EF | 9 | A0 | 0 | 60 | 21 | 6 | 141 | 5D | 31 |
| Octal | 357 | 11 | 240 | 0 | 140 | 41 | 6 | 501 | 135 | 61 |
| Binary | 11101111 | 1001 | 10100000 | 0 | 1100000 | 100001 | 110 | 101000001 | 1011101 | 110001 |
Color Harmonies of #EF09A0
Complementary color
Monochromatic Colors of #EF09A0
Black with #EF09A0
Text Example
Text Example
White with #EF09A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF09A0; }
p { color: rgb(239,9,160); }
H1.HeaderClassName
{
color: #EF09A0;
}
.AnyTagClassName
{
color: #EF09A0;
}
</style>
background-color css
<style>
a { background-color: #EF09A0; }
a { background-color: rgb(239,9,160); }
div.DivClassName
{
background-color: #EF09A0;
}
.BgClassName
{
background-color: #EF09A0;
}
</style>
border-color css
<style>
span { border-color: #EF09A0; }
span { border-color: rgb(239,9,160); }
td.TdClassName
{
border-color: #EF09A0;
}
.TagClassName
{
border-color: #EF09A0;
}
</style>