Shades of Hollywood Cerise #E0149C
Tints of Hollywood Cerise #E0149C
RGB
CMYK
RGB Variations
Color information
#E0149C (or 0xE0149C) is known color: Hollywood Cerise. HEX triplet: E0, 14 and 9C. RGB value is (224,20,156). Sum of RGB (Red+Green+Blue) = 224+20+156=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E0149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0149C is #1FEB63. Grayscale: #606060. Windows color (decimal): -2091876 or 10228960. OLE color: 10228960.
HSL color Cylindrical-coordinate representation of color #E0149C: hue angle of 320º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0149C is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 156 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.12 |
| HSL | 320º | 0.84% | 0.48% | - |
| HSV(B) | 320º | 0.91% | 0.88% | - |
| XYZ | 36.99 | 18.75 | 33.12 | - |
| YUV | 96.5 | 161.59 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 156 | 0 | 0.91 | 0.30 | 0.12 | 320 | 0.84 | 0.48 |
| Hex | E0 | 14 | 9C | 0 | 5B | 1E | C | 140 | 54 | 30 |
| Octal | 340 | 24 | 234 | 0 | 133 | 36 | 14 | 500 | 124 | 60 |
| Binary | 11100000 | 10100 | 10011100 | 0 | 1011011 | 11110 | 1100 | 101000000 | 1010100 | 110000 |
Color Harmonies of #E0149C
Complementary color
Monochromatic Colors of #E0149C
Black with #E0149C
Text Example
Text Example
White with #E0149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0149C; }
p { color: rgb(224,20,156); }
H1.HeaderClassName
{
color: #E0149C;
}
.AnyTagClassName
{
color: #E0149C;
}
</style>
background-color css
<style>
a { background-color: #E0149C; }
a { background-color: rgb(224,20,156); }
div.DivClassName
{
background-color: #E0149C;
}
.BgClassName
{
background-color: #E0149C;
}
</style>
border-color css
<style>
span { border-color: #E0149C; }
span { border-color: rgb(224,20,156); }
td.TdClassName
{
border-color: #E0149C;
}
.TagClassName
{
border-color: #E0149C;
}
</style>