Shades of Cerise #E53974
Tints of Cerise #E53974
RGB
CMYK
RGB Variations
Color information
#E53974 (or 0xE53974) is known color: Cerise. HEX triplet: E5, 39 and 74. RGB value is (229,57,116). Sum of RGB (Red+Green+Blue) = 229+57+116=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E53974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53974 is #1AC68B. Grayscale: #737373. Windows color (decimal): -1754764 or 7616997. OLE color: 7616997.
HSL color Cylindrical-coordinate representation of color #E53974: hue angle of 339.42º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53974 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 116 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.10 |
| HSL | 339.42º | 0.77% | 0.56% | - |
| HSV(B) | 339.42º | 0.75% | 0.9% | - |
| XYZ | 36.93 | 20.85 | 18.6 | - |
| YUV | 115.15 | 128.48 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 116 | 0 | 0.75 | 0.49 | 0.10 | 339.42 | 0.77 | 0.56 |
| Hex | E5 | 39 | 74 | 0 | 4B | 31 | A | 153 | 4D | 38 |
| Octal | 345 | 71 | 164 | 0 | 113 | 61 | 12 | 523 | 115 | 70 |
| Binary | 11100101 | 111001 | 1110100 | 0 | 1001011 | 110001 | 1010 | 101010011 | 1001101 | 111000 |
Color Harmonies of #E53974
Complementary color
Monochromatic Colors of #E53974
Black with #E53974
Text Example
Text Example
White with #E53974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53974; }
p { color: rgb(229,57,116); }
H1.HeaderClassName
{
color: #E53974;
}
.AnyTagClassName
{
color: #E53974;
}
</style>
background-color css
<style>
a { background-color: #E53974; }
a { background-color: rgb(229,57,116); }
div.DivClassName
{
background-color: #E53974;
}
.BgClassName
{
background-color: #E53974;
}
</style>
border-color css
<style>
span { border-color: #E53974; }
span { border-color: rgb(229,57,116); }
td.TdClassName
{
border-color: #E53974;
}
.TagClassName
{
border-color: #E53974;
}
</style>