Shades of Deep Cerise #E54191
Tints of Deep Cerise #E54191
RGB
CMYK
RGB Variations
Color information
#E54191 (or 0xE54191) is known color: Deep Cerise. HEX triplet: E5, 41 and 91. RGB value is (229,65,145). Sum of RGB (Red+Green+Blue) = 229+65+145=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E54191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54191 is #1ABE6E. Grayscale: #7B7B7B. Windows color (decimal): -1752687 or 9519589. OLE color: 9519589.
HSL color Cylindrical-coordinate representation of color #E54191: hue angle of 330.73º 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 #E54191 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 145 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.10 |
| HSL | 330.73º | 0.76% | 0.58% | - |
| HSV(B) | 330.73º | 0.72% | 0.9% | - |
| XYZ | 39.31 | 22.48 | 29.06 | - |
| YUV | 123.16 | 140.33 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 145 | 0 | 0.72 | 0.37 | 0.10 | 330.73 | 0.76 | 0.58 |
| Hex | E5 | 41 | 91 | 0 | 48 | 25 | A | 14B | 4C | 3A |
| Octal | 345 | 101 | 221 | 0 | 110 | 45 | 12 | 513 | 114 | 72 |
| Binary | 11100101 | 1000001 | 10010001 | 0 | 1001000 | 100101 | 1010 | 101001011 | 1001100 | 111010 |
Color Harmonies of #E54191
Complementary color
Monochromatic Colors of #E54191
Black with #E54191
Text Example
Text Example
White with #E54191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54191; }
p { color: rgb(229,65,145); }
H1.HeaderClassName
{
color: #E54191;
}
.AnyTagClassName
{
color: #E54191;
}
</style>
background-color css
<style>
a { background-color: #E54191; }
a { background-color: rgb(229,65,145); }
div.DivClassName
{
background-color: #E54191;
}
.BgClassName
{
background-color: #E54191;
}
</style>
border-color css
<style>
span { border-color: #E54191; }
span { border-color: rgb(229,65,145); }
td.TdClassName
{
border-color: #E54191;
}
.TagClassName
{
border-color: #E54191;
}
</style>