Shades of Hollywood Cerise #E0149B
Tints of Hollywood Cerise #E0149B
RGB
CMYK
RGB Variations
Color information
#E0149B (or 0xE0149B) is known color: Hollywood Cerise. HEX triplet: E0, 14 and 9B. RGB value is (224,20,155). Sum of RGB (Red+Green+Blue) = 224+20+155=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E0149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0149B is #1FEB64. Grayscale: #606060. Windows color (decimal): -2091877 or 10163424. OLE color: 10163424.
HSL color Cylindrical-coordinate representation of color #E0149B: hue angle of 320.29º 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 #E0149B is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 155 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.12 |
| HSL | 320.29º | 0.84% | 0.48% | - |
| HSV(B) | 320.29º | 0.91% | 0.88% | - |
| XYZ | 36.91 | 18.71 | 32.68 | - |
| YUV | 96.39 | 161.09 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 155 | 0 | 0.91 | 0.31 | 0.12 | 320.29 | 0.84 | 0.48 |
| Hex | E0 | 14 | 9B | 0 | 5B | 1F | C | 140 | 54 | 30 |
| Octal | 340 | 24 | 233 | 0 | 133 | 37 | 14 | 500 | 124 | 60 |
| Binary | 11100000 | 10100 | 10011011 | 0 | 1011011 | 11111 | 1100 | 101000000 | 1010100 | 110000 |
Color Harmonies of #E0149B
Complementary color
Monochromatic Colors of #E0149B
Black with #E0149B
Text Example
Text Example
White with #E0149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0149B; }
p { color: rgb(224,20,155); }
H1.HeaderClassName
{
color: #E0149B;
}
.AnyTagClassName
{
color: #E0149B;
}
</style>
background-color css
<style>
a { background-color: #E0149B; }
a { background-color: rgb(224,20,155); }
div.DivClassName
{
background-color: #E0149B;
}
.BgClassName
{
background-color: #E0149B;
}
</style>
border-color css
<style>
span { border-color: #E0149B; }
span { border-color: rgb(224,20,155); }
td.TdClassName
{
border-color: #E0149B;
}
.TagClassName
{
border-color: #E0149B;
}
</style>