Shades of Hollywood Cerise #E60A95
Tints of Hollywood Cerise #E60A95
RGB
CMYK
RGB Variations
Color information
#E60A95 (or 0xE60A95) is known color: Hollywood Cerise. HEX triplet: E6, 0A and 95. RGB value is (230,10,149). Sum of RGB (Red+Green+Blue) = 230+10+149=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A95 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60A95 is #19F56A. Grayscale: #5B5B5B. Windows color (decimal): -1701227 or 9767654. OLE color: 9767654.
HSL color Cylindrical-coordinate representation of color #E60A95: hue angle of 322.09º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A95 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 149 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.10 |
| HSL | 322.09º | 0.92% | 0.47% | - |
| HSV(B) | 322.09º | 0.96% | 0.9% | - |
| XYZ | 38.17 | 19.21 | 30.13 | - |
| YUV | 91.63 | 160.39 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 149 | 0 | 0.96 | 0.35 | 0.10 | 322.09 | 0.92 | 0.47 |
| Hex | E6 | A | 95 | 0 | 60 | 23 | A | 142 | 5C | 2F |
| Octal | 346 | 12 | 225 | 0 | 140 | 43 | 12 | 502 | 134 | 57 |
| Binary | 11100110 | 1010 | 10010101 | 0 | 1100000 | 100011 | 1010 | 101000010 | 1011100 | 101111 |
Color Harmonies of #E60A95
Complementary color
Monochromatic Colors of #E60A95
Black with #E60A95
Text Example
Text Example
White with #E60A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A95; }
p { color: rgb(230,10,149); }
H1.HeaderClassName
{
color: #E60A95;
}
.AnyTagClassName
{
color: #E60A95;
}
</style>
background-color css
<style>
a { background-color: #E60A95; }
a { background-color: rgb(230,10,149); }
div.DivClassName
{
background-color: #E60A95;
}
.BgClassName
{
background-color: #E60A95;
}
</style>
border-color css
<style>
span { border-color: #E60A95; }
span { border-color: rgb(230,10,149); }
td.TdClassName
{
border-color: #E60A95;
}
.TagClassName
{
border-color: #E60A95;
}
</style>