Shades of Hollywood Cerise #E50CA2
Tints of Hollywood Cerise #E50CA2
RGB
CMYK
RGB Variations
Color information
#E50CA2 (or 0xE50CA2) is known color: Hollywood Cerise. HEX triplet: E5, 0C and A2. RGB value is (229,12,162). Sum of RGB (Red+Green+Blue) = 229+12+162=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50CA2 is #1AF35D. Grayscale: #5D5D5D. Windows color (decimal): -1766238 or 10620133. OLE color: 10620133.
HSL color Cylindrical-coordinate representation of color #E50CA2: hue angle of 318.53º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CA2 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 162 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.10 |
| HSL | 318.53º | 0.9% | 0.47% | - |
| HSV(B) | 318.53º | 0.95% | 0.9% | - |
| XYZ | 38.97 | 19.53 | 35.9 | - |
| YUV | 93.98 | 166.39 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 162 | 0 | 0.95 | 0.29 | 0.10 | 318.53 | 0.9 | 0.47 |
| Hex | E5 | C | A2 | 0 | 5F | 1D | A | 13F | 5A | 2F |
| Octal | 345 | 14 | 242 | 0 | 137 | 35 | 12 | 477 | 132 | 57 |
| Binary | 11100101 | 1100 | 10100010 | 0 | 1011111 | 11101 | 1010 | 100111111 | 1011010 | 101111 |
Color Harmonies of #E50CA2
Complementary color
Monochromatic Colors of #E50CA2
Black with #E50CA2
Text Example
Text Example
White with #E50CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CA2; }
p { color: rgb(229,12,162); }
H1.HeaderClassName
{
color: #E50CA2;
}
.AnyTagClassName
{
color: #E50CA2;
}
</style>
background-color css
<style>
a { background-color: #E50CA2; }
a { background-color: rgb(229,12,162); }
div.DivClassName
{
background-color: #E50CA2;
}
.BgClassName
{
background-color: #E50CA2;
}
</style>
border-color css
<style>
span { border-color: #E50CA2; }
span { border-color: rgb(229,12,162); }
td.TdClassName
{
border-color: #E50CA2;
}
.TagClassName
{
border-color: #E50CA2;
}
</style>