Shades of Cerise #E53D5B
Tints of Cerise #E53D5B
RGB
CMYK
RGB Variations
Color information
#E53D5B (or 0xE53D5B) is known color: Cerise. HEX triplet: E5, 3D and 5B. RGB value is (229,61,91). Sum of RGB (Red+Green+Blue) = 229+61+91=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53D5B is #1AC2A4. Grayscale: #727272. Windows color (decimal): -1753765 or 5979621. OLE color: 5979621.
HSL color Cylindrical-coordinate representation of color #E53D5B: hue angle of 349.29º 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 #E53D5B is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 91 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.10 |
| HSL | 349.29º | 0.76% | 0.57% | - |
| HSV(B) | 349.29º | 0.73% | 0.9% | - |
| XYZ | 35.87 | 20.75 | 12.01 | - |
| YUV | 114.65 | 114.66 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 91 | 0 | 0.73 | 0.60 | 0.10 | 349.29 | 0.76 | 0.57 |
| Hex | E5 | 3D | 5B | 0 | 49 | 3C | A | 15D | 4C | 39 |
| Octal | 345 | 75 | 133 | 0 | 111 | 74 | 12 | 535 | 114 | 71 |
| Binary | 11100101 | 111101 | 1011011 | 0 | 1001001 | 111100 | 1010 | 101011101 | 1001100 | 111001 |
Color Harmonies of #E53D5B
Complementary color
Monochromatic Colors of #E53D5B
Black with #E53D5B
Text Example
Text Example
White with #E53D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53D5B; }
p { color: rgb(229,61,91); }
H1.HeaderClassName
{
color: #E53D5B;
}
.AnyTagClassName
{
color: #E53D5B;
}
</style>
background-color css
<style>
a { background-color: #E53D5B; }
a { background-color: rgb(229,61,91); }
div.DivClassName
{
background-color: #E53D5B;
}
.BgClassName
{
background-color: #E53D5B;
}
</style>
border-color css
<style>
span { border-color: #E53D5B; }
span { border-color: rgb(229,61,91); }
td.TdClassName
{
border-color: #E53D5B;
}
.TagClassName
{
border-color: #E53D5B;
}
</style>