Shades of Hollywood Cerise #E50CA6
Tints of Hollywood Cerise #E50CA6
RGB
CMYK
RGB Variations
Color information
#E50CA6 (or 0xE50CA6) is known color: Hollywood Cerise. HEX triplet: E5, 0C and A6. RGB value is (229,12,166). Sum of RGB (Red+Green+Blue) = 229+12+166=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50CA6 is #1AF359. Grayscale: #5E5E5E. Windows color (decimal): -1766234 or 10882277. OLE color: 10882277.
HSL color Cylindrical-coordinate representation of color #E50CA6: hue angle of 317.42º 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 #E50CA6 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 166 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.10 |
| HSL | 317.42º | 0.9% | 0.47% | - |
| HSV(B) | 317.42º | 0.95% | 0.9% | - |
| XYZ | 39.33 | 19.67 | 37.8 | - |
| YUV | 94.44 | 168.39 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 166 | 0 | 0.95 | 0.28 | 0.10 | 317.42 | 0.9 | 0.47 |
| Hex | E5 | C | A6 | 0 | 5F | 1C | A | 13D | 5A | 2F |
| Octal | 345 | 14 | 246 | 0 | 137 | 34 | 12 | 475 | 132 | 57 |
| Binary | 11100101 | 1100 | 10100110 | 0 | 1011111 | 11100 | 1010 | 100111101 | 1011010 | 101111 |
Color Harmonies of #E50CA6
Complementary color
Monochromatic Colors of #E50CA6
Black with #E50CA6
Text Example
Text Example
White with #E50CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CA6; }
p { color: rgb(229,12,166); }
H1.HeaderClassName
{
color: #E50CA6;
}
.AnyTagClassName
{
color: #E50CA6;
}
</style>
background-color css
<style>
a { background-color: #E50CA6; }
a { background-color: rgb(229,12,166); }
div.DivClassName
{
background-color: #E50CA6;
}
.BgClassName
{
background-color: #E50CA6;
}
</style>
border-color css
<style>
span { border-color: #E50CA6; }
span { border-color: rgb(229,12,166); }
td.TdClassName
{
border-color: #E50CA6;
}
.TagClassName
{
border-color: #E50CA6;
}
</style>