Shades of Hollywood Cerise #EF0293
Tints of Hollywood Cerise #EF0293
RGB
CMYK
RGB Variations
Color information
#EF0293 (or 0xEF0293) is known color: Hollywood Cerise. HEX triplet: EF, 02 and 93. RGB value is (239,2,147). Sum of RGB (Red+Green+Blue) = 239+2+147=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0293 is #10FD6C. Grayscale: #595959. Windows color (decimal): -1113453 or 9634543. OLE color: 9634543.
HSL color Cylindrical-coordinate representation of color #EF0293: hue angle of 323.29º 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 #EF0293 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.06 |
| HSL | 323.29º | 0.98% | 0.47% | - |
| HSV(B) | 323.29º | 0.99% | 0.94% | - |
| XYZ | 40.88 | 20.5 | 29.41 | - |
| YUV | 89.39 | 160.52 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 147 | 0 | 0.99 | 0.38 | 0.06 | 323.29 | 0.98 | 0.47 |
| Hex | EF | 2 | 93 | 0 | 63 | 26 | 6 | 143 | 62 | 2F |
| Octal | 357 | 2 | 223 | 0 | 143 | 46 | 6 | 503 | 142 | 57 |
| Binary | 11101111 | 10 | 10010011 | 0 | 1100011 | 100110 | 110 | 101000011 | 1100010 | 101111 |
Color Harmonies of #EF0293
Complementary color
Monochromatic Colors of #EF0293
Black with #EF0293
Text Example
Text Example
White with #EF0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0293; }
p { color: rgb(239,2,147); }
H1.HeaderClassName
{
color: #EF0293;
}
.AnyTagClassName
{
color: #EF0293;
}
</style>
background-color css
<style>
a { background-color: #EF0293; }
a { background-color: rgb(239,2,147); }
div.DivClassName
{
background-color: #EF0293;
}
.BgClassName
{
background-color: #EF0293;
}
</style>
border-color css
<style>
span { border-color: #EF0293; }
span { border-color: rgb(239,2,147); }
td.TdClassName
{
border-color: #EF0293;
}
.TagClassName
{
border-color: #EF0293;
}
</style>