Shades of Hollywood Cerise #E4149A
Tints of Hollywood Cerise #E4149A
RGB
CMYK
RGB Variations
Color information
#E4149A (or 0xE4149A) is known color: Hollywood Cerise. HEX triplet: E4, 14 and 9A. RGB value is (228,20,154). Sum of RGB (Red+Green+Blue) = 228+20+154=402 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.72% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 228 - color contains mainly: red. Hex color #E4149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4149A is #1BEB65. Grayscale: #616161. Windows color (decimal): -1829734 or 10097892. OLE color: 10097892.
HSL color Cylindrical-coordinate representation of color #E4149A: hue angle of 321.35º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E4149A is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 154 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.11 |
| HSL | 321.35º | 0.84% | 0.49% | - |
| HSV(B) | 321.35º | 0.91% | 0.89% | - |
| XYZ | 38.08 | 19.33 | 32.3 | - |
| YUV | 97.47 | 159.91 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 154 | 0 | 0.91 | 0.32 | 0.11 | 321.35 | 0.84 | 0.49 |
| Hex | E4 | 14 | 9A | 0 | 5B | 20 | B | 141 | 54 | 31 |
| Octal | 344 | 24 | 232 | 0 | 133 | 40 | 13 | 501 | 124 | 61 |
| Binary | 11100100 | 10100 | 10011010 | 0 | 1011011 | 100000 | 1011 | 101000001 | 1010100 | 110001 |
Color Harmonies of #E4149A
Complementary color
Monochromatic Colors of #E4149A
Black with #E4149A
Text Example
Text Example
White with #E4149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4149A; }
p { color: rgb(228,20,154); }
H1.HeaderClassName
{
color: #E4149A;
}
.AnyTagClassName
{
color: #E4149A;
}
</style>
background-color css
<style>
a { background-color: #E4149A; }
a { background-color: rgb(228,20,154); }
div.DivClassName
{
background-color: #E4149A;
}
.BgClassName
{
background-color: #E4149A;
}
</style>
border-color css
<style>
span { border-color: #E4149A; }
span { border-color: rgb(228,20,154); }
td.TdClassName
{
border-color: #E4149A;
}
.TagClassName
{
border-color: #E4149A;
}
</style>