Shades of Hollywood Cerise #E60C90
Tints of Hollywood Cerise #E60C90
RGB
CMYK
RGB Variations
Color information
#E60C90 (or 0xE60C90) is known color: Hollywood Cerise. HEX triplet: E6, 0C and 90. RGB value is (230,12,144). Sum of RGB (Red+Green+Blue) = 230+12+144=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60C90 is #19F36F. Grayscale: #5B5B5B. Windows color (decimal): -1700720 or 9440486. OLE color: 9440486.
HSL color Cylindrical-coordinate representation of color #E60C90: hue angle of 323.67º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60C90 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 144 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.10 |
| HSL | 323.67º | 0.9% | 0.47% | - |
| HSV(B) | 323.67º | 0.95% | 0.9% | - |
| XYZ | 37.8 | 19.1 | 28.08 | - |
| YUV | 92.23 | 157.22 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 144 | 0 | 0.95 | 0.37 | 0.10 | 323.67 | 0.9 | 0.47 |
| Hex | E6 | C | 90 | 0 | 5F | 25 | A | 144 | 5A | 2F |
| Octal | 346 | 14 | 220 | 0 | 137 | 45 | 12 | 504 | 132 | 57 |
| Binary | 11100110 | 1100 | 10010000 | 0 | 1011111 | 100101 | 1010 | 101000100 | 1011010 | 101111 |
Color Harmonies of #E60C90
Complementary color
Monochromatic Colors of #E60C90
Black with #E60C90
Text Example
Text Example
White with #E60C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60C90; }
p { color: rgb(230,12,144); }
H1.HeaderClassName
{
color: #E60C90;
}
.AnyTagClassName
{
color: #E60C90;
}
</style>
background-color css
<style>
a { background-color: #E60C90; }
a { background-color: rgb(230,12,144); }
div.DivClassName
{
background-color: #E60C90;
}
.BgClassName
{
background-color: #E60C90;
}
</style>
border-color css
<style>
span { border-color: #E60C90; }
span { border-color: rgb(230,12,144); }
td.TdClassName
{
border-color: #E60C90;
}
.TagClassName
{
border-color: #E60C90;
}
</style>