Shades of Hollywood Cerise #EC028F
Tints of Hollywood Cerise #EC028F
RGB
CMYK
RGB Variations
Color information
#EC028F (or 0xEC028F) is known color: Hollywood Cerise. HEX triplet: EC, 02 and 8F. RGB value is (236,2,143). Sum of RGB (Red+Green+Blue) = 236+2+143=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC028F is #13FD70. Grayscale: #575757. Windows color (decimal): -1310065 or 9372396. OLE color: 9372396.
HSL color Cylindrical-coordinate representation of color #EC028F: hue angle of 323.85º degrees, saturation: 0.98, 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 #EC028F is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.07 |
| HSL | 323.85º | 0.98% | 0.47% | - |
| HSV(B) | 323.85º | 0.99% | 0.93% | - |
| XYZ | 39.57 | 19.86 | 27.73 | - |
| YUV | 88.04 | 159.02 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 143 | 0 | 0.99 | 0.39 | 0.07 | 323.85 | 0.98 | 0.47 |
| Hex | EC | 2 | 8F | 0 | 63 | 27 | 7 | 144 | 62 | 2F |
| Octal | 354 | 2 | 217 | 0 | 143 | 47 | 7 | 504 | 142 | 57 |
| Binary | 11101100 | 10 | 10001111 | 0 | 1100011 | 100111 | 111 | 101000100 | 1100010 | 101111 |
Color Harmonies of #EC028F
Complementary color
Monochromatic Colors of #EC028F
Black with #EC028F
Text Example
Text Example
White with #EC028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC028F; }
p { color: rgb(236,2,143); }
H1.HeaderClassName
{
color: #EC028F;
}
.AnyTagClassName
{
color: #EC028F;
}
</style>
background-color css
<style>
a { background-color: #EC028F; }
a { background-color: rgb(236,2,143); }
div.DivClassName
{
background-color: #EC028F;
}
.BgClassName
{
background-color: #EC028F;
}
</style>
border-color css
<style>
span { border-color: #EC028F; }
span { border-color: rgb(236,2,143); }
td.TdClassName
{
border-color: #EC028F;
}
.TagClassName
{
border-color: #EC028F;
}
</style>