Shades of Hollywood Cerise #EF00A2
Tints of Hollywood Cerise #EF00A2
RGB
CMYK
RGB Variations
Color information
#EF00A2 (or 0xEF00A2) is known color: Hollywood Cerise. HEX triplet: EF, 00 and A2. RGB value is (239,0,162). Sum of RGB (Red+Green+Blue) = 239+0+162=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF00A2 is #10FF5D. Grayscale: #595959. Windows color (decimal): -1113950 or 10617071. OLE color: 10617071.
HSL color Cylindrical-coordinate representation of color #EF00A2: hue angle of 319.33º 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 #EF00A2 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.32 | 0.06 |
| HSL | 319.33º | 1% | 0.47% | - |
| HSV(B) | 319.33º | 1% | 0.94% | - |
| XYZ | 42.12 | 20.96 | 36.01 | - |
| YUV | 89.93 | 168.68 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 162 | 0 | 1 | 0.32 | 0.06 | 319.33 | 1 | 0.47 |
| Hex | EF | 0 | A2 | 0 | 64 | 20 | 6 | 13F | 64 | 2F |
| Octal | 357 | 0 | 242 | 0 | 144 | 40 | 6 | 477 | 144 | 57 |
| Binary | 11101111 | 0 | 10100010 | 0 | 1100100 | 100000 | 110 | 100111111 | 1100100 | 101111 |
Color Harmonies of #EF00A2
Complementary color
Monochromatic Colors of #EF00A2
Black with #EF00A2
Text Example
Text Example
White with #EF00A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF00A2; }
p { color: rgb(239,0,162); }
H1.HeaderClassName
{
color: #EF00A2;
}
.AnyTagClassName
{
color: #EF00A2;
}
</style>
background-color css
<style>
a { background-color: #EF00A2; }
a { background-color: rgb(239,0,162); }
div.DivClassName
{
background-color: #EF00A2;
}
.BgClassName
{
background-color: #EF00A2;
}
</style>
border-color css
<style>
span { border-color: #EF00A2; }
span { border-color: rgb(239,0,162); }
td.TdClassName
{
border-color: #EF00A2;
}
.TagClassName
{
border-color: #EF00A2;
}
</style>