Shades of Hollywood Cerise #EF02B0
Tints of Hollywood Cerise #EF02B0
RGB
CMYK
RGB Variations
Color information
#EF02B0 (or 0xEF02B0) is known color: Hollywood Cerise. HEX triplet: EF, 02 and B0. RGB value is (239,2,176). Sum of RGB (Red+Green+Blue) = 239+2+176=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF02B0 is #10FD4F. Grayscale: #5C5C5C. Windows color (decimal): -1113424 or 11535087. OLE color: 11535087.
HSL color Cylindrical-coordinate representation of color #EF02B0: hue angle of 315.95º 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 #EF02B0 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.06 |
| HSL | 315.95º | 0.98% | 0.47% | - |
| HSV(B) | 315.95º | 0.99% | 0.94% | - |
| XYZ | 43.45 | 21.53 | 42.94 | - |
| YUV | 92.7 | 175.02 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 176 | 0 | 0.99 | 0.26 | 0.06 | 315.95 | 0.98 | 0.47 |
| Hex | EF | 2 | B0 | 0 | 63 | 1A | 6 | 13C | 62 | 2F |
| Octal | 357 | 2 | 260 | 0 | 143 | 32 | 6 | 474 | 142 | 57 |
| Binary | 11101111 | 10 | 10110000 | 0 | 1100011 | 11010 | 110 | 100111100 | 1100010 | 101111 |
Color Harmonies of #EF02B0
Complementary color
Monochromatic Colors of #EF02B0
Black with #EF02B0
Text Example
Text Example
White with #EF02B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF02B0; }
p { color: rgb(239,2,176); }
H1.HeaderClassName
{
color: #EF02B0;
}
.AnyTagClassName
{
color: #EF02B0;
}
</style>
background-color css
<style>
a { background-color: #EF02B0; }
a { background-color: rgb(239,2,176); }
div.DivClassName
{
background-color: #EF02B0;
}
.BgClassName
{
background-color: #EF02B0;
}
</style>
border-color css
<style>
span { border-color: #EF02B0; }
span { border-color: rgb(239,2,176); }
td.TdClassName
{
border-color: #EF02B0;
}
.TagClassName
{
border-color: #EF02B0;
}
</style>