Shades of Hollywood Cerise #E508B2
Tints of Hollywood Cerise #E508B2
RGB
CMYK
RGB Variations
Color information
#E508B2 (or 0xE508B2) is known color: Hollywood Cerise. HEX triplet: E5, 08 and B2. RGB value is (229,8,178). Sum of RGB (Red+Green+Blue) = 229+8+178=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E508B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E508B2 is #1AF74D. Grayscale: #5D5D5D. Windows color (decimal): -1767246 or 11667685. OLE color: 11667685.
HSL color Cylindrical-coordinate representation of color #E508B2: hue angle of 313.85º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E508B2 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 178 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.10 |
| HSL | 313.85º | 0.93% | 0.46% | - |
| HSV(B) | 313.85º | 0.97% | 0.9% | - |
| XYZ | 40.44 | 20.05 | 43.86 | - |
| YUV | 93.46 | 175.72 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 178 | 0 | 0.97 | 0.22 | 0.10 | 313.85 | 0.93 | 0.46 |
| Hex | E5 | 8 | B2 | 0 | 61 | 16 | A | 13A | 5D | 2E |
| Octal | 345 | 10 | 262 | 0 | 141 | 26 | 12 | 472 | 135 | 56 |
| Binary | 11100101 | 1000 | 10110010 | 0 | 1100001 | 10110 | 1010 | 100111010 | 1011101 | 101110 |
Color Harmonies of #E508B2
Complementary color
Monochromatic Colors of #E508B2
Black with #E508B2
Text Example
Text Example
White with #E508B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E508B2; }
p { color: rgb(229,8,178); }
H1.HeaderClassName
{
color: #E508B2;
}
.AnyTagClassName
{
color: #E508B2;
}
</style>
background-color css
<style>
a { background-color: #E508B2; }
a { background-color: rgb(229,8,178); }
div.DivClassName
{
background-color: #E508B2;
}
.BgClassName
{
background-color: #E508B2;
}
</style>
border-color css
<style>
span { border-color: #E508B2; }
span { border-color: rgb(229,8,178); }
td.TdClassName
{
border-color: #E508B2;
}
.TagClassName
{
border-color: #E508B2;
}
</style>