Shades of Cerise #E52D74
Tints of Cerise #E52D74
RGB
CMYK
RGB Variations
Color information
#E52D74 (or 0xE52D74) is known color: Cerise. HEX triplet: E5, 2D and 74. RGB value is (229,45,116). Sum of RGB (Red+Green+Blue) = 229+45+116=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52D74 is #1AD28B. Grayscale: #6C6C6C. Windows color (decimal): -1757836 or 7613925. OLE color: 7613925.
HSL color Cylindrical-coordinate representation of color #E52D74: hue angle of 336.85º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52D74 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 116 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.10 |
| HSL | 336.85º | 0.78% | 0.54% | - |
| HSV(B) | 336.85º | 0.8% | 0.9% | - |
| XYZ | 36.4 | 19.8 | 18.43 | - |
| YUV | 108.11 | 132.46 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 116 | 0 | 0.80 | 0.49 | 0.10 | 336.85 | 0.78 | 0.54 |
| Hex | E5 | 2D | 74 | 0 | 50 | 31 | A | 151 | 4E | 36 |
| Octal | 345 | 55 | 164 | 0 | 120 | 61 | 12 | 521 | 116 | 66 |
| Binary | 11100101 | 101101 | 1110100 | 0 | 1010000 | 110001 | 1010 | 101010001 | 1001110 | 110110 |
Color Harmonies of #E52D74
Complementary color
Monochromatic Colors of #E52D74
Black with #E52D74
Text Example
Text Example
White with #E52D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52D74; }
p { color: rgb(229,45,116); }
H1.HeaderClassName
{
color: #E52D74;
}
.AnyTagClassName
{
color: #E52D74;
}
</style>
background-color css
<style>
a { background-color: #E52D74; }
a { background-color: rgb(229,45,116); }
div.DivClassName
{
background-color: #E52D74;
}
.BgClassName
{
background-color: #E52D74;
}
</style>
border-color css
<style>
span { border-color: #E52D74; }
span { border-color: rgb(229,45,116); }
td.TdClassName
{
border-color: #E52D74;
}
.TagClassName
{
border-color: #E52D74;
}
</style>