Shades of Hollywood Cerise #E409A0
Tints of Hollywood Cerise #E409A0
RGB
CMYK
RGB Variations
Color information
#E409A0 (or 0xE409A0) is known color: Hollywood Cerise. HEX triplet: E4, 09 and A0. RGB value is (228,9,160). Sum of RGB (Red+Green+Blue) = 228+9+160=397 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.43% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 228 - color contains mainly: red. Hex color #E409A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E409A0 is #1BF65F. Grayscale: #5B5B5B. Windows color (decimal): -1832544 or 10488292. OLE color: 10488292.
HSL color Cylindrical-coordinate representation of color #E409A0: hue angle of 318.63º 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 #E409A0 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 160 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.11 |
| HSL | 318.63º | 0.92% | 0.46% | - |
| HSV(B) | 318.63º | 0.96% | 0.89% | - |
| XYZ | 38.44 | 19.23 | 34.94 | - |
| YUV | 91.7 | 166.55 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 160 | 0 | 0.96 | 0.30 | 0.11 | 318.63 | 0.92 | 0.46 |
| Hex | E4 | 9 | A0 | 0 | 60 | 1E | B | 13F | 5C | 2E |
| Octal | 344 | 11 | 240 | 0 | 140 | 36 | 13 | 477 | 134 | 56 |
| Binary | 11100100 | 1001 | 10100000 | 0 | 1100000 | 11110 | 1011 | 100111111 | 1011100 | 101110 |
Color Harmonies of #E409A0
Complementary color
Monochromatic Colors of #E409A0
Black with #E409A0
Text Example
Text Example
White with #E409A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E409A0; }
p { color: rgb(228,9,160); }
H1.HeaderClassName
{
color: #E409A0;
}
.AnyTagClassName
{
color: #E409A0;
}
</style>
background-color css
<style>
a { background-color: #E409A0; }
a { background-color: rgb(228,9,160); }
div.DivClassName
{
background-color: #E409A0;
}
.BgClassName
{
background-color: #E409A0;
}
</style>
border-color css
<style>
span { border-color: #E409A0; }
span { border-color: rgb(228,9,160); }
td.TdClassName
{
border-color: #E409A0;
}
.TagClassName
{
border-color: #E409A0;
}
</style>