Shades of Cerise #E52974
Tints of Cerise #E52974
RGB
CMYK
RGB Variations
Color information
#E52974 (or 0xE52974) is known color: Cerise. HEX triplet: E5, 29 and 74. RGB value is (229,41,116). Sum of RGB (Red+Green+Blue) = 229+41+116=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E52974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52974 is #1AD68B. Grayscale: #696969. Windows color (decimal): -1758860 or 7612901. OLE color: 7612901.
HSL color Cylindrical-coordinate representation of color #E52974: hue angle of 336.06º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52974 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 116 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.10 |
| HSL | 336.06º | 0.78% | 0.53% | - |
| HSV(B) | 336.06º | 0.82% | 0.9% | - |
| XYZ | 36.26 | 19.5 | 18.38 | - |
| YUV | 105.76 | 133.78 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 116 | 0 | 0.82 | 0.49 | 0.10 | 336.06 | 0.78 | 0.53 |
| Hex | E5 | 29 | 74 | 0 | 52 | 31 | A | 150 | 4E | 35 |
| Octal | 345 | 51 | 164 | 0 | 122 | 61 | 12 | 520 | 116 | 65 |
| Binary | 11100101 | 101001 | 1110100 | 0 | 1010010 | 110001 | 1010 | 101010000 | 1001110 | 110101 |
Color Harmonies of #E52974
Complementary color
Monochromatic Colors of #E52974
Black with #E52974
Text Example
Text Example
White with #E52974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52974; }
p { color: rgb(229,41,116); }
H1.HeaderClassName
{
color: #E52974;
}
.AnyTagClassName
{
color: #E52974;
}
</style>
background-color css
<style>
a { background-color: #E52974; }
a { background-color: rgb(229,41,116); }
div.DivClassName
{
background-color: #E52974;
}
.BgClassName
{
background-color: #E52974;
}
</style>
border-color css
<style>
span { border-color: #E52974; }
span { border-color: rgb(229,41,116); }
td.TdClassName
{
border-color: #E52974;
}
.TagClassName
{
border-color: #E52974;
}
</style>