Shades of Hollywood Cerise #EC06AD
Tints of Hollywood Cerise #EC06AD
RGB
CMYK
RGB Variations
Color information
#EC06AD (or 0xEC06AD) is known color: Hollywood Cerise. HEX triplet: EC, 06 and AD. RGB value is (236,6,173). Sum of RGB (Red+Green+Blue) = 236+6+173=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC06AD is #13F952. Grayscale: #5D5D5D. Windows color (decimal): -1309011 or 11339500. OLE color: 11339500.
HSL color Cylindrical-coordinate representation of color #EC06AD: hue angle of 316.43º 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 #EC06AD is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 173 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.07 |
| HSL | 316.43º | 0.95% | 0.47% | - |
| HSV(B) | 316.43º | 0.97% | 0.93% | - |
| XYZ | 42.2 | 20.98 | 41.36 | - |
| YUV | 93.81 | 172.7 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 173 | 0 | 0.97 | 0.27 | 0.07 | 316.43 | 0.95 | 0.47 |
| Hex | EC | 6 | AD | 0 | 61 | 1B | 7 | 13C | 5F | 2F |
| Octal | 354 | 6 | 255 | 0 | 141 | 33 | 7 | 474 | 137 | 57 |
| Binary | 11101100 | 110 | 10101101 | 0 | 1100001 | 11011 | 111 | 100111100 | 1011111 | 101111 |
Color Harmonies of #EC06AD
Complementary color
Monochromatic Colors of #EC06AD
Black with #EC06AD
Text Example
Text Example
White with #EC06AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06AD; }
p { color: rgb(236,6,173); }
H1.HeaderClassName
{
color: #EC06AD;
}
.AnyTagClassName
{
color: #EC06AD;
}
</style>
background-color css
<style>
a { background-color: #EC06AD; }
a { background-color: rgb(236,6,173); }
div.DivClassName
{
background-color: #EC06AD;
}
.BgClassName
{
background-color: #EC06AD;
}
</style>
border-color css
<style>
span { border-color: #EC06AD; }
span { border-color: rgb(236,6,173); }
td.TdClassName
{
border-color: #EC06AD;
}
.TagClassName
{
border-color: #EC06AD;
}
</style>