Shades of Hollywood Cerise #E609A2
Tints of Hollywood Cerise #E609A2
RGB
CMYK
RGB Variations
Color information
#E609A2 (or 0xE609A2) is known color: Hollywood Cerise. HEX triplet: E6, 09 and A2. RGB value is (230,9,162). Sum of RGB (Red+Green+Blue) = 230+9+162=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E609A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E609A2 is #19F65D. Grayscale: #5C5C5C. Windows color (decimal): -1701470 or 10619366. OLE color: 10619366.
HSL color Cylindrical-coordinate representation of color #E609A2: hue angle of 318.46º 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 #E609A2 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 162 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.10 |
| HSL | 318.46º | 0.92% | 0.47% | - |
| HSV(B) | 318.46º | 0.96% | 0.9% | - |
| XYZ | 39.25 | 19.63 | 35.9 | - |
| YUV | 92.52 | 167.22 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 162 | 0 | 0.96 | 0.30 | 0.10 | 318.46 | 0.92 | 0.47 |
| Hex | E6 | 9 | A2 | 0 | 60 | 1E | A | 13E | 5C | 2F |
| Octal | 346 | 11 | 242 | 0 | 140 | 36 | 12 | 476 | 134 | 57 |
| Binary | 11100110 | 1001 | 10100010 | 0 | 1100000 | 11110 | 1010 | 100111110 | 1011100 | 101111 |
Color Harmonies of #E609A2
Complementary color
Monochromatic Colors of #E609A2
Black with #E609A2
Text Example
Text Example
White with #E609A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E609A2; }
p { color: rgb(230,9,162); }
H1.HeaderClassName
{
color: #E609A2;
}
.AnyTagClassName
{
color: #E609A2;
}
</style>
background-color css
<style>
a { background-color: #E609A2; }
a { background-color: rgb(230,9,162); }
div.DivClassName
{
background-color: #E609A2;
}
.BgClassName
{
background-color: #E609A2;
}
</style>
border-color css
<style>
span { border-color: #E609A2; }
span { border-color: rgb(230,9,162); }
td.TdClassName
{
border-color: #E609A2;
}
.TagClassName
{
border-color: #E609A2;
}
</style>