Shades of Hollywood Cerise #E009AD
Tints of Hollywood Cerise #E009AD
RGB
CMYK
RGB Variations
Color information
#E009AD (or 0xE009AD) is known color: Hollywood Cerise. HEX triplet: E0, 09 and AD. RGB value is (224,9,173). Sum of RGB (Red+Green+Blue) = 224+9+173=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E009AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E009AD is #1FF652. Grayscale: #5B5B5B. Windows color (decimal): -2094675 or 11340256. OLE color: 11340256.
HSL color Cylindrical-coordinate representation of color #E009AD: hue angle of 314.23º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E009AD is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 173 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.12 |
| HSL | 314.23º | 0.92% | 0.46% | - |
| HSV(B) | 314.23º | 0.96% | 0.88% | - |
| XYZ | 38.38 | 19.06 | 41.19 | - |
| YUV | 91.98 | 173.73 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 173 | 0 | 0.96 | 0.23 | 0.12 | 314.23 | 0.92 | 0.46 |
| Hex | E0 | 9 | AD | 0 | 60 | 17 | C | 13A | 5C | 2E |
| Octal | 340 | 11 | 255 | 0 | 140 | 27 | 14 | 472 | 134 | 56 |
| Binary | 11100000 | 1001 | 10101101 | 0 | 1100000 | 10111 | 1100 | 100111010 | 1011100 | 101110 |
Color Harmonies of #E009AD
Complementary color
Monochromatic Colors of #E009AD
Black with #E009AD
Text Example
Text Example
White with #E009AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E009AD; }
p { color: rgb(224,9,173); }
H1.HeaderClassName
{
color: #E009AD;
}
.AnyTagClassName
{
color: #E009AD;
}
</style>
background-color css
<style>
a { background-color: #E009AD; }
a { background-color: rgb(224,9,173); }
div.DivClassName
{
background-color: #E009AD;
}
.BgClassName
{
background-color: #E009AD;
}
</style>
border-color css
<style>
span { border-color: #E009AD; }
span { border-color: rgb(224,9,173); }
td.TdClassName
{
border-color: #E009AD;
}
.TagClassName
{
border-color: #E009AD;
}
</style>