Shades of Hollywood Cerise #E60893
Tints of Hollywood Cerise #E60893
RGB
CMYK
RGB Variations
Color information
#E60893 (or 0xE60893) is known color: Hollywood Cerise. HEX triplet: E6, 08 and 93. RGB value is (230,8,147). Sum of RGB (Red+Green+Blue) = 230+8+147=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E60893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60893 is #19F76C. Grayscale: #595959. Windows color (decimal): -1701741 or 9636070. OLE color: 9636070.
HSL color Cylindrical-coordinate representation of color #E60893: hue angle of 322.43º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60893 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 147 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.10 |
| HSL | 322.43º | 0.93% | 0.47% | - |
| HSV(B) | 322.43º | 0.97% | 0.9% | - |
| XYZ | 37.99 | 19.1 | 29.29 | - |
| YUV | 90.22 | 160.05 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 147 | 0 | 0.97 | 0.36 | 0.10 | 322.43 | 0.93 | 0.47 |
| Hex | E6 | 8 | 93 | 0 | 61 | 24 | A | 142 | 5D | 2F |
| Octal | 346 | 10 | 223 | 0 | 141 | 44 | 12 | 502 | 135 | 57 |
| Binary | 11100110 | 1000 | 10010011 | 0 | 1100001 | 100100 | 1010 | 101000010 | 1011101 | 101111 |
Color Harmonies of #E60893
Complementary color
Monochromatic Colors of #E60893
Black with #E60893
Text Example
Text Example
White with #E60893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60893; }
p { color: rgb(230,8,147); }
H1.HeaderClassName
{
color: #E60893;
}
.AnyTagClassName
{
color: #E60893;
}
</style>
background-color css
<style>
a { background-color: #E60893; }
a { background-color: rgb(230,8,147); }
div.DivClassName
{
background-color: #E60893;
}
.BgClassName
{
background-color: #E60893;
}
</style>
border-color css
<style>
span { border-color: #E60893; }
span { border-color: rgb(230,8,147); }
td.TdClassName
{
border-color: #E60893;
}
.TagClassName
{
border-color: #E60893;
}
</style>