Shades of Cerise #E63464
Tints of Cerise #E63464
RGB
CMYK
RGB Variations
Color information
#E63464 (or 0xE63464) is known color: Cerise. HEX triplet: E6, 34 and 64. RGB value is (230,52,100). Sum of RGB (Red+Green+Blue) = 230+52+100=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E63464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63464 is #19CB9B. Grayscale: #6E6E6E. Windows color (decimal): -1690524 or 6567142. OLE color: 6567142.
HSL color Cylindrical-coordinate representation of color #E63464: hue angle of 343.82º 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 #E63464 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 100 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.10 |
| HSL | 343.82º | 0.78% | 0.55% | - |
| HSV(B) | 343.82º | 0.77% | 0.9% | - |
| XYZ | 36.16 | 20.2 | 14.05 | - |
| YUV | 110.69 | 121.97 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 100 | 0 | 0.77 | 0.57 | 0.10 | 343.82 | 0.78 | 0.55 |
| Hex | E6 | 34 | 64 | 0 | 4D | 39 | A | 158 | 4E | 37 |
| Octal | 346 | 64 | 144 | 0 | 115 | 71 | 12 | 530 | 116 | 67 |
| Binary | 11100110 | 110100 | 1100100 | 0 | 1001101 | 111001 | 1010 | 101011000 | 1001110 | 110111 |
Color Harmonies of #E63464
Complementary color
Monochromatic Colors of #E63464
Black with #E63464
Text Example
Text Example
White with #E63464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63464; }
p { color: rgb(230,52,100); }
H1.HeaderClassName
{
color: #E63464;
}
.AnyTagClassName
{
color: #E63464;
}
</style>
background-color css
<style>
a { background-color: #E63464; }
a { background-color: rgb(230,52,100); }
div.DivClassName
{
background-color: #E63464;
}
.BgClassName
{
background-color: #E63464;
}
</style>
border-color css
<style>
span { border-color: #E63464; }
span { border-color: rgb(230,52,100); }
td.TdClassName
{
border-color: #E63464;
}
.TagClassName
{
border-color: #E63464;
}
</style>