Shades of Hollywood Cerise #E408AA
Tints of Hollywood Cerise #E408AA
RGB
CMYK
RGB Variations
Color information
#E408AA (or 0xE408AA) is known color: Hollywood Cerise. HEX triplet: E4, 08 and AA. RGB value is (228,8,170). Sum of RGB (Red+Green+Blue) = 228+8+170=406 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.16% from 406); Green value is 8 (3.52% from 255 or 1.97% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 228 - color contains mainly: red. Hex color #E408AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E408AA is #1BF755. Grayscale: #5B5B5B. Windows color (decimal): -1832790 or 11143396. OLE color: 11143396.
HSL color Cylindrical-coordinate representation of color #E408AA: hue angle of 315.82º degrees, saturation: 0.93, 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 #E408AA is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 170 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.11 |
| HSL | 315.82º | 0.93% | 0.46% | - |
| HSV(B) | 315.82º | 0.96% | 0.89% | - |
| XYZ | 39.34 | 19.57 | 39.73 | - |
| YUV | 92.25 | 171.89 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 170 | 0 | 0.96 | 0.25 | 0.11 | 315.82 | 0.93 | 0.46 |
| Hex | E4 | 8 | AA | 0 | 60 | 19 | B | 13C | 5D | 2E |
| Octal | 344 | 10 | 252 | 0 | 140 | 31 | 13 | 474 | 135 | 56 |
| Binary | 11100100 | 1000 | 10101010 | 0 | 1100000 | 11001 | 1011 | 100111100 | 1011101 | 101110 |
Color Harmonies of #E408AA
Complementary color
Monochromatic Colors of #E408AA
Black with #E408AA
Text Example
Text Example
White with #E408AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E408AA; }
p { color: rgb(228,8,170); }
H1.HeaderClassName
{
color: #E408AA;
}
.AnyTagClassName
{
color: #E408AA;
}
</style>
background-color css
<style>
a { background-color: #E408AA; }
a { background-color: rgb(228,8,170); }
div.DivClassName
{
background-color: #E408AA;
}
.BgClassName
{
background-color: #E408AA;
}
</style>
border-color css
<style>
span { border-color: #E408AA; }
span { border-color: rgb(228,8,170); }
td.TdClassName
{
border-color: #E408AA;
}
.TagClassName
{
border-color: #E408AA;
}
</style>