Shades of Hollywood Cerise #E209A6
Tints of Hollywood Cerise #E209A6
RGB
CMYK
RGB Variations
Color information
#E209A6 (or 0xE209A6) is known color: Hollywood Cerise. HEX triplet: E2, 09 and A6. RGB value is (226,9,166). Sum of RGB (Red+Green+Blue) = 226+9+166=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E209A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E209A6 is #1DF659. Grayscale: #5B5B5B. Windows color (decimal): -1963610 or 10881506. OLE color: 10881506.
HSL color Cylindrical-coordinate representation of color #E209A6: hue angle of 316.59º 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 #E209A6 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 166 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.11 |
| HSL | 316.59º | 0.92% | 0.46% | - |
| HSV(B) | 316.59º | 0.96% | 0.89% | - |
| XYZ | 38.34 | 19.12 | 37.75 | - |
| YUV | 91.78 | 169.89 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 166 | 0 | 0.96 | 0.27 | 0.11 | 316.59 | 0.92 | 0.46 |
| Hex | E2 | 9 | A6 | 0 | 60 | 1B | B | 13D | 5C | 2E |
| Octal | 342 | 11 | 246 | 0 | 140 | 33 | 13 | 475 | 134 | 56 |
| Binary | 11100010 | 1001 | 10100110 | 0 | 1100000 | 11011 | 1011 | 100111101 | 1011100 | 101110 |
Color Harmonies of #E209A6
Complementary color
Monochromatic Colors of #E209A6
Black with #E209A6
Text Example
Text Example
White with #E209A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E209A6; }
p { color: rgb(226,9,166); }
H1.HeaderClassName
{
color: #E209A6;
}
.AnyTagClassName
{
color: #E209A6;
}
</style>
background-color css
<style>
a { background-color: #E209A6; }
a { background-color: rgb(226,9,166); }
div.DivClassName
{
background-color: #E209A6;
}
.BgClassName
{
background-color: #E209A6;
}
</style>
border-color css
<style>
span { border-color: #E209A6; }
span { border-color: rgb(226,9,166); }
td.TdClassName
{
border-color: #E209A6;
}
.TagClassName
{
border-color: #E209A6;
}
</style>