Shades of Hollywood Cerise #EF0BAE
Tints of Hollywood Cerise #EF0BAE
RGB
CMYK
RGB Variations
Color information
#EF0BAE (or 0xEF0BAE) is known color: Hollywood Cerise. HEX triplet: EF, 0B and AE. RGB value is (239,11,174). Sum of RGB (Red+Green+Blue) = 239+11+174=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0BAE is #10F451. Grayscale: #616161. Windows color (decimal): -1111122 or 11406319. OLE color: 11406319.
HSL color Cylindrical-coordinate representation of color #EF0BAE: hue angle of 317.11º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0BAE is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 174 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.06 |
| HSL | 317.11º | 0.91% | 0.49% | - |
| HSV(B) | 317.11º | 0.95% | 0.94% | - |
| XYZ | 43.36 | 21.65 | 41.94 | - |
| YUV | 97.75 | 171.04 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 174 | 0 | 0.95 | 0.27 | 0.06 | 317.11 | 0.91 | 0.49 |
| Hex | EF | B | AE | 0 | 5F | 1B | 6 | 13D | 5B | 31 |
| Octal | 357 | 13 | 256 | 0 | 137 | 33 | 6 | 475 | 133 | 61 |
| Binary | 11101111 | 1011 | 10101110 | 0 | 1011111 | 11011 | 110 | 100111101 | 1011011 | 110001 |
Color Harmonies of #EF0BAE
Complementary color
Monochromatic Colors of #EF0BAE
Black with #EF0BAE
Text Example
Text Example
White with #EF0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BAE; }
p { color: rgb(239,11,174); }
H1.HeaderClassName
{
color: #EF0BAE;
}
.AnyTagClassName
{
color: #EF0BAE;
}
</style>
background-color css
<style>
a { background-color: #EF0BAE; }
a { background-color: rgb(239,11,174); }
div.DivClassName
{
background-color: #EF0BAE;
}
.BgClassName
{
background-color: #EF0BAE;
}
</style>
border-color css
<style>
span { border-color: #EF0BAE; }
span { border-color: rgb(239,11,174); }
td.TdClassName
{
border-color: #EF0BAE;
}
.TagClassName
{
border-color: #EF0BAE;
}
</style>