Shades of Hollywood Cerise #EC068C
Tints of Hollywood Cerise #EC068C
RGB
CMYK
RGB Variations
Color information
#EC068C (or 0xEC068C) is known color: Hollywood Cerise. HEX triplet: EC, 06 and 8C. RGB value is (236,6,140). Sum of RGB (Red+Green+Blue) = 236+6+140=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC068C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC068C is #13F973. Grayscale: #595959. Windows color (decimal): -1309044 or 9176812. OLE color: 9176812.
HSL color Cylindrical-coordinate representation of color #EC068C: hue angle of 325.04º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC068C is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 140 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.07 |
| HSL | 325.04º | 0.95% | 0.47% | - |
| HSV(B) | 325.04º | 0.97% | 0.93% | - |
| XYZ | 39.39 | 19.86 | 26.57 | - |
| YUV | 90.05 | 156.2 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 140 | 0 | 0.97 | 0.41 | 0.07 | 325.04 | 0.95 | 0.47 |
| Hex | EC | 6 | 8C | 0 | 61 | 29 | 7 | 145 | 5F | 2F |
| Octal | 354 | 6 | 214 | 0 | 141 | 51 | 7 | 505 | 137 | 57 |
| Binary | 11101100 | 110 | 10001100 | 0 | 1100001 | 101001 | 111 | 101000101 | 1011111 | 101111 |
Color Harmonies of #EC068C
Complementary color
Monochromatic Colors of #EC068C
Black with #EC068C
Text Example
Text Example
White with #EC068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC068C; }
p { color: rgb(236,6,140); }
H1.HeaderClassName
{
color: #EC068C;
}
.AnyTagClassName
{
color: #EC068C;
}
</style>
background-color css
<style>
a { background-color: #EC068C; }
a { background-color: rgb(236,6,140); }
div.DivClassName
{
background-color: #EC068C;
}
.BgClassName
{
background-color: #EC068C;
}
</style>
border-color css
<style>
span { border-color: #EC068C; }
span { border-color: rgb(236,6,140); }
td.TdClassName
{
border-color: #EC068C;
}
.TagClassName
{
border-color: #EC068C;
}
</style>