Shades of Hollywood Cerise #E0008F
Tints of Hollywood Cerise #E0008F
RGB
CMYK
RGB Variations
Color information
#E0008F (or 0xE0008F) is known color: Hollywood Cerise. HEX triplet: E0, 00 and 8F. RGB value is (224,0,143). Sum of RGB (Red+Green+Blue) = 224+0+143=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E0008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0008F is #1FFF70. Grayscale: #525252. Windows color (decimal): -2097009 or 9371872. OLE color: 9371872.
HSL color Cylindrical-coordinate representation of color #E0008F: hue angle of 321.7º 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 #E0008F is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.36 | 0.12 |
| HSL | 321.7º | 1% | 0.44% | - |
| HSV(B) | 321.7º | 1% | 0.88% | - |
| XYZ | 35.7 | 17.83 | 27.55 | - |
| YUV | 83.28 | 161.71 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 143 | 0 | 1 | 0.36 | 0.12 | 321.7 | 1 | 0.44 |
| Hex | E0 | 0 | 8F | 0 | 64 | 24 | C | 142 | 64 | 2C |
| Octal | 340 | 0 | 217 | 0 | 144 | 44 | 14 | 502 | 144 | 54 |
| Binary | 11100000 | 0 | 10001111 | 0 | 1100100 | 100100 | 1100 | 101000010 | 1100100 | 101100 |
Color Harmonies of #E0008F
Complementary color
Monochromatic Colors of #E0008F
Black with #E0008F
Text Example
Text Example
White with #E0008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0008F; }
p { color: rgb(224,0,143); }
H1.HeaderClassName
{
color: #E0008F;
}
.AnyTagClassName
{
color: #E0008F;
}
</style>
background-color css
<style>
a { background-color: #E0008F; }
a { background-color: rgb(224,0,143); }
div.DivClassName
{
background-color: #E0008F;
}
.BgClassName
{
background-color: #E0008F;
}
</style>
border-color css
<style>
span { border-color: #E0008F; }
span { border-color: rgb(224,0,143); }
td.TdClassName
{
border-color: #E0008F;
}
.TagClassName
{
border-color: #E0008F;
}
</style>