Shades of Deep Cerise #E5319C
Tints of Deep Cerise #E5319C
RGB
CMYK
RGB Variations
Color information
#E5319C (or 0xE5319C) is known color: Deep Cerise. HEX triplet: E5, 31 and 9C. RGB value is (229,49,156). Sum of RGB (Red+Green+Blue) = 229+49+156=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E5319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5319C is #1ACE63. Grayscale: #727272. Windows color (decimal): -1756772 or 10236389. OLE color: 10236389.
HSL color Cylindrical-coordinate representation of color #E5319C: hue angle of 324.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5319C is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 156 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.10 |
| HSL | 324.33º | 0.78% | 0.55% | - |
| HSV(B) | 324.33º | 0.79% | 0.9% | - |
| XYZ | 39.41 | 21.25 | 33.48 | - |
| YUV | 115.02 | 151.13 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 156 | 0 | 0.79 | 0.32 | 0.10 | 324.33 | 0.78 | 0.55 |
| Hex | E5 | 31 | 9C | 0 | 4F | 20 | A | 144 | 4E | 37 |
| Octal | 345 | 61 | 234 | 0 | 117 | 40 | 12 | 504 | 116 | 67 |
| Binary | 11100101 | 110001 | 10011100 | 0 | 1001111 | 100000 | 1010 | 101000100 | 1001110 | 110111 |
Color Harmonies of #E5319C
Complementary color
Monochromatic Colors of #E5319C
Black with #E5319C
Text Example
Text Example
White with #E5319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5319C; }
p { color: rgb(229,49,156); }
H1.HeaderClassName
{
color: #E5319C;
}
.AnyTagClassName
{
color: #E5319C;
}
</style>
background-color css
<style>
a { background-color: #E5319C; }
a { background-color: rgb(229,49,156); }
div.DivClassName
{
background-color: #E5319C;
}
.BgClassName
{
background-color: #E5319C;
}
</style>
border-color css
<style>
span { border-color: #E5319C; }
span { border-color: rgb(229,49,156); }
td.TdClassName
{
border-color: #E5319C;
}
.TagClassName
{
border-color: #E5319C;
}
</style>