Shades of Hollywood Cerise #E60790
Tints of Hollywood Cerise #E60790
RGB
CMYK
RGB Variations
Color information
#E60790 (or 0xE60790) is known color: Hollywood Cerise. HEX triplet: E6, 07 and 90. RGB value is (230,7,144). Sum of RGB (Red+Green+Blue) = 230+7+144=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E60790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60790 is #19F86F. Grayscale: #585858. Windows color (decimal): -1702000 or 9439206. OLE color: 9439206.
HSL color Cylindrical-coordinate representation of color #E60790: hue angle of 323.14º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60790 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 144 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.10 |
| HSL | 323.14º | 0.94% | 0.46% | - |
| HSV(B) | 323.14º | 0.97% | 0.9% | - |
| XYZ | 37.74 | 18.99 | 28.06 | - |
| YUV | 89.3 | 158.88 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 144 | 0 | 0.97 | 0.37 | 0.10 | 323.14 | 0.94 | 0.46 |
| Hex | E6 | 7 | 90 | 0 | 61 | 25 | A | 143 | 5E | 2E |
| Octal | 346 | 7 | 220 | 0 | 141 | 45 | 12 | 503 | 136 | 56 |
| Binary | 11100110 | 111 | 10010000 | 0 | 1100001 | 100101 | 1010 | 101000011 | 1011110 | 101110 |
Color Harmonies of #E60790
Complementary color
Monochromatic Colors of #E60790
Black with #E60790
Text Example
Text Example
White with #E60790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60790; }
p { color: rgb(230,7,144); }
H1.HeaderClassName
{
color: #E60790;
}
.AnyTagClassName
{
color: #E60790;
}
</style>
background-color css
<style>
a { background-color: #E60790; }
a { background-color: rgb(230,7,144); }
div.DivClassName
{
background-color: #E60790;
}
.BgClassName
{
background-color: #E60790;
}
</style>
border-color css
<style>
span { border-color: #E60790; }
span { border-color: rgb(230,7,144); }
td.TdClassName
{
border-color: #E60790;
}
.TagClassName
{
border-color: #E60790;
}
</style>