Shades of Hollywood Cerise #EC03B2
Tints of Hollywood Cerise #EC03B2
RGB
CMYK
RGB Variations
Color information
#EC03B2 (or 0xEC03B2) is known color: Hollywood Cerise. HEX triplet: EC, 03 and B2. RGB value is (236,3,178). Sum of RGB (Red+Green+Blue) = 236+3+178=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC03B2 is #13FC4D. Grayscale: #5C5C5C. Windows color (decimal): -1309774 or 11666412. OLE color: 11666412.
HSL color Cylindrical-coordinate representation of color #EC03B2: hue angle of 314.94º 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 #EC03B2 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 178 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.07 |
| HSL | 314.94º | 0.97% | 0.47% | - |
| HSV(B) | 314.94º | 0.99% | 0.93% | - |
| XYZ | 42.66 | 21.11 | 43.95 | - |
| YUV | 92.62 | 176.19 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 178 | 0 | 0.99 | 0.25 | 0.07 | 314.94 | 0.97 | 0.47 |
| Hex | EC | 3 | B2 | 0 | 63 | 19 | 7 | 13B | 61 | 2F |
| Octal | 354 | 3 | 262 | 0 | 143 | 31 | 7 | 473 | 141 | 57 |
| Binary | 11101100 | 11 | 10110010 | 0 | 1100011 | 11001 | 111 | 100111011 | 1100001 | 101111 |
Color Harmonies of #EC03B2
Complementary color
Monochromatic Colors of #EC03B2
Black with #EC03B2
Text Example
Text Example
White with #EC03B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03B2; }
p { color: rgb(236,3,178); }
H1.HeaderClassName
{
color: #EC03B2;
}
.AnyTagClassName
{
color: #EC03B2;
}
</style>
background-color css
<style>
a { background-color: #EC03B2; }
a { background-color: rgb(236,3,178); }
div.DivClassName
{
background-color: #EC03B2;
}
.BgClassName
{
background-color: #EC03B2;
}
</style>
border-color css
<style>
span { border-color: #EC03B2; }
span { border-color: rgb(236,3,178); }
td.TdClassName
{
border-color: #EC03B2;
}
.TagClassName
{
border-color: #EC03B2;
}
</style>