Shades of Cerise #E53468
Tints of Cerise #E53468
RGB
CMYK
RGB Variations
Color information
#E53468 (or 0xE53468) is known color: Cerise. HEX triplet: E5, 34 and 68. RGB value is (229,52,104). Sum of RGB (Red+Green+Blue) = 229+52+104=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E53468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53468 is #1ACB97. Grayscale: #6E6E6E. Windows color (decimal): -1756056 or 6829285. OLE color: 6829285.
HSL color Cylindrical-coordinate representation of color #E53468: hue angle of 342.37º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53468 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 104 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.10 |
| HSL | 342.37º | 0.77% | 0.55% | - |
| HSV(B) | 342.37º | 0.77% | 0.9% | - |
| XYZ | 36.04 | 20.11 | 15.08 | - |
| YUV | 110.85 | 124.14 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 104 | 0 | 0.77 | 0.55 | 0.10 | 342.37 | 0.77 | 0.55 |
| Hex | E5 | 34 | 68 | 0 | 4D | 37 | A | 156 | 4D | 37 |
| Octal | 345 | 64 | 150 | 0 | 115 | 67 | 12 | 526 | 115 | 67 |
| Binary | 11100101 | 110100 | 1101000 | 0 | 1001101 | 110111 | 1010 | 101010110 | 1001101 | 110111 |
Color Harmonies of #E53468
Complementary color
Monochromatic Colors of #E53468
Black with #E53468
Text Example
Text Example
White with #E53468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53468; }
p { color: rgb(229,52,104); }
H1.HeaderClassName
{
color: #E53468;
}
.AnyTagClassName
{
color: #E53468;
}
</style>
background-color css
<style>
a { background-color: #E53468; }
a { background-color: rgb(229,52,104); }
div.DivClassName
{
background-color: #E53468;
}
.BgClassName
{
background-color: #E53468;
}
</style>
border-color css
<style>
span { border-color: #E53468; }
span { border-color: rgb(229,52,104); }
td.TdClassName
{
border-color: #E53468;
}
.TagClassName
{
border-color: #E53468;
}
</style>