Shades of Hollywood Cerise #E508AC
Tints of Hollywood Cerise #E508AC
RGB
CMYK
RGB Variations
Color information
#E508AC (or 0xE508AC) is known color: Hollywood Cerise. HEX triplet: E5, 08 and AC. RGB value is (229,8,172). Sum of RGB (Red+Green+Blue) = 229+8+172=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E508AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E508AC is #1AF753. Grayscale: #5C5C5C. Windows color (decimal): -1767252 or 11274469. OLE color: 11274469.
HSL color Cylindrical-coordinate representation of color #E508AC: hue angle of 315.48º 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 #E508AC is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 172 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.10 |
| HSL | 315.48º | 0.93% | 0.46% | - |
| HSV(B) | 315.48º | 0.97% | 0.9% | - |
| XYZ | 39.85 | 19.81 | 40.75 | - |
| YUV | 92.78 | 172.72 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 172 | 0 | 0.97 | 0.25 | 0.10 | 315.48 | 0.93 | 0.46 |
| Hex | E5 | 8 | AC | 0 | 61 | 19 | A | 13B | 5D | 2E |
| Octal | 345 | 10 | 254 | 0 | 141 | 31 | 12 | 473 | 135 | 56 |
| Binary | 11100101 | 1000 | 10101100 | 0 | 1100001 | 11001 | 1010 | 100111011 | 1011101 | 101110 |
Color Harmonies of #E508AC
Complementary color
Monochromatic Colors of #E508AC
Black with #E508AC
Text Example
Text Example
White with #E508AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E508AC; }
p { color: rgb(229,8,172); }
H1.HeaderClassName
{
color: #E508AC;
}
.AnyTagClassName
{
color: #E508AC;
}
</style>
background-color css
<style>
a { background-color: #E508AC; }
a { background-color: rgb(229,8,172); }
div.DivClassName
{
background-color: #E508AC;
}
.BgClassName
{
background-color: #E508AC;
}
</style>
border-color css
<style>
span { border-color: #E508AC; }
span { border-color: rgb(229,8,172); }
td.TdClassName
{
border-color: #E508AC;
}
.TagClassName
{
border-color: #E508AC;
}
</style>