Shades of Hollywood Cerise #EF139D
Tints of Hollywood Cerise #EF139D
RGB
CMYK
RGB Variations
Color information
#EF139D (or 0xEF139D) is known color: Hollywood Cerise. HEX triplet: EF, 13 and 9D. RGB value is (239,19,157). Sum of RGB (Red+Green+Blue) = 239+19+157=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF139D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF139D is #10EC62. Grayscale: #646464. Windows color (decimal): -1109091 or 10294255. OLE color: 10294255.
HSL color Cylindrical-coordinate representation of color #EF139D: hue angle of 322.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF139D is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 157 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.06 |
| HSL | 322.36º | 0.87% | 0.51% | - |
| HSV(B) | 322.36º | 0.92% | 0.94% | - |
| XYZ | 41.92 | 21.25 | 33.79 | - |
| YUV | 100.51 | 159.89 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 157 | 0 | 0.92 | 0.34 | 0.06 | 322.36 | 0.87 | 0.51 |
| Hex | EF | 13 | 9D | 0 | 5C | 22 | 6 | 142 | 57 | 33 |
| Octal | 357 | 23 | 235 | 0 | 134 | 42 | 6 | 502 | 127 | 63 |
| Binary | 11101111 | 10011 | 10011101 | 0 | 1011100 | 100010 | 110 | 101000010 | 1010111 | 110011 |
Color Harmonies of #EF139D
Complementary color
Monochromatic Colors of #EF139D
Black with #EF139D
Text Example
Text Example
White with #EF139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF139D; }
p { color: rgb(239,19,157); }
H1.HeaderClassName
{
color: #EF139D;
}
.AnyTagClassName
{
color: #EF139D;
}
</style>
background-color css
<style>
a { background-color: #EF139D; }
a { background-color: rgb(239,19,157); }
div.DivClassName
{
background-color: #EF139D;
}
.BgClassName
{
background-color: #EF139D;
}
</style>
border-color css
<style>
span { border-color: #EF139D; }
span { border-color: rgb(239,19,157); }
td.TdClassName
{
border-color: #EF139D;
}
.TagClassName
{
border-color: #EF139D;
}
</style>