Shades of Hollywood Cerise #EF008F
Tints of Hollywood Cerise #EF008F
RGB
CMYK
RGB Variations
Color information
#EF008F (or 0xEF008F) is known color: Hollywood Cerise. HEX triplet: EF, 00 and 8F. RGB value is (239,0,143). Sum of RGB (Red+Green+Blue) = 239+0+143=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF008F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF008F is #10FF70. Grayscale: #575757. Windows color (decimal): -1113969 or 9371887. OLE color: 9371887.
HSL color Cylindrical-coordinate representation of color #EF008F: hue angle of 324.1º 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 #EF008F is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.40 | 0.06 |
| HSL | 324.1º | 1% | 0.47% | - |
| HSV(B) | 324.1º | 1% | 0.94% | - |
| XYZ | 40.55 | 20.33 | 27.77 | - |
| YUV | 87.76 | 159.18 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 143 | 0 | 1 | 0.40 | 0.06 | 324.1 | 1 | 0.47 |
| Hex | EF | 0 | 8F | 0 | 64 | 28 | 6 | 144 | 64 | 2F |
| Octal | 357 | 0 | 217 | 0 | 144 | 50 | 6 | 504 | 144 | 57 |
| Binary | 11101111 | 0 | 10001111 | 0 | 1100100 | 101000 | 110 | 101000100 | 1100100 | 101111 |
Color Harmonies of #EF008F
Complementary color
Monochromatic Colors of #EF008F
Black with #EF008F
Text Example
Text Example
White with #EF008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF008F; }
p { color: rgb(239,0,143); }
H1.HeaderClassName
{
color: #EF008F;
}
.AnyTagClassName
{
color: #EF008F;
}
</style>
background-color css
<style>
a { background-color: #EF008F; }
a { background-color: rgb(239,0,143); }
div.DivClassName
{
background-color: #EF008F;
}
.BgClassName
{
background-color: #EF008F;
}
</style>
border-color css
<style>
span { border-color: #EF008F; }
span { border-color: rgb(239,0,143); }
td.TdClassName
{
border-color: #EF008F;
}
.TagClassName
{
border-color: #EF008F;
}
</style>