Shades of Hollywood Cerise #EF00B5
Tints of Hollywood Cerise #EF00B5
RGB
CMYK
RGB Variations
Color information
#EF00B5 (or 0xEF00B5) is known color: Hollywood Cerise. HEX triplet: EF, 00 and B5. RGB value is (239,0,181). Sum of RGB (Red+Green+Blue) = 239+0+181=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF00B5 is #10FF4A. Grayscale: #5B5B5B. Windows color (decimal): -1113931 or 11862255. OLE color: 11862255.
HSL color Cylindrical-coordinate representation of color #EF00B5: hue angle of 314.56º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00B5 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.24 | 0.06 |
| HSL | 314.56º | 1% | 0.47% | - |
| HSV(B) | 314.56º | 1% | 0.94% | - |
| XYZ | 43.94 | 21.69 | 45.59 | - |
| YUV | 92.1 | 178.18 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 181 | 0 | 1 | 0.24 | 0.06 | 314.56 | 1 | 0.47 |
| Hex | EF | 0 | B5 | 0 | 64 | 18 | 6 | 13B | 64 | 2F |
| Octal | 357 | 0 | 265 | 0 | 144 | 30 | 6 | 473 | 144 | 57 |
| Binary | 11101111 | 0 | 10110101 | 0 | 1100100 | 11000 | 110 | 100111011 | 1100100 | 101111 |
Color Harmonies of #EF00B5
Complementary color
Monochromatic Colors of #EF00B5
Black with #EF00B5
Text Example
Text Example
White with #EF00B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF00B5; }
p { color: rgb(239,0,181); }
H1.HeaderClassName
{
color: #EF00B5;
}
.AnyTagClassName
{
color: #EF00B5;
}
</style>
background-color css
<style>
a { background-color: #EF00B5; }
a { background-color: rgb(239,0,181); }
div.DivClassName
{
background-color: #EF00B5;
}
.BgClassName
{
background-color: #EF00B5;
}
</style>
border-color css
<style>
span { border-color: #EF00B5; }
span { border-color: rgb(239,0,181); }
td.TdClassName
{
border-color: #EF00B5;
}
.TagClassName
{
border-color: #EF00B5;
}
</style>