Shades of Hollywood Cerise #EF0A93
Tints of Hollywood Cerise #EF0A93
RGB
CMYK
RGB Variations
Color information
#EF0A93 (or 0xEF0A93) is known color: Hollywood Cerise. HEX triplet: EF, 0A and 93. RGB value is (239,10,147). Sum of RGB (Red+Green+Blue) = 239+10+147=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0A93 is #10F56C. Grayscale: #5D5D5D. Windows color (decimal): -1111405 or 9636591. OLE color: 9636591.
HSL color Cylindrical-coordinate representation of color #EF0A93: hue angle of 324.1º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0A93 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 147 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.06 |
| HSL | 324.1º | 0.92% | 0.49% | - |
| HSV(B) | 324.1º | 0.96% | 0.94% | - |
| XYZ | 40.97 | 20.67 | 29.43 | - |
| YUV | 94.09 | 157.87 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 147 | 0 | 0.96 | 0.38 | 0.06 | 324.1 | 0.92 | 0.49 |
| Hex | EF | A | 93 | 0 | 60 | 26 | 6 | 144 | 5C | 31 |
| Octal | 357 | 12 | 223 | 0 | 140 | 46 | 6 | 504 | 134 | 61 |
| Binary | 11101111 | 1010 | 10010011 | 0 | 1100000 | 100110 | 110 | 101000100 | 1011100 | 110001 |
Color Harmonies of #EF0A93
Complementary color
Monochromatic Colors of #EF0A93
Black with #EF0A93
Text Example
Text Example
White with #EF0A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0A93; }
p { color: rgb(239,10,147); }
H1.HeaderClassName
{
color: #EF0A93;
}
.AnyTagClassName
{
color: #EF0A93;
}
</style>
background-color css
<style>
a { background-color: #EF0A93; }
a { background-color: rgb(239,10,147); }
div.DivClassName
{
background-color: #EF0A93;
}
.BgClassName
{
background-color: #EF0A93;
}
</style>
border-color css
<style>
span { border-color: #EF0A93; }
span { border-color: rgb(239,10,147); }
td.TdClassName
{
border-color: #EF0A93;
}
.TagClassName
{
border-color: #EF0A93;
}
</style>