Shades of Hollywood Cerise #EF00B2
Tints of Hollywood Cerise #EF00B2
RGB
CMYK
RGB Variations
Color information
#EF00B2 (or 0xEF00B2) is known color: Hollywood Cerise. HEX triplet: EF, 00 and B2. RGB value is (239,0,178). Sum of RGB (Red+Green+Blue) = 239+0+178=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF00B2 is #10FF4D. Grayscale: #5B5B5B. Windows color (decimal): -1113934 or 11665647. OLE color: 11665647.
HSL color Cylindrical-coordinate representation of color #EF00B2: hue angle of 315.31º 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 #EF00B2 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 178 | - |
| CMYK | 0 | 1 | 0.26 | 0.06 |
| HSL | 315.31º | 1% | 0.47% | - |
| HSV(B) | 315.31º | 1% | 0.94% | - |
| XYZ | 43.63 | 21.57 | 43.98 | - |
| YUV | 91.75 | 176.68 | 233.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 178 | 0 | 1 | 0.26 | 0.06 | 315.31 | 1 | 0.47 |
| Hex | EF | 0 | B2 | 0 | 64 | 1A | 6 | 13B | 64 | 2F |
| Octal | 357 | 0 | 262 | 0 | 144 | 32 | 6 | 473 | 144 | 57 |
| Binary | 11101111 | 0 | 10110010 | 0 | 1100100 | 11010 | 110 | 100111011 | 1100100 | 101111 |
Color Harmonies of #EF00B2
Complementary color
Monochromatic Colors of #EF00B2
Black with #EF00B2
Text Example
Text Example
White with #EF00B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF00B2; }
p { color: rgb(239,0,178); }
H1.HeaderClassName
{
color: #EF00B2;
}
.AnyTagClassName
{
color: #EF00B2;
}
</style>
background-color css
<style>
a { background-color: #EF00B2; }
a { background-color: rgb(239,0,178); }
div.DivClassName
{
background-color: #EF00B2;
}
.BgClassName
{
background-color: #EF00B2;
}
</style>
border-color css
<style>
span { border-color: #EF00B2; }
span { border-color: rgb(239,0,178); }
td.TdClassName
{
border-color: #EF00B2;
}
.TagClassName
{
border-color: #EF00B2;
}
</style>