Shades of Hollywood Cerise #E0008A
Tints of Hollywood Cerise #E0008A
RGB
CMYK
RGB Variations
Color information
#E0008A (or 0xE0008A) is known color: Hollywood Cerise. HEX triplet: E0, 00 and 8A. RGB value is (224,0,138). Sum of RGB (Red+Green+Blue) = 224+0+138=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E0008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0008A is #1FFF75. Grayscale: #525252. Windows color (decimal): -2097014 or 9044192. OLE color: 9044192.
HSL color Cylindrical-coordinate representation of color #E0008A: hue angle of 323.04º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0008A is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.38 | 0.12 |
| HSL | 323.04º | 1% | 0.44% | - |
| HSV(B) | 323.04º | 1% | 0.88% | - |
| XYZ | 35.33 | 17.68 | 25.6 | - |
| YUV | 82.71 | 159.21 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 138 | 0 | 1 | 0.38 | 0.12 | 323.04 | 1 | 0.44 |
| Hex | E0 | 0 | 8A | 0 | 64 | 26 | C | 143 | 64 | 2C |
| Octal | 340 | 0 | 212 | 0 | 144 | 46 | 14 | 503 | 144 | 54 |
| Binary | 11100000 | 0 | 10001010 | 0 | 1100100 | 100110 | 1100 | 101000011 | 1100100 | 101100 |
Color Harmonies of #E0008A
Complementary color
Monochromatic Colors of #E0008A
Black with #E0008A
Text Example
Text Example
White with #E0008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0008A; }
p { color: rgb(224,0,138); }
H1.HeaderClassName
{
color: #E0008A;
}
.AnyTagClassName
{
color: #E0008A;
}
</style>
background-color css
<style>
a { background-color: #E0008A; }
a { background-color: rgb(224,0,138); }
div.DivClassName
{
background-color: #E0008A;
}
.BgClassName
{
background-color: #E0008A;
}
</style>
border-color css
<style>
span { border-color: #E0008A; }
span { border-color: rgb(224,0,138); }
td.TdClassName
{
border-color: #E0008A;
}
.TagClassName
{
border-color: #E0008A;
}
</style>