Shades of Hollywood Cerise #EF069A
Tints of Hollywood Cerise #EF069A
RGB
CMYK
RGB Variations
Color information
#EF069A (or 0xEF069A) is known color: Hollywood Cerise. HEX triplet: EF, 06 and 9A. RGB value is (239,6,154). Sum of RGB (Red+Green+Blue) = 239+6+154=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF069A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF069A is #10F965. Grayscale: #5C5C5C. Windows color (decimal): -1112422 or 10094319. OLE color: 10094319.
HSL color Cylindrical-coordinate representation of color #EF069A: hue angle of 321.89º 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 #EF069A is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 154 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.06 |
| HSL | 321.89º | 0.95% | 0.48% | - |
| HSV(B) | 321.89º | 0.97% | 0.94% | - |
| XYZ | 41.49 | 20.81 | 32.4 | - |
| YUV | 92.54 | 162.69 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 154 | 0 | 0.97 | 0.36 | 0.06 | 321.89 | 0.95 | 0.48 |
| Hex | EF | 6 | 9A | 0 | 61 | 24 | 6 | 142 | 5F | 30 |
| Octal | 357 | 6 | 232 | 0 | 141 | 44 | 6 | 502 | 137 | 60 |
| Binary | 11101111 | 110 | 10011010 | 0 | 1100001 | 100100 | 110 | 101000010 | 1011111 | 110000 |
Color Harmonies of #EF069A
Complementary color
Monochromatic Colors of #EF069A
Black with #EF069A
Text Example
Text Example
White with #EF069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF069A; }
p { color: rgb(239,6,154); }
H1.HeaderClassName
{
color: #EF069A;
}
.AnyTagClassName
{
color: #EF069A;
}
</style>
background-color css
<style>
a { background-color: #EF069A; }
a { background-color: rgb(239,6,154); }
div.DivClassName
{
background-color: #EF069A;
}
.BgClassName
{
background-color: #EF069A;
}
</style>
border-color css
<style>
span { border-color: #EF069A; }
span { border-color: rgb(239,6,154); }
td.TdClassName
{
border-color: #EF069A;
}
.TagClassName
{
border-color: #EF069A;
}
</style>