Shades of Hollywood Cerise #E609A0
Tints of Hollywood Cerise #E609A0
RGB
CMYK
RGB Variations
Color information
#E609A0 (or 0xE609A0) is known color: Hollywood Cerise. HEX triplet: E6, 09 and A0. RGB value is (230,9,160). Sum of RGB (Red+Green+Blue) = 230+9+160=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E609A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E609A0 is #19F65F. Grayscale: #5B5B5B. Windows color (decimal): -1701472 or 10488294. OLE color: 10488294.
HSL color Cylindrical-coordinate representation of color #E609A0: hue angle of 319º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E609A0 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 160 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.10 |
| HSL | 319º | 0.92% | 0.47% | - |
| HSV(B) | 319º | 0.96% | 0.9% | - |
| XYZ | 39.08 | 19.56 | 34.97 | - |
| YUV | 92.29 | 166.22 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 160 | 0 | 0.96 | 0.30 | 0.10 | 319 | 0.92 | 0.47 |
| Hex | E6 | 9 | A0 | 0 | 60 | 1E | A | 13F | 5C | 2F |
| Octal | 346 | 11 | 240 | 0 | 140 | 36 | 12 | 477 | 134 | 57 |
| Binary | 11100110 | 1001 | 10100000 | 0 | 1100000 | 11110 | 1010 | 100111111 | 1011100 | 101111 |
Color Harmonies of #E609A0
Complementary color
Monochromatic Colors of #E609A0
Black with #E609A0
Text Example
Text Example
White with #E609A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E609A0; }
p { color: rgb(230,9,160); }
H1.HeaderClassName
{
color: #E609A0;
}
.AnyTagClassName
{
color: #E609A0;
}
</style>
background-color css
<style>
a { background-color: #E609A0; }
a { background-color: rgb(230,9,160); }
div.DivClassName
{
background-color: #E609A0;
}
.BgClassName
{
background-color: #E609A0;
}
</style>
border-color css
<style>
span { border-color: #E609A0; }
span { border-color: rgb(230,9,160); }
td.TdClassName
{
border-color: #E609A0;
}
.TagClassName
{
border-color: #E609A0;
}
</style>