Shades of Hollywood Cerise #EF028B
Tints of Hollywood Cerise #EF028B
RGB
CMYK
RGB Variations
Color information
#EF028B (or 0xEF028B) is known color: Hollywood Cerise. HEX triplet: EF, 02 and 8B. RGB value is (239,2,139). Sum of RGB (Red+Green+Blue) = 239+2+139=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF028B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF028B is #10FD74. Grayscale: #585858. Windows color (decimal): -1113461 or 9110255. OLE color: 9110255.
HSL color Cylindrical-coordinate representation of color #EF028B: hue angle of 325.32º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF028B is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.06 |
| HSL | 325.32º | 0.98% | 0.47% | - |
| HSV(B) | 325.32º | 0.99% | 0.94% | - |
| XYZ | 40.28 | 20.26 | 26.21 | - |
| YUV | 88.48 | 156.52 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 139 | 0 | 0.99 | 0.42 | 0.06 | 325.32 | 0.98 | 0.47 |
| Hex | EF | 2 | 8B | 0 | 63 | 2A | 6 | 145 | 62 | 2F |
| Octal | 357 | 2 | 213 | 0 | 143 | 52 | 6 | 505 | 142 | 57 |
| Binary | 11101111 | 10 | 10001011 | 0 | 1100011 | 101010 | 110 | 101000101 | 1100010 | 101111 |
Color Harmonies of #EF028B
Complementary color
Monochromatic Colors of #EF028B
Black with #EF028B
Text Example
Text Example
White with #EF028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF028B; }
p { color: rgb(239,2,139); }
H1.HeaderClassName
{
color: #EF028B;
}
.AnyTagClassName
{
color: #EF028B;
}
</style>
background-color css
<style>
a { background-color: #EF028B; }
a { background-color: rgb(239,2,139); }
div.DivClassName
{
background-color: #EF028B;
}
.BgClassName
{
background-color: #EF028B;
}
</style>
border-color css
<style>
span { border-color: #EF028B; }
span { border-color: rgb(239,2,139); }
td.TdClassName
{
border-color: #EF028B;
}
.TagClassName
{
border-color: #EF028B;
}
</style>