Shades of Hollywood Cerise #E008AD
Tints of Hollywood Cerise #E008AD
RGB
CMYK
RGB Variations
Color information
#E008AD (or 0xE008AD) is known color: Hollywood Cerise. HEX triplet: E0, 08 and AD. RGB value is (224,8,173). Sum of RGB (Red+Green+Blue) = 224+8+173=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E008AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E008AD is #1FF752. Grayscale: #5A5A5A. Windows color (decimal): -2094931 or 11340000. OLE color: 11340000.
HSL color Cylindrical-coordinate representation of color #E008AD: hue angle of 314.17º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E008AD is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 173 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.12 |
| HSL | 314.17º | 0.93% | 0.45% | - |
| HSV(B) | 314.17º | 0.96% | 0.88% | - |
| XYZ | 38.37 | 19.04 | 41.19 | - |
| YUV | 91.39 | 174.06 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 173 | 0 | 0.96 | 0.23 | 0.12 | 314.17 | 0.93 | 0.45 |
| Hex | E0 | 8 | AD | 0 | 60 | 17 | C | 13A | 5D | 2D |
| Octal | 340 | 10 | 255 | 0 | 140 | 27 | 14 | 472 | 135 | 55 |
| Binary | 11100000 | 1000 | 10101101 | 0 | 1100000 | 10111 | 1100 | 100111010 | 1011101 | 101101 |
Color Harmonies of #E008AD
Complementary color
Monochromatic Colors of #E008AD
Black with #E008AD
Text Example
Text Example
White with #E008AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008AD; }
p { color: rgb(224,8,173); }
H1.HeaderClassName
{
color: #E008AD;
}
.AnyTagClassName
{
color: #E008AD;
}
</style>
background-color css
<style>
a { background-color: #E008AD; }
a { background-color: rgb(224,8,173); }
div.DivClassName
{
background-color: #E008AD;
}
.BgClassName
{
background-color: #E008AD;
}
</style>
border-color css
<style>
span { border-color: #E008AD; }
span { border-color: rgb(224,8,173); }
td.TdClassName
{
border-color: #E008AD;
}
.TagClassName
{
border-color: #E008AD;
}
</style>