Shades of Hollywood Cerise #EF06B2
Tints of Hollywood Cerise #EF06B2
RGB
CMYK
RGB Variations
Color information
#EF06B2 (or 0xEF06B2) is known color: Hollywood Cerise. HEX triplet: EF, 06 and B2. RGB value is (239,6,178). Sum of RGB (Red+Green+Blue) = 239+6+178=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF06B2 is #10F94D. Grayscale: #5E5E5E. Windows color (decimal): -1112398 or 11667183. OLE color: 11667183.
HSL color Cylindrical-coordinate representation of color #EF06B2: hue angle of 315.71º 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 #EF06B2 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 178 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.06 |
| HSL | 315.71º | 0.95% | 0.48% | - |
| HSV(B) | 315.71º | 0.97% | 0.94% | - |
| XYZ | 43.7 | 21.7 | 44 | - |
| YUV | 95.28 | 174.69 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 178 | 0 | 0.97 | 0.26 | 0.06 | 315.71 | 0.95 | 0.48 |
| Hex | EF | 6 | B2 | 0 | 61 | 1A | 6 | 13C | 5F | 30 |
| Octal | 357 | 6 | 262 | 0 | 141 | 32 | 6 | 474 | 137 | 60 |
| Binary | 11101111 | 110 | 10110010 | 0 | 1100001 | 11010 | 110 | 100111100 | 1011111 | 110000 |
Color Harmonies of #EF06B2
Complementary color
Monochromatic Colors of #EF06B2
Black with #EF06B2
Text Example
Text Example
White with #EF06B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06B2; }
p { color: rgb(239,6,178); }
H1.HeaderClassName
{
color: #EF06B2;
}
.AnyTagClassName
{
color: #EF06B2;
}
</style>
background-color css
<style>
a { background-color: #EF06B2; }
a { background-color: rgb(239,6,178); }
div.DivClassName
{
background-color: #EF06B2;
}
.BgClassName
{
background-color: #EF06B2;
}
</style>
border-color css
<style>
span { border-color: #EF06B2; }
span { border-color: rgb(239,6,178); }
td.TdClassName
{
border-color: #EF06B2;
}
.TagClassName
{
border-color: #EF06B2;
}
</style>