Shades of Hollywood Cerise #E6049C
Tints of Hollywood Cerise #E6049C
RGB
CMYK
RGB Variations
Color information
#E6049C (or 0xE6049C) is known color: Hollywood Cerise. HEX triplet: E6, 04 and 9C. RGB value is (230,4,156). Sum of RGB (Red+Green+Blue) = 230+4+156=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E6049C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6049C is #19FB63. Grayscale: #585858. Windows color (decimal): -1702756 or 10224870. OLE color: 10224870.
HSL color Cylindrical-coordinate representation of color #E6049C: hue angle of 319.65º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6049C is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 156 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.10 |
| HSL | 319.65º | 0.97% | 0.46% | - |
| HSV(B) | 319.65º | 0.98% | 0.9% | - |
| XYZ | 38.68 | 19.31 | 33.14 | - |
| YUV | 88.9 | 165.87 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 156 | 0 | 0.98 | 0.32 | 0.10 | 319.65 | 0.97 | 0.46 |
| Hex | E6 | 4 | 9C | 0 | 62 | 20 | A | 140 | 61 | 2E |
| Octal | 346 | 4 | 234 | 0 | 142 | 40 | 12 | 500 | 141 | 56 |
| Binary | 11100110 | 100 | 10011100 | 0 | 1100010 | 100000 | 1010 | 101000000 | 1100001 | 101110 |
Color Harmonies of #E6049C
Complementary color
Monochromatic Colors of #E6049C
Black with #E6049C
Text Example
Text Example
White with #E6049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6049C; }
p { color: rgb(230,4,156); }
H1.HeaderClassName
{
color: #E6049C;
}
.AnyTagClassName
{
color: #E6049C;
}
</style>
background-color css
<style>
a { background-color: #E6049C; }
a { background-color: rgb(230,4,156); }
div.DivClassName
{
background-color: #E6049C;
}
.BgClassName
{
background-color: #E6049C;
}
</style>
border-color css
<style>
span { border-color: #E6049C; }
span { border-color: rgb(230,4,156); }
td.TdClassName
{
border-color: #E6049C;
}
.TagClassName
{
border-color: #E6049C;
}
</style>