Shades of Hollywood Cerise #E209A3
Tints of Hollywood Cerise #E209A3
RGB
CMYK
RGB Variations
Color information
#E209A3 (or 0xE209A3) is known color: Hollywood Cerise. HEX triplet: E2, 09 and A3. RGB value is (226,9,163). Sum of RGB (Red+Green+Blue) = 226+9+163=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E209A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E209A3 is #1DF65C. Grayscale: #5B5B5B. Windows color (decimal): -1963613 or 10684898. OLE color: 10684898.
HSL color Cylindrical-coordinate representation of color #E209A3: hue angle of 317.42º 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 #E209A3 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 163 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.11 |
| HSL | 317.42º | 0.92% | 0.46% | - |
| HSV(B) | 317.42º | 0.96% | 0.89% | - |
| XYZ | 38.07 | 19.01 | 36.31 | - |
| YUV | 91.44 | 168.39 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 163 | 0 | 0.96 | 0.28 | 0.11 | 317.42 | 0.92 | 0.46 |
| Hex | E2 | 9 | A3 | 0 | 60 | 1C | B | 13D | 5C | 2E |
| Octal | 342 | 11 | 243 | 0 | 140 | 34 | 13 | 475 | 134 | 56 |
| Binary | 11100010 | 1001 | 10100011 | 0 | 1100000 | 11100 | 1011 | 100111101 | 1011100 | 101110 |
Color Harmonies of #E209A3
Complementary color
Monochromatic Colors of #E209A3
Black with #E209A3
Text Example
Text Example
White with #E209A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E209A3; }
p { color: rgb(226,9,163); }
H1.HeaderClassName
{
color: #E209A3;
}
.AnyTagClassName
{
color: #E209A3;
}
</style>
background-color css
<style>
a { background-color: #E209A3; }
a { background-color: rgb(226,9,163); }
div.DivClassName
{
background-color: #E209A3;
}
.BgClassName
{
background-color: #E209A3;
}
</style>
border-color css
<style>
span { border-color: #E209A3; }
span { border-color: rgb(226,9,163); }
td.TdClassName
{
border-color: #E209A3;
}
.TagClassName
{
border-color: #E209A3;
}
</style>