Shades of Hollywood Cerise #E508AF
Tints of Hollywood Cerise #E508AF
RGB
CMYK
RGB Variations
Color information
#E508AF (or 0xE508AF) is known color: Hollywood Cerise. HEX triplet: E5, 08 and AF. RGB value is (229,8,175). Sum of RGB (Red+Green+Blue) = 229+8+175=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E508AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E508AF is #1AF750. Grayscale: #5C5C5C. Windows color (decimal): -1767249 or 11471077. OLE color: 11471077.
HSL color Cylindrical-coordinate representation of color #E508AF: hue angle of 314.66º 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 #E508AF is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 175 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.10 |
| HSL | 314.66º | 0.93% | 0.46% | - |
| HSV(B) | 314.66º | 0.97% | 0.9% | - |
| XYZ | 40.14 | 19.93 | 42.29 | - |
| YUV | 93.12 | 174.22 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 175 | 0 | 0.97 | 0.24 | 0.10 | 314.66 | 0.93 | 0.46 |
| Hex | E5 | 8 | AF | 0 | 61 | 18 | A | 13B | 5D | 2E |
| Octal | 345 | 10 | 257 | 0 | 141 | 30 | 12 | 473 | 135 | 56 |
| Binary | 11100101 | 1000 | 10101111 | 0 | 1100001 | 11000 | 1010 | 100111011 | 1011101 | 101110 |
Color Harmonies of #E508AF
Complementary color
Monochromatic Colors of #E508AF
Black with #E508AF
Text Example
Text Example
White with #E508AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E508AF; }
p { color: rgb(229,8,175); }
H1.HeaderClassName
{
color: #E508AF;
}
.AnyTagClassName
{
color: #E508AF;
}
</style>
background-color css
<style>
a { background-color: #E508AF; }
a { background-color: rgb(229,8,175); }
div.DivClassName
{
background-color: #E508AF;
}
.BgClassName
{
background-color: #E508AF;
}
</style>
border-color css
<style>
span { border-color: #E508AF; }
span { border-color: rgb(229,8,175); }
td.TdClassName
{
border-color: #E508AF;
}
.TagClassName
{
border-color: #E508AF;
}
</style>