Shades of Hollywood Cerise #EC068D
Tints of Hollywood Cerise #EC068D
RGB
CMYK
RGB Variations
Color information
#EC068D (or 0xEC068D) is known color: Hollywood Cerise. HEX triplet: EC, 06 and 8D. RGB value is (236,6,141). Sum of RGB (Red+Green+Blue) = 236+6+141=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC068D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC068D is #13F972. Grayscale: #595959. Windows color (decimal): -1309043 or 9242348. OLE color: 9242348.
HSL color Cylindrical-coordinate representation of color #EC068D: hue angle of 324.78º 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 #EC068D is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.07 |
| HSL | 324.78º | 0.95% | 0.47% | - |
| HSV(B) | 324.78º | 0.97% | 0.93% | - |
| XYZ | 39.46 | 19.89 | 26.96 | - |
| YUV | 90.16 | 156.7 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 141 | 0 | 0.97 | 0.40 | 0.07 | 324.78 | 0.95 | 0.47 |
| Hex | EC | 6 | 8D | 0 | 61 | 28 | 7 | 145 | 5F | 2F |
| Octal | 354 | 6 | 215 | 0 | 141 | 50 | 7 | 505 | 137 | 57 |
| Binary | 11101100 | 110 | 10001101 | 0 | 1100001 | 101000 | 111 | 101000101 | 1011111 | 101111 |
Color Harmonies of #EC068D
Complementary color
Monochromatic Colors of #EC068D
Black with #EC068D
Text Example
Text Example
White with #EC068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC068D; }
p { color: rgb(236,6,141); }
H1.HeaderClassName
{
color: #EC068D;
}
.AnyTagClassName
{
color: #EC068D;
}
</style>
background-color css
<style>
a { background-color: #EC068D; }
a { background-color: rgb(236,6,141); }
div.DivClassName
{
background-color: #EC068D;
}
.BgClassName
{
background-color: #EC068D;
}
</style>
border-color css
<style>
span { border-color: #EC068D; }
span { border-color: rgb(236,6,141); }
td.TdClassName
{
border-color: #EC068D;
}
.TagClassName
{
border-color: #EC068D;
}
</style>