Shades of Deep Cerise #E63495
Tints of Deep Cerise #E63495
RGB
CMYK
RGB Variations
Color information
#E63495 (or 0xE63495) is known color: Deep Cerise. HEX triplet: E6, 34 and 95. RGB value is (230,52,149). Sum of RGB (Red+Green+Blue) = 230+52+149=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E63495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63495 is #19CB6A. Grayscale: #747474. Windows color (decimal): -1690475 or 9778406. OLE color: 9778406.
HSL color Cylindrical-coordinate representation of color #E63495: hue angle of 327.3º 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 #E63495 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 149 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.10 |
| HSL | 327.3º | 0.78% | 0.55% | - |
| HSV(B) | 327.3º | 0.77% | 0.9% | - |
| XYZ | 39.29 | 21.45 | 30.5 | - |
| YUV | 116.28 | 146.47 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 149 | 0 | 0.77 | 0.35 | 0.10 | 327.3 | 0.78 | 0.55 |
| Hex | E6 | 34 | 95 | 0 | 4D | 23 | A | 147 | 4E | 37 |
| Octal | 346 | 64 | 225 | 0 | 115 | 43 | 12 | 507 | 116 | 67 |
| Binary | 11100110 | 110100 | 10010101 | 0 | 1001101 | 100011 | 1010 | 101000111 | 1001110 | 110111 |
Color Harmonies of #E63495
Complementary color
Monochromatic Colors of #E63495
Black with #E63495
Text Example
Text Example
White with #E63495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63495; }
p { color: rgb(230,52,149); }
H1.HeaderClassName
{
color: #E63495;
}
.AnyTagClassName
{
color: #E63495;
}
</style>
background-color css
<style>
a { background-color: #E63495; }
a { background-color: rgb(230,52,149); }
div.DivClassName
{
background-color: #E63495;
}
.BgClassName
{
background-color: #E63495;
}
</style>
border-color css
<style>
span { border-color: #E63495; }
span { border-color: rgb(230,52,149); }
td.TdClassName
{
border-color: #E63495;
}
.TagClassName
{
border-color: #E63495;
}
</style>