Shades of Cerise #E52F5E
Tints of Cerise #E52F5E
RGB
CMYK
RGB Variations
Color information
#E52F5E (or 0xE52F5E) is known color: Cerise. HEX triplet: E5, 2F and 5E. RGB value is (229,47,94). Sum of RGB (Red+Green+Blue) = 229+47+94=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52F5E is #1AD0A1. Grayscale: #6A6A6A. Windows color (decimal): -1757346 or 6172645. OLE color: 6172645.
HSL color Cylindrical-coordinate representation of color #E52F5E: hue angle of 344.51º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E52F5E is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 94 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.10 |
| HSL | 344.51º | 0.78% | 0.54% | - |
| HSV(B) | 344.51º | 0.79% | 0.9% | - |
| XYZ | 35.35 | 19.5 | 12.49 | - |
| YUV | 106.78 | 120.8 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 94 | 0 | 0.79 | 0.59 | 0.10 | 344.51 | 0.78 | 0.54 |
| Hex | E5 | 2F | 5E | 0 | 4F | 3B | A | 159 | 4E | 36 |
| Octal | 345 | 57 | 136 | 0 | 117 | 73 | 12 | 531 | 116 | 66 |
| Binary | 11100101 | 101111 | 1011110 | 0 | 1001111 | 111011 | 1010 | 101011001 | 1001110 | 110110 |
Color Harmonies of #E52F5E
Complementary color
Monochromatic Colors of #E52F5E
Black with #E52F5E
Text Example
Text Example
White with #E52F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F5E; }
p { color: rgb(229,47,94); }
H1.HeaderClassName
{
color: #E52F5E;
}
.AnyTagClassName
{
color: #E52F5E;
}
</style>
background-color css
<style>
a { background-color: #E52F5E; }
a { background-color: rgb(229,47,94); }
div.DivClassName
{
background-color: #E52F5E;
}
.BgClassName
{
background-color: #E52F5E;
}
</style>
border-color css
<style>
span { border-color: #E52F5E; }
span { border-color: rgb(229,47,94); }
td.TdClassName
{
border-color: #E52F5E;
}
.TagClassName
{
border-color: #E52F5E;
}
</style>