Shades of Deep Cerise #E5319A
Tints of Deep Cerise #E5319A
RGB
CMYK
RGB Variations
Color information
#E5319A (or 0xE5319A) is known color: Deep Cerise. HEX triplet: E5, 31 and 9A. RGB value is (229,49,154). Sum of RGB (Red+Green+Blue) = 229+49+154=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E5319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5319A is #1ACE65. Grayscale: #727272. Windows color (decimal): -1756774 or 10105317. OLE color: 10105317.
HSL color Cylindrical-coordinate representation of color #E5319A: hue angle of 325º 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 #E5319A is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 154 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.10 |
| HSL | 325º | 0.78% | 0.55% | - |
| HSV(B) | 325º | 0.79% | 0.9% | - |
| XYZ | 39.24 | 21.19 | 32.59 | - |
| YUV | 114.79 | 150.13 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 154 | 0 | 0.79 | 0.33 | 0.10 | 325 | 0.78 | 0.55 |
| Hex | E5 | 31 | 9A | 0 | 4F | 21 | A | 145 | 4E | 37 |
| Octal | 345 | 61 | 232 | 0 | 117 | 41 | 12 | 505 | 116 | 67 |
| Binary | 11100101 | 110001 | 10011010 | 0 | 1001111 | 100001 | 1010 | 101000101 | 1001110 | 110111 |
Color Harmonies of #E5319A
Complementary color
Monochromatic Colors of #E5319A
Black with #E5319A
Text Example
Text Example
White with #E5319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5319A; }
p { color: rgb(229,49,154); }
H1.HeaderClassName
{
color: #E5319A;
}
.AnyTagClassName
{
color: #E5319A;
}
</style>
background-color css
<style>
a { background-color: #E5319A; }
a { background-color: rgb(229,49,154); }
div.DivClassName
{
background-color: #E5319A;
}
.BgClassName
{
background-color: #E5319A;
}
</style>
border-color css
<style>
span { border-color: #E5319A; }
span { border-color: rgb(229,49,154); }
td.TdClassName
{
border-color: #E5319A;
}
.TagClassName
{
border-color: #E5319A;
}
</style>