Shades of Hollywood Cerise #EF00A5
Tints of Hollywood Cerise #EF00A5
RGB
CMYK
RGB Variations
Color information
#EF00A5 (or 0xEF00A5) is known color: Hollywood Cerise. HEX triplet: EF, 00 and A5. RGB value is (239,0,165). Sum of RGB (Red+Green+Blue) = 239+0+165=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF00A5 is #10FF5A. Grayscale: #595959. Windows color (decimal): -1113947 or 10813679. OLE color: 10813679.
HSL color Cylindrical-coordinate representation of color #EF00A5: hue angle of 318.58º 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 #EF00A5 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.31 | 0.06 |
| HSL | 318.58º | 1% | 0.47% | - |
| HSV(B) | 318.58º | 1% | 0.94% | - |
| XYZ | 42.39 | 21.07 | 37.43 | - |
| YUV | 90.27 | 170.18 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 165 | 0 | 1 | 0.31 | 0.06 | 318.58 | 1 | 0.47 |
| Hex | EF | 0 | A5 | 0 | 64 | 1F | 6 | 13F | 64 | 2F |
| Octal | 357 | 0 | 245 | 0 | 144 | 37 | 6 | 477 | 144 | 57 |
| Binary | 11101111 | 0 | 10100101 | 0 | 1100100 | 11111 | 110 | 100111111 | 1100100 | 101111 |
Color Harmonies of #EF00A5
Complementary color
Monochromatic Colors of #EF00A5
Black with #EF00A5
Text Example
Text Example
White with #EF00A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF00A5; }
p { color: rgb(239,0,165); }
H1.HeaderClassName
{
color: #EF00A5;
}
.AnyTagClassName
{
color: #EF00A5;
}
</style>
background-color css
<style>
a { background-color: #EF00A5; }
a { background-color: rgb(239,0,165); }
div.DivClassName
{
background-color: #EF00A5;
}
.BgClassName
{
background-color: #EF00A5;
}
</style>
border-color css
<style>
span { border-color: #EF00A5; }
span { border-color: rgb(239,0,165); }
td.TdClassName
{
border-color: #EF00A5;
}
.TagClassName
{
border-color: #EF00A5;
}
</style>