Shades of Hollywood Cerise #EF009B
Tints of Hollywood Cerise #EF009B
RGB
CMYK
RGB Variations
Color information
#EF009B (or 0xEF009B) is known color: Hollywood Cerise. HEX triplet: EF, 00 and 9B. RGB value is (239,0,155). Sum of RGB (Red+Green+Blue) = 239+0+155=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF009B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF009B is #10FF64. Grayscale: #585858. Windows color (decimal): -1113957 or 10158319. OLE color: 10158319.
HSL color Cylindrical-coordinate representation of color #EF009B: hue angle of 321.09º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF009B is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.35 | 0.06 |
| HSL | 321.09º | 1% | 0.47% | - |
| HSV(B) | 321.09º | 1% | 0.94% | - |
| XYZ | 41.51 | 20.72 | 32.82 | - |
| YUV | 89.13 | 165.18 | 234.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 155 | 0 | 1 | 0.35 | 0.06 | 321.09 | 1 | 0.47 |
| Hex | EF | 0 | 9B | 0 | 64 | 23 | 6 | 141 | 64 | 2F |
| Octal | 357 | 0 | 233 | 0 | 144 | 43 | 6 | 501 | 144 | 57 |
| Binary | 11101111 | 0 | 10011011 | 0 | 1100100 | 100011 | 110 | 101000001 | 1100100 | 101111 |
Color Harmonies of #EF009B
Complementary color
Monochromatic Colors of #EF009B
Black with #EF009B
Text Example
Text Example
White with #EF009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF009B; }
p { color: rgb(239,0,155); }
H1.HeaderClassName
{
color: #EF009B;
}
.AnyTagClassName
{
color: #EF009B;
}
</style>
background-color css
<style>
a { background-color: #EF009B; }
a { background-color: rgb(239,0,155); }
div.DivClassName
{
background-color: #EF009B;
}
.BgClassName
{
background-color: #EF009B;
}
</style>
border-color css
<style>
span { border-color: #EF009B; }
span { border-color: rgb(239,0,155); }
td.TdClassName
{
border-color: #EF009B;
}
.TagClassName
{
border-color: #EF009B;
}
</style>