Shades of Hollywood Cerise #E904AA
Tints of Hollywood Cerise #E904AA
RGB
CMYK
RGB Variations
Color information
#E904AA (or 0xE904AA) is known color: Hollywood Cerise. HEX triplet: E9, 04 and AA. RGB value is (233,4,170). Sum of RGB (Red+Green+Blue) = 233+4+170=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E904AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E904AA is #16FB55. Grayscale: #5A5A5A. Windows color (decimal): -1506134 or 11142377. OLE color: 11142377.
HSL color Cylindrical-coordinate representation of color #E904AA: hue angle of 316.51º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E904AA is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 170 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.09 |
| HSL | 316.51º | 0.97% | 0.46% | - |
| HSV(B) | 316.51º | 0.98% | 0.91% | - |
| XYZ | 40.9 | 20.31 | 39.8 | - |
| YUV | 91.4 | 172.37 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 170 | 0 | 0.98 | 0.27 | 0.09 | 316.51 | 0.97 | 0.46 |
| Hex | E9 | 4 | AA | 0 | 62 | 1B | 9 | 13D | 61 | 2E |
| Octal | 351 | 4 | 252 | 0 | 142 | 33 | 11 | 475 | 141 | 56 |
| Binary | 11101001 | 100 | 10101010 | 0 | 1100010 | 11011 | 1001 | 100111101 | 1100001 | 101110 |
Color Harmonies of #E904AA
Complementary color
Monochromatic Colors of #E904AA
Black with #E904AA
Text Example
Text Example
White with #E904AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E904AA; }
p { color: rgb(233,4,170); }
H1.HeaderClassName
{
color: #E904AA;
}
.AnyTagClassName
{
color: #E904AA;
}
</style>
background-color css
<style>
a { background-color: #E904AA; }
a { background-color: rgb(233,4,170); }
div.DivClassName
{
background-color: #E904AA;
}
.BgClassName
{
background-color: #E904AA;
}
</style>
border-color css
<style>
span { border-color: #E904AA; }
span { border-color: rgb(233,4,170); }
td.TdClassName
{
border-color: #E904AA;
}
.TagClassName
{
border-color: #E904AA;
}
</style>