Shades of Hollywood Cerise #E408B2
Tints of Hollywood Cerise #E408B2
RGB
CMYK
RGB Variations
Color information
#E408B2 (or 0xE408B2) is known color: Hollywood Cerise. HEX triplet: E4, 08 and B2. RGB value is (228,8,178). Sum of RGB (Red+Green+Blue) = 228+8+178=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E408B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E408B2 is #1BF74D. Grayscale: #5C5C5C. Windows color (decimal): -1832782 or 11667684. OLE color: 11667684.
HSL color Cylindrical-coordinate representation of color #E408B2: hue angle of 313.64º 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 #E408B2 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 178 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.11 |
| HSL | 313.64º | 0.93% | 0.46% | - |
| HSV(B) | 313.64º | 0.96% | 0.89% | - |
| XYZ | 40.12 | 19.88 | 43.84 | - |
| YUV | 93.16 | 175.89 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 178 | 0 | 0.96 | 0.22 | 0.11 | 313.64 | 0.93 | 0.46 |
| Hex | E4 | 8 | B2 | 0 | 60 | 16 | B | 13A | 5D | 2E |
| Octal | 344 | 10 | 262 | 0 | 140 | 26 | 13 | 472 | 135 | 56 |
| Binary | 11100100 | 1000 | 10110010 | 0 | 1100000 | 10110 | 1011 | 100111010 | 1011101 | 101110 |
Color Harmonies of #E408B2
Complementary color
Monochromatic Colors of #E408B2
Black with #E408B2
Text Example
Text Example
White with #E408B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E408B2; }
p { color: rgb(228,8,178); }
H1.HeaderClassName
{
color: #E408B2;
}
.AnyTagClassName
{
color: #E408B2;
}
</style>
background-color css
<style>
a { background-color: #E408B2; }
a { background-color: rgb(228,8,178); }
div.DivClassName
{
background-color: #E408B2;
}
.BgClassName
{
background-color: #E408B2;
}
</style>
border-color css
<style>
span { border-color: #E408B2; }
span { border-color: rgb(228,8,178); }
td.TdClassName
{
border-color: #E408B2;
}
.TagClassName
{
border-color: #E408B2;
}
</style>