Shades of Hollywood Cerise #EF09AB
Tints of Hollywood Cerise #EF09AB
RGB
CMYK
RGB Variations
Color information
#EF09AB (or 0xEF09AB) is known color: Hollywood Cerise. HEX triplet: EF, 09 and AB. RGB value is (239,9,171). Sum of RGB (Red+Green+Blue) = 239+9+171=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF09AB is #10F654. Grayscale: #5F5F5F. Windows color (decimal): -1111637 or 11209199. OLE color: 11209199.
HSL color Cylindrical-coordinate representation of color #EF09AB: hue angle of 317.74º 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 #EF09AB is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 171 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.06 |
| HSL | 317.74º | 0.93% | 0.49% | - |
| HSV(B) | 317.74º | 0.96% | 0.94% | - |
| XYZ | 43.04 | 21.49 | 40.41 | - |
| YUV | 96.24 | 170.2 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 171 | 0 | 0.96 | 0.28 | 0.06 | 317.74 | 0.93 | 0.49 |
| Hex | EF | 9 | AB | 0 | 60 | 1C | 6 | 13E | 5D | 31 |
| Octal | 357 | 11 | 253 | 0 | 140 | 34 | 6 | 476 | 135 | 61 |
| Binary | 11101111 | 1001 | 10101011 | 0 | 1100000 | 11100 | 110 | 100111110 | 1011101 | 110001 |
Color Harmonies of #EF09AB
Complementary color
Monochromatic Colors of #EF09AB
Black with #EF09AB
Text Example
Text Example
White with #EF09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF09AB; }
p { color: rgb(239,9,171); }
H1.HeaderClassName
{
color: #EF09AB;
}
.AnyTagClassName
{
color: #EF09AB;
}
</style>
background-color css
<style>
a { background-color: #EF09AB; }
a { background-color: rgb(239,9,171); }
div.DivClassName
{
background-color: #EF09AB;
}
.BgClassName
{
background-color: #EF09AB;
}
</style>
border-color css
<style>
span { border-color: #EF09AB; }
span { border-color: rgb(239,9,171); }
td.TdClassName
{
border-color: #EF09AB;
}
.TagClassName
{
border-color: #EF09AB;
}
</style>