Shades of Cerise #E52F75
Tints of Cerise #E52F75
RGB
CMYK
RGB Variations
Color information
#E52F75 (or 0xE52F75) is known color: Cerise. HEX triplet: E5, 2F and 75. RGB value is (229,47,117). Sum of RGB (Red+Green+Blue) = 229+47+117=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52F75 is #1AD08A. Grayscale: #6D6D6D. Windows color (decimal): -1757323 or 7679973. OLE color: 7679973.
HSL color Cylindrical-coordinate representation of color #E52F75: hue angle of 336.92º 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 #E52F75 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 117 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.10 |
| HSL | 336.92º | 0.78% | 0.54% | - |
| HSV(B) | 336.92º | 0.79% | 0.9% | - |
| XYZ | 36.54 | 19.98 | 18.76 | - |
| YUV | 109.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 117 | 0 | 0.79 | 0.49 | 0.10 | 336.92 | 0.78 | 0.54 |
| Hex | E5 | 2F | 75 | 0 | 4F | 31 | A | 151 | 4E | 36 |
| Octal | 345 | 57 | 165 | 0 | 117 | 61 | 12 | 521 | 116 | 66 |
| Binary | 11100101 | 101111 | 1110101 | 0 | 1001111 | 110001 | 1010 | 101010001 | 1001110 | 110110 |
Color Harmonies of #E52F75
Complementary color
Monochromatic Colors of #E52F75
Black with #E52F75
Text Example
Text Example
White with #E52F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F75; }
p { color: rgb(229,47,117); }
H1.HeaderClassName
{
color: #E52F75;
}
.AnyTagClassName
{
color: #E52F75;
}
</style>
background-color css
<style>
a { background-color: #E52F75; }
a { background-color: rgb(229,47,117); }
div.DivClassName
{
background-color: #E52F75;
}
.BgClassName
{
background-color: #E52F75;
}
</style>
border-color css
<style>
span { border-color: #E52F75; }
span { border-color: rgb(229,47,117); }
td.TdClassName
{
border-color: #E52F75;
}
.TagClassName
{
border-color: #E52F75;
}
</style>