Shades of Hollywood Cerise #EF07B1
Tints of Hollywood Cerise #EF07B1
RGB
CMYK
RGB Variations
Color information
#EF07B1 (or 0xEF07B1) is known color: Hollywood Cerise. HEX triplet: EF, 07 and B1. RGB value is (239,7,177). Sum of RGB (Red+Green+Blue) = 239+7+177=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF07B1 is #10F84E. Grayscale: #5F5F5F. Windows color (decimal): -1112143 or 11601903. OLE color: 11601903.
HSL color Cylindrical-coordinate representation of color #EF07B1: hue angle of 316.03º degrees, saturation: 0.94, 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 #EF07B1 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 177 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.06 |
| HSL | 316.03º | 0.94% | 0.48% | - |
| HSV(B) | 316.03º | 0.97% | 0.94% | - |
| XYZ | 43.61 | 21.68 | 43.48 | - |
| YUV | 95.75 | 173.86 | 230.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 177 | 0 | 0.97 | 0.26 | 0.06 | 316.03 | 0.94 | 0.48 |
| Hex | EF | 7 | B1 | 0 | 61 | 1A | 6 | 13C | 5E | 30 |
| Octal | 357 | 7 | 261 | 0 | 141 | 32 | 6 | 474 | 136 | 60 |
| Binary | 11101111 | 111 | 10110001 | 0 | 1100001 | 11010 | 110 | 100111100 | 1011110 | 110000 |
Color Harmonies of #EF07B1
Complementary color
Monochromatic Colors of #EF07B1
Black with #EF07B1
Text Example
Text Example
White with #EF07B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07B1; }
p { color: rgb(239,7,177); }
H1.HeaderClassName
{
color: #EF07B1;
}
.AnyTagClassName
{
color: #EF07B1;
}
</style>
background-color css
<style>
a { background-color: #EF07B1; }
a { background-color: rgb(239,7,177); }
div.DivClassName
{
background-color: #EF07B1;
}
.BgClassName
{
background-color: #EF07B1;
}
</style>
border-color css
<style>
span { border-color: #EF07B1; }
span { border-color: rgb(239,7,177); }
td.TdClassName
{
border-color: #EF07B1;
}
.TagClassName
{
border-color: #EF07B1;
}
</style>