Shades of Hollywood Cerise #EC038E
Tints of Hollywood Cerise #EC038E
RGB
CMYK
RGB Variations
Color information
#EC038E (or 0xEC038E) is known color: Hollywood Cerise. HEX triplet: EC, 03 and 8E. RGB value is (236,3,142). Sum of RGB (Red+Green+Blue) = 236+3+142=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC038E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC038E is #13FC71. Grayscale: #585858. Windows color (decimal): -1309810 or 9307116. OLE color: 9307116.
HSL color Cylindrical-coordinate representation of color #EC038E: hue angle of 324.21º 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 #EC038E is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 142 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.07 |
| HSL | 324.21º | 0.97% | 0.47% | - |
| HSV(B) | 324.21º | 0.99% | 0.93% | - |
| XYZ | 39.51 | 19.85 | 27.34 | - |
| YUV | 88.51 | 158.19 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 142 | 0 | 0.99 | 0.40 | 0.07 | 324.21 | 0.97 | 0.47 |
| Hex | EC | 3 | 8E | 0 | 63 | 28 | 7 | 144 | 61 | 2F |
| Octal | 354 | 3 | 216 | 0 | 143 | 50 | 7 | 504 | 141 | 57 |
| Binary | 11101100 | 11 | 10001110 | 0 | 1100011 | 101000 | 111 | 101000100 | 1100001 | 101111 |
Color Harmonies of #EC038E
Complementary color
Monochromatic Colors of #EC038E
Black with #EC038E
Text Example
Text Example
White with #EC038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC038E; }
p { color: rgb(236,3,142); }
H1.HeaderClassName
{
color: #EC038E;
}
.AnyTagClassName
{
color: #EC038E;
}
</style>
background-color css
<style>
a { background-color: #EC038E; }
a { background-color: rgb(236,3,142); }
div.DivClassName
{
background-color: #EC038E;
}
.BgClassName
{
background-color: #EC038E;
}
</style>
border-color css
<style>
span { border-color: #EC038E; }
span { border-color: rgb(236,3,142); }
td.TdClassName
{
border-color: #EC038E;
}
.TagClassName
{
border-color: #EC038E;
}
</style>