Shades of Hollywood Cerise #EC139B
Tints of Hollywood Cerise #EC139B
RGB
CMYK
RGB Variations
Color information
#EC139B (or 0xEC139B) is known color: Hollywood Cerise. HEX triplet: EC, 13 and 9B. RGB value is (236,19,155). Sum of RGB (Red+Green+Blue) = 236+19+155=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC139B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC139B is #13EC64. Grayscale: #636363. Windows color (decimal): -1305701 or 10163180. OLE color: 10163180.
HSL color Cylindrical-coordinate representation of color #EC139B: hue angle of 322.4º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC139B is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 155 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.07 |
| HSL | 322.4º | 0.85% | 0.5% | - |
| HSV(B) | 322.4º | 0.92% | 0.93% | - |
| XYZ | 40.74 | 20.67 | 32.85 | - |
| YUV | 99.39 | 159.39 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 155 | 0 | 0.92 | 0.34 | 0.07 | 322.4 | 0.85 | 0.5 |
| Hex | EC | 13 | 9B | 0 | 5C | 22 | 7 | 142 | 55 | 32 |
| Octal | 354 | 23 | 233 | 0 | 134 | 42 | 7 | 502 | 125 | 62 |
| Binary | 11101100 | 10011 | 10011011 | 0 | 1011100 | 100010 | 111 | 101000010 | 1010101 | 110010 |
Color Harmonies of #EC139B
Complementary color
Monochromatic Colors of #EC139B
Black with #EC139B
Text Example
Text Example
White with #EC139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC139B; }
p { color: rgb(236,19,155); }
H1.HeaderClassName
{
color: #EC139B;
}
.AnyTagClassName
{
color: #EC139B;
}
</style>
background-color css
<style>
a { background-color: #EC139B; }
a { background-color: rgb(236,19,155); }
div.DivClassName
{
background-color: #EC139B;
}
.BgClassName
{
background-color: #EC139B;
}
</style>
border-color css
<style>
span { border-color: #EC139B; }
span { border-color: rgb(236,19,155); }
td.TdClassName
{
border-color: #EC139B;
}
.TagClassName
{
border-color: #EC139B;
}
</style>