Shades of Hollywood Cerise #EC038B
Tints of Hollywood Cerise #EC038B
RGB
CMYK
RGB Variations
Color information
#EC038B (or 0xEC038B) is known color: Hollywood Cerise. HEX triplet: EC, 03 and 8B. RGB value is (236,3,139). Sum of RGB (Red+Green+Blue) = 236+3+139=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC038B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC038B is #13FC74. Grayscale: #575757. Windows color (decimal): -1309813 or 9110508. OLE color: 9110508.
HSL color Cylindrical-coordinate representation of color #EC038B: hue angle of 324.98º 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 #EC038B is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.07 |
| HSL | 324.98º | 0.97% | 0.47% | - |
| HSV(B) | 324.98º | 0.99% | 0.93% | - |
| XYZ | 39.28 | 19.76 | 26.17 | - |
| YUV | 88.17 | 156.69 | 233.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 139 | 0 | 0.99 | 0.41 | 0.07 | 324.98 | 0.97 | 0.47 |
| Hex | EC | 3 | 8B | 0 | 63 | 29 | 7 | 145 | 61 | 2F |
| Octal | 354 | 3 | 213 | 0 | 143 | 51 | 7 | 505 | 141 | 57 |
| Binary | 11101100 | 11 | 10001011 | 0 | 1100011 | 101001 | 111 | 101000101 | 1100001 | 101111 |
Color Harmonies of #EC038B
Complementary color
Monochromatic Colors of #EC038B
Black with #EC038B
Text Example
Text Example
White with #EC038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC038B; }
p { color: rgb(236,3,139); }
H1.HeaderClassName
{
color: #EC038B;
}
.AnyTagClassName
{
color: #EC038B;
}
</style>
background-color css
<style>
a { background-color: #EC038B; }
a { background-color: rgb(236,3,139); }
div.DivClassName
{
background-color: #EC038B;
}
.BgClassName
{
background-color: #EC038B;
}
</style>
border-color css
<style>
span { border-color: #EC038B; }
span { border-color: rgb(236,3,139); }
td.TdClassName
{
border-color: #EC038B;
}
.TagClassName
{
border-color: #EC038B;
}
</style>