Shades of Hollywood Cerise #EF0193
Tints of Hollywood Cerise #EF0193
RGB
CMYK
RGB Variations
Color information
#EF0193 (or 0xEF0193) is known color: Hollywood Cerise. HEX triplet: EF, 01 and 93. RGB value is (239,1,147). Sum of RGB (Red+Green+Blue) = 239+1+147=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0193 is #10FE6C. Grayscale: #585858. Windows color (decimal): -1113709 or 9634287. OLE color: 9634287.
HSL color Cylindrical-coordinate representation of color #EF0193: hue angle of 323.19º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0193 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 147 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.06 |
| HSL | 323.19º | 0.99% | 0.47% | - |
| HSV(B) | 323.19º | 1% | 0.94% | - |
| XYZ | 40.87 | 20.48 | 29.4 | - |
| YUV | 88.81 | 160.85 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 147 | 0 | 1.00 | 0.38 | 0.06 | 323.19 | 0.99 | 0.47 |
| Hex | EF | 1 | 93 | 0 | 64 | 26 | 6 | 143 | 63 | 2F |
| Octal | 357 | 1 | 223 | 0 | 144 | 46 | 6 | 503 | 143 | 57 |
| Binary | 11101111 | 1 | 10010011 | 0 | 1100100 | 100110 | 110 | 101000011 | 1100011 | 101111 |
Color Harmonies of #EF0193
Complementary color
Monochromatic Colors of #EF0193
Black with #EF0193
Text Example
Text Example
White with #EF0193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0193; }
p { color: rgb(239,1,147); }
H1.HeaderClassName
{
color: #EF0193;
}
.AnyTagClassName
{
color: #EF0193;
}
</style>
background-color css
<style>
a { background-color: #EF0193; }
a { background-color: rgb(239,1,147); }
div.DivClassName
{
background-color: #EF0193;
}
.BgClassName
{
background-color: #EF0193;
}
</style>
border-color css
<style>
span { border-color: #EF0193; }
span { border-color: rgb(239,1,147); }
td.TdClassName
{
border-color: #EF0193;
}
.TagClassName
{
border-color: #EF0193;
}
</style>