Shades of Hollywood Cerise #E60993
Tints of Hollywood Cerise #E60993
RGB
CMYK
RGB Variations
Color information
#E60993 (or 0xE60993) is known color: Hollywood Cerise. HEX triplet: E6, 09 and 93. RGB value is (230,9,147). Sum of RGB (Red+Green+Blue) = 230+9+147=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E60993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60993 is #19F66C. Grayscale: #5A5A5A. Windows color (decimal): -1701485 or 9636326. OLE color: 9636326.
HSL color Cylindrical-coordinate representation of color #E60993: hue angle of 322.53º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60993 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 147 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.10 |
| HSL | 322.53º | 0.92% | 0.47% | - |
| HSV(B) | 322.53º | 0.96% | 0.9% | - |
| XYZ | 38 | 19.12 | 29.29 | - |
| YUV | 90.81 | 159.72 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 147 | 0 | 0.96 | 0.36 | 0.10 | 322.53 | 0.92 | 0.47 |
| Hex | E6 | 9 | 93 | 0 | 60 | 24 | A | 143 | 5C | 2F |
| Octal | 346 | 11 | 223 | 0 | 140 | 44 | 12 | 503 | 134 | 57 |
| Binary | 11100110 | 1001 | 10010011 | 0 | 1100000 | 100100 | 1010 | 101000011 | 1011100 | 101111 |
Color Harmonies of #E60993
Complementary color
Monochromatic Colors of #E60993
Black with #E60993
Text Example
Text Example
White with #E60993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60993; }
p { color: rgb(230,9,147); }
H1.HeaderClassName
{
color: #E60993;
}
.AnyTagClassName
{
color: #E60993;
}
</style>
background-color css
<style>
a { background-color: #E60993; }
a { background-color: rgb(230,9,147); }
div.DivClassName
{
background-color: #E60993;
}
.BgClassName
{
background-color: #E60993;
}
</style>
border-color css
<style>
span { border-color: #E60993; }
span { border-color: rgb(230,9,147); }
td.TdClassName
{
border-color: #E60993;
}
.TagClassName
{
border-color: #E60993;
}
</style>