Shades of Hollywood Cerise #EC0392
Tints of Hollywood Cerise #EC0392
RGB
CMYK
RGB Variations
Color information
#EC0392 (or 0xEC0392) is known color: Hollywood Cerise. HEX triplet: EC, 03 and 92. RGB value is (236,3,146). Sum of RGB (Red+Green+Blue) = 236+3+146=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0392 is #13FC6D. Grayscale: #585858. Windows color (decimal): -1309806 or 9569260. OLE color: 9569260.
HSL color Cylindrical-coordinate representation of color #EC0392: hue angle of 323.18º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0392 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 146 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.07 |
| HSL | 323.18º | 0.97% | 0.47% | - |
| HSV(B) | 323.18º | 0.99% | 0.93% | - |
| XYZ | 39.81 | 19.97 | 28.95 | - |
| YUV | 88.97 | 160.19 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 146 | 0 | 0.99 | 0.38 | 0.07 | 323.18 | 0.97 | 0.47 |
| Hex | EC | 3 | 92 | 0 | 63 | 26 | 7 | 143 | 61 | 2F |
| Octal | 354 | 3 | 222 | 0 | 143 | 46 | 7 | 503 | 141 | 57 |
| Binary | 11101100 | 11 | 10010010 | 0 | 1100011 | 100110 | 111 | 101000011 | 1100001 | 101111 |
Color Harmonies of #EC0392
Complementary color
Monochromatic Colors of #EC0392
Black with #EC0392
Text Example
Text Example
White with #EC0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0392; }
p { color: rgb(236,3,146); }
H1.HeaderClassName
{
color: #EC0392;
}
.AnyTagClassName
{
color: #EC0392;
}
</style>
background-color css
<style>
a { background-color: #EC0392; }
a { background-color: rgb(236,3,146); }
div.DivClassName
{
background-color: #EC0392;
}
.BgClassName
{
background-color: #EC0392;
}
</style>
border-color css
<style>
span { border-color: #EC0392; }
span { border-color: rgb(236,3,146); }
td.TdClassName
{
border-color: #EC0392;
}
.TagClassName
{
border-color: #EC0392;
}
</style>