Shades of Deep Cerise #E54093
Tints of Deep Cerise #E54093
RGB
CMYK
RGB Variations
Color information
#E54093 (or 0xE54093) is known color: Deep Cerise. HEX triplet: E5, 40 and 93. RGB value is (229,64,147). Sum of RGB (Red+Green+Blue) = 229+64+147=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E54093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54093 is #1ABF6C. Grayscale: #7A7A7A. Windows color (decimal): -1752941 or 9650405. OLE color: 9650405.
HSL color Cylindrical-coordinate representation of color #E54093: hue angle of 329.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54093 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 147 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.10 |
| HSL | 329.82º | 0.76% | 0.57% | - |
| HSV(B) | 329.82º | 0.72% | 0.9% | - |
| XYZ | 39.41 | 22.43 | 29.86 | - |
| YUV | 122.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 147 | 0 | 0.72 | 0.36 | 0.10 | 329.82 | 0.76 | 0.57 |
| Hex | E5 | 40 | 93 | 0 | 48 | 24 | A | 14A | 4C | 39 |
| Octal | 345 | 100 | 223 | 0 | 110 | 44 | 12 | 512 | 114 | 71 |
| Binary | 11100101 | 1000000 | 10010011 | 0 | 1001000 | 100100 | 1010 | 101001010 | 1001100 | 111001 |
Color Harmonies of #E54093
Complementary color
Monochromatic Colors of #E54093
Black with #E54093
Text Example
Text Example
White with #E54093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54093; }
p { color: rgb(229,64,147); }
H1.HeaderClassName
{
color: #E54093;
}
.AnyTagClassName
{
color: #E54093;
}
</style>
background-color css
<style>
a { background-color: #E54093; }
a { background-color: rgb(229,64,147); }
div.DivClassName
{
background-color: #E54093;
}
.BgClassName
{
background-color: #E54093;
}
</style>
border-color css
<style>
span { border-color: #E54093; }
span { border-color: rgb(229,64,147); }
td.TdClassName
{
border-color: #E54093;
}
.TagClassName
{
border-color: #E54093;
}
</style>