Shades of Hollywood Cerise #E60089
Tints of Hollywood Cerise #E60089
RGB
CMYK
RGB Variations
Color information
#E60089 (or 0xE60089) is known color: Hollywood Cerise. HEX triplet: E6, 00 and 89. RGB value is (230,0,137). Sum of RGB (Red+Green+Blue) = 230+0+137=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E60089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60089 is #19FF76. Grayscale: #545454. Windows color (decimal): -1703799 or 8978662. OLE color: 8978662.
HSL color Cylindrical-coordinate representation of color #E60089: hue angle of 324.26º 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 #E60089 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.40 | 0.10 |
| HSL | 324.26º | 1% | 0.45% | - |
| HSV(B) | 324.26º | 1% | 0.9% | - |
| XYZ | 37.15 | 18.63 | 25.3 | - |
| YUV | 84.39 | 157.7 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 137 | 0 | 1 | 0.40 | 0.10 | 324.26 | 1 | 0.45 |
| Hex | E6 | 0 | 89 | 0 | 64 | 28 | A | 144 | 64 | 2D |
| Octal | 346 | 0 | 211 | 0 | 144 | 50 | 12 | 504 | 144 | 55 |
| Binary | 11100110 | 0 | 10001001 | 0 | 1100100 | 101000 | 1010 | 101000100 | 1100100 | 101101 |
Color Harmonies of #E60089
Complementary color
Monochromatic Colors of #E60089
Black with #E60089
Text Example
Text Example
White with #E60089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60089; }
p { color: rgb(230,0,137); }
H1.HeaderClassName
{
color: #E60089;
}
.AnyTagClassName
{
color: #E60089;
}
</style>
background-color css
<style>
a { background-color: #E60089; }
a { background-color: rgb(230,0,137); }
div.DivClassName
{
background-color: #E60089;
}
.BgClassName
{
background-color: #E60089;
}
</style>
border-color css
<style>
span { border-color: #E60089; }
span { border-color: rgb(230,0,137); }
td.TdClassName
{
border-color: #E60089;
}
.TagClassName
{
border-color: #E60089;
}
</style>