Shades of Hollywood Cerise #EF109D
Tints of Hollywood Cerise #EF109D
RGB
CMYK
RGB Variations
Color information
#EF109D (or 0xEF109D) is known color: Hollywood Cerise. HEX triplet: EF, 10 and 9D. RGB value is (239,16,157). Sum of RGB (Red+Green+Blue) = 239+16+157=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF109D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF109D is #10EF62. Grayscale: #626262. Windows color (decimal): -1109859 or 10293487. OLE color: 10293487.
HSL color Cylindrical-coordinate representation of color #EF109D: hue angle of 322.06º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF109D is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 157 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.06 |
| HSL | 322.06º | 0.87% | 0.5% | - |
| HSV(B) | 322.06º | 0.93% | 0.94% | - |
| XYZ | 41.87 | 21.16 | 33.78 | - |
| YUV | 98.75 | 160.88 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 157 | 0 | 0.93 | 0.34 | 0.06 | 322.06 | 0.87 | 0.5 |
| Hex | EF | 10 | 9D | 0 | 5D | 22 | 6 | 142 | 57 | 32 |
| Octal | 357 | 20 | 235 | 0 | 135 | 42 | 6 | 502 | 127 | 62 |
| Binary | 11101111 | 10000 | 10011101 | 0 | 1011101 | 100010 | 110 | 101000010 | 1010111 | 110010 |
Color Harmonies of #EF109D
Complementary color
Monochromatic Colors of #EF109D
Black with #EF109D
Text Example
Text Example
White with #EF109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF109D; }
p { color: rgb(239,16,157); }
H1.HeaderClassName
{
color: #EF109D;
}
.AnyTagClassName
{
color: #EF109D;
}
</style>
background-color css
<style>
a { background-color: #EF109D; }
a { background-color: rgb(239,16,157); }
div.DivClassName
{
background-color: #EF109D;
}
.BgClassName
{
background-color: #EF109D;
}
</style>
border-color css
<style>
span { border-color: #EF109D; }
span { border-color: rgb(239,16,157); }
td.TdClassName
{
border-color: #EF109D;
}
.TagClassName
{
border-color: #EF109D;
}
</style>