Shades of Cerise #E63460
Tints of Cerise #E63460
RGB
CMYK
RGB Variations
Color information
#E63460 (or 0xE63460) is known color: Cerise. HEX triplet: E6, 34 and 60. RGB value is (230,52,96). Sum of RGB (Red+Green+Blue) = 230+52+96=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E63460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63460 is #19CB9F. Grayscale: #6E6E6E. Windows color (decimal): -1690528 or 6304998. OLE color: 6304998.
HSL color Cylindrical-coordinate representation of color #E63460: hue angle of 345.17º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63460 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 96 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.10 |
| HSL | 345.17º | 0.78% | 0.55% | - |
| HSV(B) | 345.17º | 0.77% | 0.9% | - |
| XYZ | 35.97 | 20.12 | 13.05 | - |
| YUV | 110.24 | 119.97 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 96 | 0 | 0.77 | 0.58 | 0.10 | 345.17 | 0.78 | 0.55 |
| Hex | E6 | 34 | 60 | 0 | 4D | 3A | A | 159 | 4E | 37 |
| Octal | 346 | 64 | 140 | 0 | 115 | 72 | 12 | 531 | 116 | 67 |
| Binary | 11100110 | 110100 | 1100000 | 0 | 1001101 | 111010 | 1010 | 101011001 | 1001110 | 110111 |
Color Harmonies of #E63460
Complementary color
Monochromatic Colors of #E63460
Black with #E63460
Text Example
Text Example
White with #E63460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63460; }
p { color: rgb(230,52,96); }
H1.HeaderClassName
{
color: #E63460;
}
.AnyTagClassName
{
color: #E63460;
}
</style>
background-color css
<style>
a { background-color: #E63460; }
a { background-color: rgb(230,52,96); }
div.DivClassName
{
background-color: #E63460;
}
.BgClassName
{
background-color: #E63460;
}
</style>
border-color css
<style>
span { border-color: #E63460; }
span { border-color: rgb(230,52,96); }
td.TdClassName
{
border-color: #E63460;
}
.TagClassName
{
border-color: #E63460;
}
</style>