Shades of Hollywood Cerise #E209A8
Tints of Hollywood Cerise #E209A8
RGB
CMYK
RGB Variations
Color information
#E209A8 (or 0xE209A8) is known color: Hollywood Cerise. HEX triplet: E2, 09 and A8. RGB value is (226,9,168). Sum of RGB (Red+Green+Blue) = 226+9+168=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E209A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E209A8 is #1DF657. Grayscale: #5B5B5B. Windows color (decimal): -1963608 or 11012578. OLE color: 11012578.
HSL color Cylindrical-coordinate representation of color #E209A8: hue angle of 316.04º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E209A8 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 168 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.11 |
| HSL | 316.04º | 0.92% | 0.46% | - |
| HSV(B) | 316.04º | 0.96% | 0.89% | - |
| XYZ | 38.53 | 19.19 | 38.72 | - |
| YUV | 92.01 | 170.89 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 168 | 0 | 0.96 | 0.26 | 0.11 | 316.04 | 0.92 | 0.46 |
| Hex | E2 | 9 | A8 | 0 | 60 | 1A | B | 13C | 5C | 2E |
| Octal | 342 | 11 | 250 | 0 | 140 | 32 | 13 | 474 | 134 | 56 |
| Binary | 11100010 | 1001 | 10101000 | 0 | 1100000 | 11010 | 1011 | 100111100 | 1011100 | 101110 |
Color Harmonies of #E209A8
Complementary color
Monochromatic Colors of #E209A8
Black with #E209A8
Text Example
Text Example
White with #E209A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E209A8; }
p { color: rgb(226,9,168); }
H1.HeaderClassName
{
color: #E209A8;
}
.AnyTagClassName
{
color: #E209A8;
}
</style>
background-color css
<style>
a { background-color: #E209A8; }
a { background-color: rgb(226,9,168); }
div.DivClassName
{
background-color: #E209A8;
}
.BgClassName
{
background-color: #E209A8;
}
</style>
border-color css
<style>
span { border-color: #E209A8; }
span { border-color: rgb(226,9,168); }
td.TdClassName
{
border-color: #E209A8;
}
.TagClassName
{
border-color: #E209A8;
}
</style>