Shades of Hollywood Cerise #EF07AA
Tints of Hollywood Cerise #EF07AA
RGB
CMYK
RGB Variations
Color information
#EF07AA (or 0xEF07AA) is known color: Hollywood Cerise. HEX triplet: EF, 07 and AA. RGB value is (239,7,170). Sum of RGB (Red+Green+Blue) = 239+7+170=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF07AA is #10F855. Grayscale: #5E5E5E. Windows color (decimal): -1112150 or 11143151. OLE color: 11143151.
HSL color Cylindrical-coordinate representation of color #EF07AA: hue angle of 317.84º 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 #EF07AA is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 170 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.06 |
| HSL | 317.84º | 0.94% | 0.48% | - |
| HSV(B) | 317.84º | 0.97% | 0.94% | - |
| XYZ | 42.93 | 21.4 | 39.9 | - |
| YUV | 94.95 | 170.36 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 170 | 0 | 0.97 | 0.29 | 0.06 | 317.84 | 0.94 | 0.48 |
| Hex | EF | 7 | AA | 0 | 61 | 1D | 6 | 13E | 5E | 30 |
| Octal | 357 | 7 | 252 | 0 | 141 | 35 | 6 | 476 | 136 | 60 |
| Binary | 11101111 | 111 | 10101010 | 0 | 1100001 | 11101 | 110 | 100111110 | 1011110 | 110000 |
Color Harmonies of #EF07AA
Complementary color
Monochromatic Colors of #EF07AA
Black with #EF07AA
Text Example
Text Example
White with #EF07AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07AA; }
p { color: rgb(239,7,170); }
H1.HeaderClassName
{
color: #EF07AA;
}
.AnyTagClassName
{
color: #EF07AA;
}
</style>
background-color css
<style>
a { background-color: #EF07AA; }
a { background-color: rgb(239,7,170); }
div.DivClassName
{
background-color: #EF07AA;
}
.BgClassName
{
background-color: #EF07AA;
}
</style>
border-color css
<style>
span { border-color: #EF07AA; }
span { border-color: rgb(239,7,170); }
td.TdClassName
{
border-color: #EF07AA;
}
.TagClassName
{
border-color: #EF07AA;
}
</style>