Shades of Hollywood Cerise #EF069B
Tints of Hollywood Cerise #EF069B
RGB
CMYK
RGB Variations
Color information
#EF069B (or 0xEF069B) is known color: Hollywood Cerise. HEX triplet: EF, 06 and 9B. RGB value is (239,6,155). Sum of RGB (Red+Green+Blue) = 239+6+155=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF069B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF069B is #10F964. Grayscale: #5C5C5C. Windows color (decimal): -1112421 or 10159855. OLE color: 10159855.
HSL color Cylindrical-coordinate representation of color #EF069B: hue angle of 321.63º 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 #EF069B is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 155 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.06 |
| HSL | 321.63º | 0.95% | 0.48% | - |
| HSV(B) | 321.63º | 0.97% | 0.94% | - |
| XYZ | 41.58 | 20.85 | 32.84 | - |
| YUV | 92.65 | 163.19 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 155 | 0 | 0.97 | 0.35 | 0.06 | 321.63 | 0.95 | 0.48 |
| Hex | EF | 6 | 9B | 0 | 61 | 23 | 6 | 142 | 5F | 30 |
| Octal | 357 | 6 | 233 | 0 | 141 | 43 | 6 | 502 | 137 | 60 |
| Binary | 11101111 | 110 | 10011011 | 0 | 1100001 | 100011 | 110 | 101000010 | 1011111 | 110000 |
Color Harmonies of #EF069B
Complementary color
Monochromatic Colors of #EF069B
Black with #EF069B
Text Example
Text Example
White with #EF069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF069B; }
p { color: rgb(239,6,155); }
H1.HeaderClassName
{
color: #EF069B;
}
.AnyTagClassName
{
color: #EF069B;
}
</style>
background-color css
<style>
a { background-color: #EF069B; }
a { background-color: rgb(239,6,155); }
div.DivClassName
{
background-color: #EF069B;
}
.BgClassName
{
background-color: #EF069B;
}
</style>
border-color css
<style>
span { border-color: #EF069B; }
span { border-color: rgb(239,6,155); }
td.TdClassName
{
border-color: #EF069B;
}
.TagClassName
{
border-color: #EF069B;
}
</style>