Shades of Hollywood Cerise #EF068E
Tints of Hollywood Cerise #EF068E
RGB
CMYK
RGB Variations
Color information
#EF068E (or 0xEF068E) is known color: Hollywood Cerise. HEX triplet: EF, 06 and 8E. RGB value is (239,6,142). Sum of RGB (Red+Green+Blue) = 239+6+142=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF068E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF068E is #10F971. Grayscale: #5A5A5A. Windows color (decimal): -1112434 or 9307887. OLE color: 9307887.
HSL color Cylindrical-coordinate representation of color #EF068E: hue angle of 324.98º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF068E is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.06 |
| HSL | 324.98º | 0.95% | 0.48% | - |
| HSV(B) | 324.98º | 0.97% | 0.94% | - |
| XYZ | 40.54 | 20.43 | 27.4 | - |
| YUV | 91.17 | 156.69 | 233.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 142 | 0 | 0.97 | 0.41 | 0.06 | 324.98 | 0.95 | 0.48 |
| Hex | EF | 6 | 8E | 0 | 61 | 29 | 6 | 145 | 5F | 30 |
| Octal | 357 | 6 | 216 | 0 | 141 | 51 | 6 | 505 | 137 | 60 |
| Binary | 11101111 | 110 | 10001110 | 0 | 1100001 | 101001 | 110 | 101000101 | 1011111 | 110000 |
Color Harmonies of #EF068E
Complementary color
Monochromatic Colors of #EF068E
Black with #EF068E
Text Example
Text Example
White with #EF068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF068E; }
p { color: rgb(239,6,142); }
H1.HeaderClassName
{
color: #EF068E;
}
.AnyTagClassName
{
color: #EF068E;
}
</style>
background-color css
<style>
a { background-color: #EF068E; }
a { background-color: rgb(239,6,142); }
div.DivClassName
{
background-color: #EF068E;
}
.BgClassName
{
background-color: #EF068E;
}
</style>
border-color css
<style>
span { border-color: #EF068E; }
span { border-color: rgb(239,6,142); }
td.TdClassName
{
border-color: #EF068E;
}
.TagClassName
{
border-color: #EF068E;
}
</style>