Shades of Hollywood Cerise #EC00B3
Tints of Hollywood Cerise #EC00B3
RGB
CMYK
RGB Variations
Color information
#EC00B3 (or 0xEC00B3) is known color: Hollywood Cerise. HEX triplet: EC, 00 and B3. RGB value is (236,0,179). Sum of RGB (Red+Green+Blue) = 236+0+179=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00B3 is #13FF4C. Grayscale: #5A5A5A. Windows color (decimal): -1310541 or 11731180. OLE color: 11731180.
HSL color Cylindrical-coordinate representation of color #EC00B3: hue angle of 314.49º 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 #EC00B3 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.24 | 0.07 |
| HSL | 314.49º | 1% | 0.46% | - |
| HSV(B) | 314.49º | 1% | 0.93% | - |
| XYZ | 42.73 | 21.09 | 44.47 | - |
| YUV | 90.97 | 177.69 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 179 | 0 | 1 | 0.24 | 0.07 | 314.49 | 1 | 0.46 |
| Hex | EC | 0 | B3 | 0 | 64 | 18 | 7 | 13A | 64 | 2E |
| Octal | 354 | 0 | 263 | 0 | 144 | 30 | 7 | 472 | 144 | 56 |
| Binary | 11101100 | 0 | 10110011 | 0 | 1100100 | 11000 | 111 | 100111010 | 1100100 | 101110 |
Color Harmonies of #EC00B3
Complementary color
Monochromatic Colors of #EC00B3
Black with #EC00B3
Text Example
Text Example
White with #EC00B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00B3; }
p { color: rgb(236,0,179); }
H1.HeaderClassName
{
color: #EC00B3;
}
.AnyTagClassName
{
color: #EC00B3;
}
</style>
background-color css
<style>
a { background-color: #EC00B3; }
a { background-color: rgb(236,0,179); }
div.DivClassName
{
background-color: #EC00B3;
}
.BgClassName
{
background-color: #EC00B3;
}
</style>
border-color css
<style>
span { border-color: #EC00B3; }
span { border-color: rgb(236,0,179); }
td.TdClassName
{
border-color: #EC00B3;
}
.TagClassName
{
border-color: #EC00B3;
}
</style>