Shades of Hollywood Cerise #EC00AD
Tints of Hollywood Cerise #EC00AD
RGB
CMYK
RGB Variations
Color information
#EC00AD (or 0xEC00AD) is known color: Hollywood Cerise. HEX triplet: EC, 00 and AD. RGB value is (236,0,173). Sum of RGB (Red+Green+Blue) = 236+0+173=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC00AD is #13FF52. Grayscale: #595959. Windows color (decimal): -1310547 or 11337964. OLE color: 11337964.
HSL color Cylindrical-coordinate representation of color #EC00AD: hue angle of 316.02º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00AD is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.27 | 0.07 |
| HSL | 316.02º | 1% | 0.46% | - |
| HSV(B) | 316.02º | 1% | 0.93% | - |
| XYZ | 42.13 | 20.85 | 41.34 | - |
| YUV | 90.29 | 174.69 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 173 | 0 | 1 | 0.27 | 0.07 | 316.02 | 1 | 0.46 |
| Hex | EC | 0 | AD | 0 | 64 | 1B | 7 | 13C | 64 | 2E |
| Octal | 354 | 0 | 255 | 0 | 144 | 33 | 7 | 474 | 144 | 56 |
| Binary | 11101100 | 0 | 10101101 | 0 | 1100100 | 11011 | 111 | 100111100 | 1100100 | 101110 |
Color Harmonies of #EC00AD
Complementary color
Monochromatic Colors of #EC00AD
Black with #EC00AD
Text Example
Text Example
White with #EC00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00AD; }
p { color: rgb(236,0,173); }
H1.HeaderClassName
{
color: #EC00AD;
}
.AnyTagClassName
{
color: #EC00AD;
}
</style>
background-color css
<style>
a { background-color: #EC00AD; }
a { background-color: rgb(236,0,173); }
div.DivClassName
{
background-color: #EC00AD;
}
.BgClassName
{
background-color: #EC00AD;
}
</style>
border-color css
<style>
span { border-color: #EC00AD; }
span { border-color: rgb(236,0,173); }
td.TdClassName
{
border-color: #EC00AD;
}
.TagClassName
{
border-color: #EC00AD;
}
</style>