Shades of Hollywood Cerise #E60495
Tints of Hollywood Cerise #E60495
RGB
CMYK
RGB Variations
Color information
#E60495 (or 0xE60495) is known color: Hollywood Cerise. HEX triplet: E6, 04 and 95. RGB value is (230,4,149). Sum of RGB (Red+Green+Blue) = 230+4+149=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E60495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60495 is #19FB6A. Grayscale: #575757. Windows color (decimal): -1702763 or 9766118. OLE color: 9766118.
HSL color Cylindrical-coordinate representation of color #E60495: hue angle of 321.5º 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 #E60495 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.10 |
| HSL | 321.5º | 0.97% | 0.46% | - |
| HSV(B) | 321.5º | 0.98% | 0.9% | - |
| XYZ | 38.1 | 19.08 | 30.11 | - |
| YUV | 88.1 | 162.37 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 149 | 0 | 0.98 | 0.35 | 0.10 | 321.5 | 0.97 | 0.46 |
| Hex | E6 | 4 | 95 | 0 | 62 | 23 | A | 142 | 61 | 2E |
| Octal | 346 | 4 | 225 | 0 | 142 | 43 | 12 | 502 | 141 | 56 |
| Binary | 11100110 | 100 | 10010101 | 0 | 1100010 | 100011 | 1010 | 101000010 | 1100001 | 101110 |
Color Harmonies of #E60495
Complementary color
Monochromatic Colors of #E60495
Black with #E60495
Text Example
Text Example
White with #E60495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60495; }
p { color: rgb(230,4,149); }
H1.HeaderClassName
{
color: #E60495;
}
.AnyTagClassName
{
color: #E60495;
}
</style>
background-color css
<style>
a { background-color: #E60495; }
a { background-color: rgb(230,4,149); }
div.DivClassName
{
background-color: #E60495;
}
.BgClassName
{
background-color: #E60495;
}
</style>
border-color css
<style>
span { border-color: #E60495; }
span { border-color: rgb(230,4,149); }
td.TdClassName
{
border-color: #E60495;
}
.TagClassName
{
border-color: #E60495;
}
</style>