Shades of Cerise #E52A5C
Tints of Cerise #E52A5C
RGB
CMYK
RGB Variations
Color information
#E52A5C (or 0xE52A5C) is known color: Cerise. HEX triplet: E5, 2A and 5C. RGB value is (229,42,92). Sum of RGB (Red+Green+Blue) = 229+42+92=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A5C is #1AD5A3. Grayscale: #676767. Windows color (decimal): -1758628 or 6040293. OLE color: 6040293.
HSL color Cylindrical-coordinate representation of color #E52A5C: hue angle of 343.96º 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 #E52A5C is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 92 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.10 |
| HSL | 343.96º | 0.78% | 0.53% | - |
| HSV(B) | 343.96º | 0.82% | 0.9% | - |
| XYZ | 35.07 | 19.09 | 11.96 | - |
| YUV | 103.61 | 121.45 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 92 | 0 | 0.82 | 0.60 | 0.10 | 343.96 | 0.78 | 0.53 |
| Hex | E5 | 2A | 5C | 0 | 52 | 3C | A | 158 | 4E | 35 |
| Octal | 345 | 52 | 134 | 0 | 122 | 74 | 12 | 530 | 116 | 65 |
| Binary | 11100101 | 101010 | 1011100 | 0 | 1010010 | 111100 | 1010 | 101011000 | 1001110 | 110101 |
Color Harmonies of #E52A5C
Complementary color
Monochromatic Colors of #E52A5C
Black with #E52A5C
Text Example
Text Example
White with #E52A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A5C; }
p { color: rgb(229,42,92); }
H1.HeaderClassName
{
color: #E52A5C;
}
.AnyTagClassName
{
color: #E52A5C;
}
</style>
background-color css
<style>
a { background-color: #E52A5C; }
a { background-color: rgb(229,42,92); }
div.DivClassName
{
background-color: #E52A5C;
}
.BgClassName
{
background-color: #E52A5C;
}
</style>
border-color css
<style>
span { border-color: #E52A5C; }
span { border-color: rgb(229,42,92); }
td.TdClassName
{
border-color: #E52A5C;
}
.TagClassName
{
border-color: #E52A5C;
}
</style>