Shades of Hollywood Cerise #E5008C
Tints of Hollywood Cerise #E5008C
RGB
CMYK
RGB Variations
Color information
#E5008C (or 0xE5008C) is known color: Hollywood Cerise. HEX triplet: E5, 00 and 8C. RGB value is (229,0,140). Sum of RGB (Red+Green+Blue) = 229+0+140=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E5008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5008C is #1AFF73. Grayscale: #545454. Windows color (decimal): -1769332 or 9175269. OLE color: 9175269.
HSL color Cylindrical-coordinate representation of color #E5008C: hue angle of 323.32º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5008C is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.39 | 0.10 |
| HSL | 323.32º | 1% | 0.45% | - |
| HSV(B) | 323.32º | 1% | 0.9% | - |
| XYZ | 37.05 | 18.55 | 26.44 | - |
| YUV | 84.43 | 159.37 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 140 | 0 | 1 | 0.39 | 0.10 | 323.32 | 1 | 0.45 |
| Hex | E5 | 0 | 8C | 0 | 64 | 27 | A | 143 | 64 | 2D |
| Octal | 345 | 0 | 214 | 0 | 144 | 47 | 12 | 503 | 144 | 55 |
| Binary | 11100101 | 0 | 10001100 | 0 | 1100100 | 100111 | 1010 | 101000011 | 1100100 | 101101 |
Color Harmonies of #E5008C
Complementary color
Monochromatic Colors of #E5008C
Black with #E5008C
Text Example
Text Example
White with #E5008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5008C; }
p { color: rgb(229,0,140); }
H1.HeaderClassName
{
color: #E5008C;
}
.AnyTagClassName
{
color: #E5008C;
}
</style>
background-color css
<style>
a { background-color: #E5008C; }
a { background-color: rgb(229,0,140); }
div.DivClassName
{
background-color: #E5008C;
}
.BgClassName
{
background-color: #E5008C;
}
</style>
border-color css
<style>
span { border-color: #E5008C; }
span { border-color: rgb(229,0,140); }
td.TdClassName
{
border-color: #E5008C;
}
.TagClassName
{
border-color: #E5008C;
}
</style>