Shades of Cerise #E52F62
Tints of Cerise #E52F62
RGB
CMYK
RGB Variations
Color information
#E52F62 (or 0xE52F62) is known color: Cerise. HEX triplet: E5, 2F and 62. RGB value is (229,47,98). Sum of RGB (Red+Green+Blue) = 229+47+98=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52F62 is #1AD09D. Grayscale: #6B6B6B. Windows color (decimal): -1757342 or 6434789. OLE color: 6434789.
HSL color Cylindrical-coordinate representation of color #E52F62: hue angle of 343.19º 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 #E52F62 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 98 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.10 |
| HSL | 343.19º | 0.78% | 0.54% | - |
| HSV(B) | 343.19º | 0.79% | 0.9% | - |
| XYZ | 35.53 | 19.57 | 13.46 | - |
| YUV | 107.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 98 | 0 | 0.79 | 0.57 | 0.10 | 343.19 | 0.78 | 0.54 |
| Hex | E5 | 2F | 62 | 0 | 4F | 39 | A | 157 | 4E | 36 |
| Octal | 345 | 57 | 142 | 0 | 117 | 71 | 12 | 527 | 116 | 66 |
| Binary | 11100101 | 101111 | 1100010 | 0 | 1001111 | 111001 | 1010 | 101010111 | 1001110 | 110110 |
Color Harmonies of #E52F62
Complementary color
Monochromatic Colors of #E52F62
Black with #E52F62
Text Example
Text Example
White with #E52F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F62; }
p { color: rgb(229,47,98); }
H1.HeaderClassName
{
color: #E52F62;
}
.AnyTagClassName
{
color: #E52F62;
}
</style>
background-color css
<style>
a { background-color: #E52F62; }
a { background-color: rgb(229,47,98); }
div.DivClassName
{
background-color: #E52F62;
}
.BgClassName
{
background-color: #E52F62;
}
</style>
border-color css
<style>
span { border-color: #E52F62; }
span { border-color: rgb(229,47,98); }
td.TdClassName
{
border-color: #E52F62;
}
.TagClassName
{
border-color: #E52F62;
}
</style>