Shades of Hollywood Cerise #EF07B2
Tints of Hollywood Cerise #EF07B2
RGB
CMYK
RGB Variations
Color information
#EF07B2 (or 0xEF07B2) is known color: Hollywood Cerise. HEX triplet: EF, 07 and B2. RGB value is (239,7,178). Sum of RGB (Red+Green+Blue) = 239+7+178=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF07B2 is #10F84D. Grayscale: #5F5F5F. Windows color (decimal): -1112142 or 11667439. OLE color: 11667439.
HSL color Cylindrical-coordinate representation of color #EF07B2: hue angle of 315.78º 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 #EF07B2 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 178 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.06 |
| HSL | 315.78º | 0.94% | 0.48% | - |
| HSV(B) | 315.78º | 0.97% | 0.94% | - |
| XYZ | 43.71 | 21.72 | 44.01 | - |
| YUV | 95.86 | 174.36 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 178 | 0 | 0.97 | 0.26 | 0.06 | 315.78 | 0.94 | 0.48 |
| Hex | EF | 7 | B2 | 0 | 61 | 1A | 6 | 13C | 5E | 30 |
| Octal | 357 | 7 | 262 | 0 | 141 | 32 | 6 | 474 | 136 | 60 |
| Binary | 11101111 | 111 | 10110010 | 0 | 1100001 | 11010 | 110 | 100111100 | 1011110 | 110000 |
Color Harmonies of #EF07B2
Complementary color
Monochromatic Colors of #EF07B2
Black with #EF07B2
Text Example
Text Example
White with #EF07B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07B2; }
p { color: rgb(239,7,178); }
H1.HeaderClassName
{
color: #EF07B2;
}
.AnyTagClassName
{
color: #EF07B2;
}
</style>
background-color css
<style>
a { background-color: #EF07B2; }
a { background-color: rgb(239,7,178); }
div.DivClassName
{
background-color: #EF07B2;
}
.BgClassName
{
background-color: #EF07B2;
}
</style>
border-color css
<style>
span { border-color: #EF07B2; }
span { border-color: rgb(239,7,178); }
td.TdClassName
{
border-color: #EF07B2;
}
.TagClassName
{
border-color: #EF07B2;
}
</style>