Shades of Hollywood Cerise #E5008B
Tints of Hollywood Cerise #E5008B
RGB
CMYK
RGB Variations
Color information
#E5008B (or 0xE5008B) is known color: Hollywood Cerise. HEX triplet: E5, 00 and 8B. RGB value is (229,0,139). Sum of RGB (Red+Green+Blue) = 229+0+139=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E5008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5008B is #1AFF74. Grayscale: #535353. Windows color (decimal): -1769333 or 9109733. OLE color: 9109733.
HSL color Cylindrical-coordinate representation of color #E5008B: hue angle of 323.58º 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 #E5008B is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.39 | 0.10 |
| HSL | 323.58º | 1% | 0.45% | - |
| HSV(B) | 323.58º | 1% | 0.9% | - |
| XYZ | 36.97 | 18.52 | 26.05 | - |
| YUV | 84.32 | 158.87 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 139 | 0 | 1 | 0.39 | 0.10 | 323.58 | 1 | 0.45 |
| Hex | E5 | 0 | 8B | 0 | 64 | 27 | A | 144 | 64 | 2D |
| Octal | 345 | 0 | 213 | 0 | 144 | 47 | 12 | 504 | 144 | 55 |
| Binary | 11100101 | 0 | 10001011 | 0 | 1100100 | 100111 | 1010 | 101000100 | 1100100 | 101101 |
Color Harmonies of #E5008B
Complementary color
Monochromatic Colors of #E5008B
Black with #E5008B
Text Example
Text Example
White with #E5008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5008B; }
p { color: rgb(229,0,139); }
H1.HeaderClassName
{
color: #E5008B;
}
.AnyTagClassName
{
color: #E5008B;
}
</style>
background-color css
<style>
a { background-color: #E5008B; }
a { background-color: rgb(229,0,139); }
div.DivClassName
{
background-color: #E5008B;
}
.BgClassName
{
background-color: #E5008B;
}
</style>
border-color css
<style>
span { border-color: #E5008B; }
span { border-color: rgb(229,0,139); }
td.TdClassName
{
border-color: #E5008B;
}
.TagClassName
{
border-color: #E5008B;
}
</style>