Shades of Hollywood Cerise #EC01B2
Tints of Hollywood Cerise #EC01B2
RGB
CMYK
RGB Variations
Color information
#EC01B2 (or 0xEC01B2) is known color: Hollywood Cerise. HEX triplet: EC, 01 and B2. RGB value is (236,1,178). Sum of RGB (Red+Green+Blue) = 236+1+178=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC01B2 is #13FE4D. Grayscale: #5A5A5A. Windows color (decimal): -1310286 or 11665900. OLE color: 11665900.
HSL color Cylindrical-coordinate representation of color #EC01B2: hue angle of 314.81º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01B2 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 178 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.07 |
| HSL | 314.81º | 0.99% | 0.46% | - |
| HSV(B) | 314.81º | 1% | 0.93% | - |
| XYZ | 42.64 | 21.07 | 43.94 | - |
| YUV | 91.44 | 176.86 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 178 | 0 | 1.00 | 0.25 | 0.07 | 314.81 | 0.99 | 0.46 |
| Hex | EC | 1 | B2 | 0 | 64 | 19 | 7 | 13B | 63 | 2E |
| Octal | 354 | 1 | 262 | 0 | 144 | 31 | 7 | 473 | 143 | 56 |
| Binary | 11101100 | 1 | 10110010 | 0 | 1100100 | 11001 | 111 | 100111011 | 1100011 | 101110 |
Color Harmonies of #EC01B2
Complementary color
Monochromatic Colors of #EC01B2
Black with #EC01B2
Text Example
Text Example
White with #EC01B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01B2; }
p { color: rgb(236,1,178); }
H1.HeaderClassName
{
color: #EC01B2;
}
.AnyTagClassName
{
color: #EC01B2;
}
</style>
background-color css
<style>
a { background-color: #EC01B2; }
a { background-color: rgb(236,1,178); }
div.DivClassName
{
background-color: #EC01B2;
}
.BgClassName
{
background-color: #EC01B2;
}
</style>
border-color css
<style>
span { border-color: #EC01B2; }
span { border-color: rgb(236,1,178); }
td.TdClassName
{
border-color: #EC01B2;
}
.TagClassName
{
border-color: #EC01B2;
}
</style>