Shades of Hollywood Cerise #EF02AA
Tints of Hollywood Cerise #EF02AA
RGB
CMYK
RGB Variations
Color information
#EF02AA (or 0xEF02AA) is known color: Hollywood Cerise. HEX triplet: EF, 02 and AA. RGB value is (239,2,170). Sum of RGB (Red+Green+Blue) = 239+2+170=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF02AA is #10FD55. Grayscale: #5B5B5B. Windows color (decimal): -1113430 or 11141871. OLE color: 11141871.
HSL color Cylindrical-coordinate representation of color #EF02AA: hue angle of 317.47º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF02AA is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.06 |
| HSL | 317.47º | 0.98% | 0.47% | - |
| HSV(B) | 317.47º | 0.99% | 0.94% | - |
| XYZ | 42.87 | 21.3 | 39.88 | - |
| YUV | 92.02 | 172.02 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 170 | 0 | 0.99 | 0.29 | 0.06 | 317.47 | 0.98 | 0.47 |
| Hex | EF | 2 | AA | 0 | 63 | 1D | 6 | 13D | 62 | 2F |
| Octal | 357 | 2 | 252 | 0 | 143 | 35 | 6 | 475 | 142 | 57 |
| Binary | 11101111 | 10 | 10101010 | 0 | 1100011 | 11101 | 110 | 100111101 | 1100010 | 101111 |
Color Harmonies of #EF02AA
Complementary color
Monochromatic Colors of #EF02AA
Black with #EF02AA
Text Example
Text Example
White with #EF02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF02AA; }
p { color: rgb(239,2,170); }
H1.HeaderClassName
{
color: #EF02AA;
}
.AnyTagClassName
{
color: #EF02AA;
}
</style>
background-color css
<style>
a { background-color: #EF02AA; }
a { background-color: rgb(239,2,170); }
div.DivClassName
{
background-color: #EF02AA;
}
.BgClassName
{
background-color: #EF02AA;
}
</style>
border-color css
<style>
span { border-color: #EF02AA; }
span { border-color: rgb(239,2,170); }
td.TdClassName
{
border-color: #EF02AA;
}
.TagClassName
{
border-color: #EF02AA;
}
</style>