Shades of Hollywood Cerise #E20085
Tints of Hollywood Cerise #E20085
RGB
CMYK
RGB Variations
Color information
#E20085 (or 0xE20085) is known color: Hollywood Cerise. HEX triplet: E2, 00 and 85. RGB value is (226,0,133). Sum of RGB (Red+Green+Blue) = 226+0+133=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E20085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20085 is #1DFF7A. Grayscale: #525252. Windows color (decimal): -1965947 or 8716514. OLE color: 8716514.
HSL color Cylindrical-coordinate representation of color #E20085: hue angle of 324.69º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20085 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.41 | 0.11 |
| HSL | 324.69º | 1% | 0.44% | - |
| HSV(B) | 324.69º | 1% | 0.89% | - |
| XYZ | 35.6 | 17.86 | 23.76 | - |
| YUV | 82.74 | 156.37 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 133 | 0 | 1 | 0.41 | 0.11 | 324.69 | 1 | 0.44 |
| Hex | E2 | 0 | 85 | 0 | 64 | 29 | B | 145 | 64 | 2C |
| Octal | 342 | 0 | 205 | 0 | 144 | 51 | 13 | 505 | 144 | 54 |
| Binary | 11100010 | 0 | 10000101 | 0 | 1100100 | 101001 | 1011 | 101000101 | 1100100 | 101100 |
Color Harmonies of #E20085
Complementary color
Monochromatic Colors of #E20085
Black with #E20085
Text Example
Text Example
White with #E20085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20085; }
p { color: rgb(226,0,133); }
H1.HeaderClassName
{
color: #E20085;
}
.AnyTagClassName
{
color: #E20085;
}
</style>
background-color css
<style>
a { background-color: #E20085; }
a { background-color: rgb(226,0,133); }
div.DivClassName
{
background-color: #E20085;
}
.BgClassName
{
background-color: #E20085;
}
</style>
border-color css
<style>
span { border-color: #E20085; }
span { border-color: rgb(226,0,133); }
td.TdClassName
{
border-color: #E20085;
}
.TagClassName
{
border-color: #E20085;
}
</style>