Shades of Deep Cerise #E53095
Tints of Deep Cerise #E53095
RGB
CMYK
RGB Variations
Color information
#E53095 (or 0xE53095) is known color: Deep Cerise. HEX triplet: E5, 30 and 95. RGB value is (229,48,149). Sum of RGB (Red+Green+Blue) = 229+48+149=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E53095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53095 is #1ACF6A. Grayscale: #717171. Windows color (decimal): -1757035 or 9777381. OLE color: 9777381.
HSL color Cylindrical-coordinate representation of color #E53095: hue angle of 326.52º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E53095 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 149 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.10 |
| HSL | 326.52º | 0.78% | 0.54% | - |
| HSV(B) | 326.52º | 0.79% | 0.9% | - |
| XYZ | 38.79 | 20.94 | 30.43 | - |
| YUV | 113.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 149 | 0 | 0.79 | 0.35 | 0.10 | 326.52 | 0.78 | 0.54 |
| Hex | E5 | 30 | 95 | 0 | 4F | 23 | A | 147 | 4E | 36 |
| Octal | 345 | 60 | 225 | 0 | 117 | 43 | 12 | 507 | 116 | 66 |
| Binary | 11100101 | 110000 | 10010101 | 0 | 1001111 | 100011 | 1010 | 101000111 | 1001110 | 110110 |
Color Harmonies of #E53095
Complementary color
Monochromatic Colors of #E53095
Black with #E53095
Text Example
Text Example
White with #E53095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53095; }
p { color: rgb(229,48,149); }
H1.HeaderClassName
{
color: #E53095;
}
.AnyTagClassName
{
color: #E53095;
}
</style>
background-color css
<style>
a { background-color: #E53095; }
a { background-color: rgb(229,48,149); }
div.DivClassName
{
background-color: #E53095;
}
.BgClassName
{
background-color: #E53095;
}
</style>
border-color css
<style>
span { border-color: #E53095; }
span { border-color: rgb(229,48,149); }
td.TdClassName
{
border-color: #E53095;
}
.TagClassName
{
border-color: #E53095;
}
</style>