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