Shades of Hollywood Cerise #E2059A
Tints of Hollywood Cerise #E2059A
RGB
CMYK
RGB Variations
Color information
#E2059A (or 0xE2059A) is known color: Hollywood Cerise. HEX triplet: E2, 05 and 9A. RGB value is (226,5,154). Sum of RGB (Red+Green+Blue) = 226+5+154=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2059A is #1DFA65. Grayscale: #575757. Windows color (decimal): -1964646 or 10094050. OLE color: 10094050.
HSL color Cylindrical-coordinate representation of color #E2059A: hue angle of 319.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2059A is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 154 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.11 |
| HSL | 319.55º | 0.96% | 0.45% | - |
| HSV(B) | 319.55º | 0.98% | 0.89% | - |
| XYZ | 37.25 | 18.61 | 32.2 | - |
| YUV | 88.07 | 165.22 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 154 | 0 | 0.98 | 0.32 | 0.11 | 319.55 | 0.96 | 0.45 |
| Hex | E2 | 5 | 9A | 0 | 62 | 20 | B | 140 | 60 | 2D |
| Octal | 342 | 5 | 232 | 0 | 142 | 40 | 13 | 500 | 140 | 55 |
| Binary | 11100010 | 101 | 10011010 | 0 | 1100010 | 100000 | 1011 | 101000000 | 1100000 | 101101 |
Color Harmonies of #E2059A
Complementary color
Monochromatic Colors of #E2059A
Black with #E2059A
Text Example
Text Example
White with #E2059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2059A; }
p { color: rgb(226,5,154); }
H1.HeaderClassName
{
color: #E2059A;
}
.AnyTagClassName
{
color: #E2059A;
}
</style>
background-color css
<style>
a { background-color: #E2059A; }
a { background-color: rgb(226,5,154); }
div.DivClassName
{
background-color: #E2059A;
}
.BgClassName
{
background-color: #E2059A;
}
</style>
border-color css
<style>
span { border-color: #E2059A; }
span { border-color: rgb(226,5,154); }
td.TdClassName
{
border-color: #E2059A;
}
.TagClassName
{
border-color: #E2059A;
}
</style>