Shades of Hollywood Cerise #E0058C
Tints of Hollywood Cerise #E0058C
RGB
CMYK
RGB Variations
Color information
#E0058C (or 0xE0058C) is known color: Hollywood Cerise. HEX triplet: E0, 05 and 8C. RGB value is (224,5,140). Sum of RGB (Red+Green+Blue) = 224+5+140=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E0058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0058C is #1FFA73. Grayscale: #555555. Windows color (decimal): -2095732 or 9176544. OLE color: 9176544.
HSL color Cylindrical-coordinate representation of color #E0058C: hue angle of 323.01º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0058C is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.12 |
| HSL | 323.01º | 0.96% | 0.45% | - |
| HSV(B) | 323.01º | 0.98% | 0.88% | - |
| XYZ | 35.53 | 17.85 | 26.38 | - |
| YUV | 85.87 | 158.55 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 140 | 0 | 0.98 | 0.38 | 0.12 | 323.01 | 0.96 | 0.45 |
| Hex | E0 | 5 | 8C | 0 | 62 | 26 | C | 143 | 60 | 2D |
| Octal | 340 | 5 | 214 | 0 | 142 | 46 | 14 | 503 | 140 | 55 |
| Binary | 11100000 | 101 | 10001100 | 0 | 1100010 | 100110 | 1100 | 101000011 | 1100000 | 101101 |
Color Harmonies of #E0058C
Complementary color
Monochromatic Colors of #E0058C
Black with #E0058C
Text Example
Text Example
White with #E0058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0058C; }
p { color: rgb(224,5,140); }
H1.HeaderClassName
{
color: #E0058C;
}
.AnyTagClassName
{
color: #E0058C;
}
</style>
background-color css
<style>
a { background-color: #E0058C; }
a { background-color: rgb(224,5,140); }
div.DivClassName
{
background-color: #E0058C;
}
.BgClassName
{
background-color: #E0058C;
}
</style>
border-color css
<style>
span { border-color: #E0058C; }
span { border-color: rgb(224,5,140); }
td.TdClassName
{
border-color: #E0058C;
}
.TagClassName
{
border-color: #E0058C;
}
</style>