Shades of Deep Cerise #E63295
Tints of Deep Cerise #E63295
RGB
CMYK
RGB Variations
Color information
#E63295 (or 0xE63295) is known color: Deep Cerise. HEX triplet: E6, 32 and 95. RGB value is (230,50,149). Sum of RGB (Red+Green+Blue) = 230+50+149=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E63295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63295 is #19CD6A. Grayscale: #727272. Windows color (decimal): -1690987 or 9777894. OLE color: 9777894.
HSL color Cylindrical-coordinate representation of color #E63295: hue angle of 327º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E63295 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 149 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.10 |
| HSL | 327º | 0.78% | 0.55% | - |
| HSV(B) | 327º | 0.78% | 0.9% | - |
| XYZ | 39.2 | 21.27 | 30.47 | - |
| YUV | 115.11 | 147.13 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 149 | 0 | 0.78 | 0.35 | 0.10 | 327 | 0.78 | 0.55 |
| Hex | E6 | 32 | 95 | 0 | 4E | 23 | A | 147 | 4E | 37 |
| Octal | 346 | 62 | 225 | 0 | 116 | 43 | 12 | 507 | 116 | 67 |
| Binary | 11100110 | 110010 | 10010101 | 0 | 1001110 | 100011 | 1010 | 101000111 | 1001110 | 110111 |
Color Harmonies of #E63295
Complementary color
Monochromatic Colors of #E63295
Black with #E63295
Text Example
Text Example
White with #E63295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63295; }
p { color: rgb(230,50,149); }
H1.HeaderClassName
{
color: #E63295;
}
.AnyTagClassName
{
color: #E63295;
}
</style>
background-color css
<style>
a { background-color: #E63295; }
a { background-color: rgb(230,50,149); }
div.DivClassName
{
background-color: #E63295;
}
.BgClassName
{
background-color: #E63295;
}
</style>
border-color css
<style>
span { border-color: #E63295; }
span { border-color: rgb(230,50,149); }
td.TdClassName
{
border-color: #E63295;
}
.TagClassName
{
border-color: #E63295;
}
</style>