Shades of Hollywood Cerise #E408B0
Tints of Hollywood Cerise #E408B0
RGB
CMYK
RGB Variations
Color information
#E408B0 (or 0xE408B0) is known color: Hollywood Cerise. HEX triplet: E4, 08 and B0. RGB value is (228,8,176). Sum of RGB (Red+Green+Blue) = 228+8+176=412 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.34% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 228 - color contains mainly: red. Hex color #E408B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E408B0 is #1BF74F. Grayscale: #5C5C5C. Windows color (decimal): -1832784 or 11536612. OLE color: 11536612.
HSL color Cylindrical-coordinate representation of color #E408B0: hue angle of 314.18º 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 #E408B0 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 176 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.11 |
| HSL | 314.18º | 0.93% | 0.46% | - |
| HSV(B) | 314.18º | 0.96% | 0.89% | - |
| XYZ | 39.92 | 19.8 | 42.79 | - |
| YUV | 92.93 | 174.89 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 176 | 0 | 0.96 | 0.23 | 0.11 | 314.18 | 0.93 | 0.46 |
| Hex | E4 | 8 | B0 | 0 | 60 | 17 | B | 13A | 5D | 2E |
| Octal | 344 | 10 | 260 | 0 | 140 | 27 | 13 | 472 | 135 | 56 |
| Binary | 11100100 | 1000 | 10110000 | 0 | 1100000 | 10111 | 1011 | 100111010 | 1011101 | 101110 |
Color Harmonies of #E408B0
Complementary color
Monochromatic Colors of #E408B0
Black with #E408B0
Text Example
Text Example
White with #E408B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E408B0; }
p { color: rgb(228,8,176); }
H1.HeaderClassName
{
color: #E408B0;
}
.AnyTagClassName
{
color: #E408B0;
}
</style>
background-color css
<style>
a { background-color: #E408B0; }
a { background-color: rgb(228,8,176); }
div.DivClassName
{
background-color: #E408B0;
}
.BgClassName
{
background-color: #E408B0;
}
</style>
border-color css
<style>
span { border-color: #E408B0; }
span { border-color: rgb(228,8,176); }
td.TdClassName
{
border-color: #E408B0;
}
.TagClassName
{
border-color: #E408B0;
}
</style>