Shades of Cerise #E53D6F
Tints of Cerise #E53D6F
RGB
CMYK
RGB Variations
Color information
#E53D6F (or 0xE53D6F) is known color: Cerise. HEX triplet: E5, 3D and 6F. RGB value is (229,61,111). Sum of RGB (Red+Green+Blue) = 229+61+111=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53D6F is #1AC290. Grayscale: #747474. Windows color (decimal): -1753745 or 7290341. OLE color: 7290341.
HSL color Cylindrical-coordinate representation of color #E53D6F: hue angle of 342.14º 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 #E53D6F is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 111 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.10 |
| HSL | 342.14º | 0.76% | 0.57% | - |
| HSV(B) | 342.14º | 0.73% | 0.9% | - |
| XYZ | 36.85 | 21.14 | 17.18 | - |
| YUV | 116.93 | 124.66 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 111 | 0 | 0.73 | 0.52 | 0.10 | 342.14 | 0.76 | 0.57 |
| Hex | E5 | 3D | 6F | 0 | 49 | 34 | A | 156 | 4C | 39 |
| Octal | 345 | 75 | 157 | 0 | 111 | 64 | 12 | 526 | 114 | 71 |
| Binary | 11100101 | 111101 | 1101111 | 0 | 1001001 | 110100 | 1010 | 101010110 | 1001100 | 111001 |
Color Harmonies of #E53D6F
Complementary color
Monochromatic Colors of #E53D6F
Black with #E53D6F
Text Example
Text Example
White with #E53D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53D6F; }
p { color: rgb(229,61,111); }
H1.HeaderClassName
{
color: #E53D6F;
}
.AnyTagClassName
{
color: #E53D6F;
}
</style>
background-color css
<style>
a { background-color: #E53D6F; }
a { background-color: rgb(229,61,111); }
div.DivClassName
{
background-color: #E53D6F;
}
.BgClassName
{
background-color: #E53D6F;
}
</style>
border-color css
<style>
span { border-color: #E53D6F; }
span { border-color: rgb(229,61,111); }
td.TdClassName
{
border-color: #E53D6F;
}
.TagClassName
{
border-color: #E53D6F;
}
</style>