Shades of Hollywood Cerise #E6159C
Tints of Hollywood Cerise #E6159C
RGB
CMYK
RGB Variations
Color information
#E6159C (or 0xE6159C) is known color: Hollywood Cerise. HEX triplet: E6, 15 and 9C. RGB value is (230,21,156). Sum of RGB (Red+Green+Blue) = 230+21+156=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E6159C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6159C is #19EA63. Grayscale: #626262. Windows color (decimal): -1698404 or 10229222. OLE color: 10229222.
HSL color Cylindrical-coordinate representation of color #E6159C: hue angle of 321.24º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6159C is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 156 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.10 |
| HSL | 321.24º | 0.83% | 0.49% | - |
| HSV(B) | 321.24º | 0.91% | 0.9% | - |
| XYZ | 38.9 | 19.76 | 33.22 | - |
| YUV | 98.88 | 160.24 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 156 | 0 | 0.91 | 0.32 | 0.10 | 321.24 | 0.83 | 0.49 |
| Hex | E6 | 15 | 9C | 0 | 5B | 20 | A | 141 | 53 | 31 |
| Octal | 346 | 25 | 234 | 0 | 133 | 40 | 12 | 501 | 123 | 61 |
| Binary | 11100110 | 10101 | 10011100 | 0 | 1011011 | 100000 | 1010 | 101000001 | 1010011 | 110001 |
Color Harmonies of #E6159C
Complementary color
Monochromatic Colors of #E6159C
Black with #E6159C
Text Example
Text Example
White with #E6159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6159C; }
p { color: rgb(230,21,156); }
H1.HeaderClassName
{
color: #E6159C;
}
.AnyTagClassName
{
color: #E6159C;
}
</style>
background-color css
<style>
a { background-color: #E6159C; }
a { background-color: rgb(230,21,156); }
div.DivClassName
{
background-color: #E6159C;
}
.BgClassName
{
background-color: #E6159C;
}
</style>
border-color css
<style>
span { border-color: #E6159C; }
span { border-color: rgb(230,21,156); }
td.TdClassName
{
border-color: #E6159C;
}
.TagClassName
{
border-color: #E6159C;
}
</style>