Shades of Hollywood Cerise #EF028F
Tints of Hollywood Cerise #EF028F
RGB
CMYK
RGB Variations
Color information
#EF028F (or 0xEF028F) is known color: Hollywood Cerise. HEX triplet: EF, 02 and 8F. RGB value is (239,2,143). Sum of RGB (Red+Green+Blue) = 239+2+143=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF028F is #10FD70. Grayscale: #585858. Windows color (decimal): -1113457 or 9372399. OLE color: 9372399.
HSL color Cylindrical-coordinate representation of color #EF028F: hue angle of 324.3º 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 #EF028F is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.06 |
| HSL | 324.3º | 0.98% | 0.47% | - |
| HSV(B) | 324.3º | 0.99% | 0.94% | - |
| XYZ | 40.58 | 20.38 | 27.78 | - |
| YUV | 88.94 | 158.52 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 143 | 0 | 0.99 | 0.40 | 0.06 | 324.3 | 0.98 | 0.47 |
| Hex | EF | 2 | 8F | 0 | 63 | 28 | 6 | 144 | 62 | 2F |
| Octal | 357 | 2 | 217 | 0 | 143 | 50 | 6 | 504 | 142 | 57 |
| Binary | 11101111 | 10 | 10001111 | 0 | 1100011 | 101000 | 110 | 101000100 | 1100010 | 101111 |
Color Harmonies of #EF028F
Complementary color
Monochromatic Colors of #EF028F
Black with #EF028F
Text Example
Text Example
White with #EF028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF028F; }
p { color: rgb(239,2,143); }
H1.HeaderClassName
{
color: #EF028F;
}
.AnyTagClassName
{
color: #EF028F;
}
</style>
background-color css
<style>
a { background-color: #EF028F; }
a { background-color: rgb(239,2,143); }
div.DivClassName
{
background-color: #EF028F;
}
.BgClassName
{
background-color: #EF028F;
}
</style>
border-color css
<style>
span { border-color: #EF028F; }
span { border-color: rgb(239,2,143); }
td.TdClassName
{
border-color: #EF028F;
}
.TagClassName
{
border-color: #EF028F;
}
</style>