Shades of Deep Cerise #E54190
Tints of Deep Cerise #E54190
RGB
CMYK
RGB Variations
Color information
#E54190 (or 0xE54190) is known color: Deep Cerise. HEX triplet: E5, 41 and 90. RGB value is (229,65,144). Sum of RGB (Red+Green+Blue) = 229+65+144=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E54190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54190 is #1ABE6F. Grayscale: #7A7A7A. Windows color (decimal): -1752688 or 9454053. OLE color: 9454053.
HSL color Cylindrical-coordinate representation of color #E54190: hue angle of 331.1º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54190 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 144 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.10 |
| HSL | 331.1º | 0.76% | 0.58% | - |
| HSV(B) | 331.1º | 0.72% | 0.9% | - |
| XYZ | 39.24 | 22.45 | 28.65 | - |
| YUV | 123.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 144 | 0 | 0.72 | 0.37 | 0.10 | 331.1 | 0.76 | 0.58 |
| Hex | E5 | 41 | 90 | 0 | 48 | 25 | A | 14B | 4C | 3A |
| Octal | 345 | 101 | 220 | 0 | 110 | 45 | 12 | 513 | 114 | 72 |
| Binary | 11100101 | 1000001 | 10010000 | 0 | 1001000 | 100101 | 1010 | 101001011 | 1001100 | 111010 |
Color Harmonies of #E54190
Complementary color
Monochromatic Colors of #E54190
Black with #E54190
Text Example
Text Example
White with #E54190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54190; }
p { color: rgb(229,65,144); }
H1.HeaderClassName
{
color: #E54190;
}
.AnyTagClassName
{
color: #E54190;
}
</style>
background-color css
<style>
a { background-color: #E54190; }
a { background-color: rgb(229,65,144); }
div.DivClassName
{
background-color: #E54190;
}
.BgClassName
{
background-color: #E54190;
}
</style>
border-color css
<style>
span { border-color: #E54190; }
span { border-color: rgb(229,65,144); }
td.TdClassName
{
border-color: #E54190;
}
.TagClassName
{
border-color: #E54190;
}
</style>