Shades of Hollywood Cerise #EF099B
Tints of Hollywood Cerise #EF099B
RGB
CMYK
RGB Variations
Color information
#EF099B (or 0xEF099B) is known color: Hollywood Cerise. HEX triplet: EF, 09 and 9B. RGB value is (239,9,155). Sum of RGB (Red+Green+Blue) = 239+9+155=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF099B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF099B is #10F664. Grayscale: #5E5E5E. Windows color (decimal): -1111653 or 10160623. OLE color: 10160623.
HSL color Cylindrical-coordinate representation of color #EF099B: hue angle of 321.91º 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 #EF099B is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.06 |
| HSL | 321.91º | 0.93% | 0.49% | - |
| HSV(B) | 321.91º | 0.96% | 0.94% | - |
| XYZ | 41.61 | 20.91 | 32.85 | - |
| YUV | 94.41 | 162.2 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 155 | 0 | 0.96 | 0.35 | 0.06 | 321.91 | 0.93 | 0.49 |
| Hex | EF | 9 | 9B | 0 | 60 | 23 | 6 | 142 | 5D | 31 |
| Octal | 357 | 11 | 233 | 0 | 140 | 43 | 6 | 502 | 135 | 61 |
| Binary | 11101111 | 1001 | 10011011 | 0 | 1100000 | 100011 | 110 | 101000010 | 1011101 | 110001 |
Color Harmonies of #EF099B
Complementary color
Monochromatic Colors of #EF099B
Black with #EF099B
Text Example
Text Example
White with #EF099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF099B; }
p { color: rgb(239,9,155); }
H1.HeaderClassName
{
color: #EF099B;
}
.AnyTagClassName
{
color: #EF099B;
}
</style>
background-color css
<style>
a { background-color: #EF099B; }
a { background-color: rgb(239,9,155); }
div.DivClassName
{
background-color: #EF099B;
}
.BgClassName
{
background-color: #EF099B;
}
</style>
border-color css
<style>
span { border-color: #EF099B; }
span { border-color: rgb(239,9,155); }
td.TdClassName
{
border-color: #EF099B;
}
.TagClassName
{
border-color: #EF099B;
}
</style>