Shades of Hollywood Cerise #E60080
Tints of Hollywood Cerise #E60080
RGB
CMYK
RGB Variations
Color information
#E60080 (or 0xE60080) is known color: Hollywood Cerise. HEX triplet: E6, 00 and 80. RGB value is (230,0,128). Sum of RGB (Red+Green+Blue) = 230+0+128=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E60080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60080 is #19FF7F. Grayscale: #535353. Windows color (decimal): -1703808 or 8388838. OLE color: 8388838.
HSL color Cylindrical-coordinate representation of color #E60080: hue angle of 326.61º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60080 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.44 | 0.10 |
| HSL | 326.61º | 1% | 0.45% | - |
| HSV(B) | 326.61º | 1% | 0.9% | - |
| XYZ | 36.53 | 18.38 | 22.04 | - |
| YUV | 83.36 | 153.2 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 128 | 0 | 1 | 0.44 | 0.10 | 326.61 | 1 | 0.45 |
| Hex | E6 | 0 | 80 | 0 | 64 | 2C | A | 147 | 64 | 2D |
| Octal | 346 | 0 | 200 | 0 | 144 | 54 | 12 | 507 | 144 | 55 |
| Binary | 11100110 | 0 | 10000000 | 0 | 1100100 | 101100 | 1010 | 101000111 | 1100100 | 101101 |
Color Harmonies of #E60080
Complementary color
Monochromatic Colors of #E60080
Black with #E60080
Text Example
Text Example
White with #E60080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60080; }
p { color: rgb(230,0,128); }
H1.HeaderClassName
{
color: #E60080;
}
.AnyTagClassName
{
color: #E60080;
}
</style>
background-color css
<style>
a { background-color: #E60080; }
a { background-color: rgb(230,0,128); }
div.DivClassName
{
background-color: #E60080;
}
.BgClassName
{
background-color: #E60080;
}
</style>
border-color css
<style>
span { border-color: #E60080; }
span { border-color: rgb(230,0,128); }
td.TdClassName
{
border-color: #E60080;
}
.TagClassName
{
border-color: #E60080;
}
</style>