Shades of Cerise #E64660
Tints of Cerise #E64660
RGB
CMYK
RGB Variations
Color information
#E64660 (or 0xE64660) is known color: Cerise. HEX triplet: E6, 46 and 60. RGB value is (230,70,96). Sum of RGB (Red+Green+Blue) = 230+70+96=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E64660 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64660 is #19B99F. Grayscale: #787878. Windows color (decimal): -1685920 or 6309606. OLE color: 6309606.
HSL color Cylindrical-coordinate representation of color #E64660: hue angle of 350.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64660 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 96 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.10 |
| HSL | 350.25º | 0.76% | 0.59% | - |
| HSV(B) | 350.25º | 0.7% | 0.9% | - |
| XYZ | 36.93 | 22.05 | 13.38 | - |
| YUV | 120.8 | 114.01 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 96 | 0 | 0.70 | 0.58 | 0.10 | 350.25 | 0.76 | 0.59 |
| Hex | E6 | 46 | 60 | 0 | 46 | 3A | A | 15E | 4C | 3B |
| Octal | 346 | 106 | 140 | 0 | 106 | 72 | 12 | 536 | 114 | 73 |
| Binary | 11100110 | 1000110 | 1100000 | 0 | 1000110 | 111010 | 1010 | 101011110 | 1001100 | 111011 |
Color Harmonies of #E64660
Complementary color
Monochromatic Colors of #E64660
Black with #E64660
Text Example
Text Example
White with #E64660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64660; }
p { color: rgb(230,70,96); }
H1.HeaderClassName
{
color: #E64660;
}
.AnyTagClassName
{
color: #E64660;
}
</style>
background-color css
<style>
a { background-color: #E64660; }
a { background-color: rgb(230,70,96); }
div.DivClassName
{
background-color: #E64660;
}
.BgClassName
{
background-color: #E64660;
}
</style>
border-color css
<style>
span { border-color: #E64660; }
span { border-color: rgb(230,70,96); }
td.TdClassName
{
border-color: #E64660;
}
.TagClassName
{
border-color: #E64660;
}
</style>