Shades of Hollywood Cerise #EF039E
Tints of Hollywood Cerise #EF039E
RGB
CMYK
RGB Variations
Color information
#EF039E (or 0xEF039E) is known color: Hollywood Cerise. HEX triplet: EF, 03 and 9E. RGB value is (239,3,158). Sum of RGB (Red+Green+Blue) = 239+3+158=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF039E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF039E is #10FC61. Grayscale: #5A5A5A. Windows color (decimal): -1113186 or 10355695. OLE color: 10355695.
HSL color Cylindrical-coordinate representation of color #EF039E: hue angle of 320.59º 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 #EF039E is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 158 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.06 |
| HSL | 320.59º | 0.98% | 0.47% | - |
| HSV(B) | 320.59º | 0.99% | 0.94% | - |
| XYZ | 41.8 | 20.88 | 34.18 | - |
| YUV | 91.23 | 165.69 | 233.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 158 | 0 | 0.99 | 0.34 | 0.06 | 320.59 | 0.98 | 0.47 |
| Hex | EF | 3 | 9E | 0 | 63 | 22 | 6 | 141 | 62 | 2F |
| Octal | 357 | 3 | 236 | 0 | 143 | 42 | 6 | 501 | 142 | 57 |
| Binary | 11101111 | 11 | 10011110 | 0 | 1100011 | 100010 | 110 | 101000001 | 1100010 | 101111 |
Color Harmonies of #EF039E
Complementary color
Monochromatic Colors of #EF039E
Black with #EF039E
Text Example
Text Example
White with #EF039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF039E; }
p { color: rgb(239,3,158); }
H1.HeaderClassName
{
color: #EF039E;
}
.AnyTagClassName
{
color: #EF039E;
}
</style>
background-color css
<style>
a { background-color: #EF039E; }
a { background-color: rgb(239,3,158); }
div.DivClassName
{
background-color: #EF039E;
}
.BgClassName
{
background-color: #EF039E;
}
</style>
border-color css
<style>
span { border-color: #EF039E; }
span { border-color: rgb(239,3,158); }
td.TdClassName
{
border-color: #EF039E;
}
.TagClassName
{
border-color: #EF039E;
}
</style>