Shades of Hollywood Cerise #EF008B
Tints of Hollywood Cerise #EF008B
RGB
CMYK
RGB Variations
Color information
#EF008B (or 0xEF008B) is known color: Hollywood Cerise. HEX triplet: EF, 00 and 8B. RGB value is (239,0,139). Sum of RGB (Red+Green+Blue) = 239+0+139=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF008B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF008B is #10FF74. Grayscale: #565656. Windows color (decimal): -1113973 or 9109743. OLE color: 9109743.
HSL color Cylindrical-coordinate representation of color #EF008B: hue angle of 325.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 #EF008B is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.42 | 0.06 |
| HSL | 325.1º | 1% | 0.47% | - |
| HSV(B) | 325.1º | 1% | 0.94% | - |
| XYZ | 40.26 | 20.21 | 26.21 | - |
| YUV | 87.31 | 157.18 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 139 | 0 | 1 | 0.42 | 0.06 | 325.1 | 1 | 0.47 |
| Hex | EF | 0 | 8B | 0 | 64 | 2A | 6 | 145 | 64 | 2F |
| Octal | 357 | 0 | 213 | 0 | 144 | 52 | 6 | 505 | 144 | 57 |
| Binary | 11101111 | 0 | 10001011 | 0 | 1100100 | 101010 | 110 | 101000101 | 1100100 | 101111 |
Color Harmonies of #EF008B
Complementary color
Monochromatic Colors of #EF008B
Black with #EF008B
Text Example
Text Example
White with #EF008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF008B; }
p { color: rgb(239,0,139); }
H1.HeaderClassName
{
color: #EF008B;
}
.AnyTagClassName
{
color: #EF008B;
}
</style>
background-color css
<style>
a { background-color: #EF008B; }
a { background-color: rgb(239,0,139); }
div.DivClassName
{
background-color: #EF008B;
}
.BgClassName
{
background-color: #EF008B;
}
</style>
border-color css
<style>
span { border-color: #EF008B; }
span { border-color: rgb(239,0,139); }
td.TdClassName
{
border-color: #EF008B;
}
.TagClassName
{
border-color: #EF008B;
}
</style>