Shades of Cerise #E53D5A
Tints of Cerise #E53D5A
RGB
CMYK
RGB Variations
Color information
#E53D5A (or 0xE53D5A) is known color: Cerise. HEX triplet: E5, 3D and 5A. RGB value is (229,61,90). Sum of RGB (Red+Green+Blue) = 229+61+90=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53D5A is #1AC2A5. Grayscale: #727272. Windows color (decimal): -1753766 or 5914085. OLE color: 5914085.
HSL color Cylindrical-coordinate representation of color #E53D5A: hue angle of 349.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53D5A is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 90 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.10 |
| HSL | 349.64º | 0.76% | 0.57% | - |
| HSV(B) | 349.64º | 0.73% | 0.9% | - |
| XYZ | 35.83 | 20.73 | 11.79 | - |
| YUV | 114.54 | 114.16 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 90 | 0 | 0.73 | 0.61 | 0.10 | 349.64 | 0.76 | 0.57 |
| Hex | E5 | 3D | 5A | 0 | 49 | 3D | A | 15E | 4C | 39 |
| Octal | 345 | 75 | 132 | 0 | 111 | 75 | 12 | 536 | 114 | 71 |
| Binary | 11100101 | 111101 | 1011010 | 0 | 1001001 | 111101 | 1010 | 101011110 | 1001100 | 111001 |
Color Harmonies of #E53D5A
Complementary color
Monochromatic Colors of #E53D5A
Black with #E53D5A
Text Example
Text Example
White with #E53D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53D5A; }
p { color: rgb(229,61,90); }
H1.HeaderClassName
{
color: #E53D5A;
}
.AnyTagClassName
{
color: #E53D5A;
}
</style>
background-color css
<style>
a { background-color: #E53D5A; }
a { background-color: rgb(229,61,90); }
div.DivClassName
{
background-color: #E53D5A;
}
.BgClassName
{
background-color: #E53D5A;
}
</style>
border-color css
<style>
span { border-color: #E53D5A; }
span { border-color: rgb(229,61,90); }
td.TdClassName
{
border-color: #E53D5A;
}
.TagClassName
{
border-color: #E53D5A;
}
</style>