Shades of Cerise #E52C5C
Tints of Cerise #E52C5C
RGB
CMYK
RGB Variations
Color information
#E52C5C (or 0xE52C5C) is known color: Cerise. HEX triplet: E5, 2C and 5C. RGB value is (229,44,92). Sum of RGB (Red+Green+Blue) = 229+44+92=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52C5C is #1AD3A3. Grayscale: #686868. Windows color (decimal): -1758116 or 6040805. OLE color: 6040805.
HSL color Cylindrical-coordinate representation of color #E52C5C: hue angle of 344.43º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52C5C is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 92 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.10 |
| HSL | 344.43º | 0.78% | 0.54% | - |
| HSV(B) | 344.43º | 0.81% | 0.9% | - |
| XYZ | 35.15 | 19.23 | 11.99 | - |
| YUV | 104.79 | 120.79 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 92 | 0 | 0.81 | 0.60 | 0.10 | 344.43 | 0.78 | 0.54 |
| Hex | E5 | 2C | 5C | 0 | 51 | 3C | A | 158 | 4E | 36 |
| Octal | 345 | 54 | 134 | 0 | 121 | 74 | 12 | 530 | 116 | 66 |
| Binary | 11100101 | 101100 | 1011100 | 0 | 1010001 | 111100 | 1010 | 101011000 | 1001110 | 110110 |
Color Harmonies of #E52C5C
Complementary color
Monochromatic Colors of #E52C5C
Black with #E52C5C
Text Example
Text Example
White with #E52C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C5C; }
p { color: rgb(229,44,92); }
H1.HeaderClassName
{
color: #E52C5C;
}
.AnyTagClassName
{
color: #E52C5C;
}
</style>
background-color css
<style>
a { background-color: #E52C5C; }
a { background-color: rgb(229,44,92); }
div.DivClassName
{
background-color: #E52C5C;
}
.BgClassName
{
background-color: #E52C5C;
}
</style>
border-color css
<style>
span { border-color: #E52C5C; }
span { border-color: rgb(229,44,92); }
td.TdClassName
{
border-color: #E52C5C;
}
.TagClassName
{
border-color: #E52C5C;
}
</style>