Shades of Hollywood Cerise #EC03B1
Tints of Hollywood Cerise #EC03B1
RGB
CMYK
RGB Variations
Color information
#EC03B1 (or 0xEC03B1) is known color: Hollywood Cerise. HEX triplet: EC, 03 and B1. RGB value is (236,3,177). Sum of RGB (Red+Green+Blue) = 236+3+177=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC03B1 is #13FC4E. Grayscale: #5C5C5C. Windows color (decimal): -1309775 or 11600876. OLE color: 11600876.
HSL color Cylindrical-coordinate representation of color #EC03B1: hue angle of 315.19º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC03B1 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 177 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.07 |
| HSL | 315.19º | 0.97% | 0.47% | - |
| HSV(B) | 315.19º | 0.99% | 0.93% | - |
| XYZ | 42.56 | 21.07 | 43.42 | - |
| YUV | 92.5 | 175.69 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 177 | 0 | 0.99 | 0.25 | 0.07 | 315.19 | 0.97 | 0.47 |
| Hex | EC | 3 | B1 | 0 | 63 | 19 | 7 | 13B | 61 | 2F |
| Octal | 354 | 3 | 261 | 0 | 143 | 31 | 7 | 473 | 141 | 57 |
| Binary | 11101100 | 11 | 10110001 | 0 | 1100011 | 11001 | 111 | 100111011 | 1100001 | 101111 |
Color Harmonies of #EC03B1
Complementary color
Monochromatic Colors of #EC03B1
Black with #EC03B1
Text Example
Text Example
White with #EC03B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03B1; }
p { color: rgb(236,3,177); }
H1.HeaderClassName
{
color: #EC03B1;
}
.AnyTagClassName
{
color: #EC03B1;
}
</style>
background-color css
<style>
a { background-color: #EC03B1; }
a { background-color: rgb(236,3,177); }
div.DivClassName
{
background-color: #EC03B1;
}
.BgClassName
{
background-color: #EC03B1;
}
</style>
border-color css
<style>
span { border-color: #EC03B1; }
span { border-color: rgb(236,3,177); }
td.TdClassName
{
border-color: #EC03B1;
}
.TagClassName
{
border-color: #EC03B1;
}
</style>