Shades of Cerise #E53268
Tints of Cerise #E53268
RGB
CMYK
RGB Variations
Color information
#E53268 (or 0xE53268) is known color: Cerise. HEX triplet: E5, 32 and 68. RGB value is (229,50,104). Sum of RGB (Red+Green+Blue) = 229+50+104=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E53268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53268 is #1ACD97. Grayscale: #6D6D6D. Windows color (decimal): -1756568 or 6828773. OLE color: 6828773.
HSL color Cylindrical-coordinate representation of color #E53268: hue angle of 341.9º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E53268 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 104 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.10 |
| HSL | 341.9º | 0.77% | 0.55% | - |
| HSV(B) | 341.9º | 0.78% | 0.9% | - |
| XYZ | 35.95 | 19.94 | 15.05 | - |
| YUV | 109.68 | 124.8 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 104 | 0 | 0.78 | 0.55 | 0.10 | 341.9 | 0.77 | 0.55 |
| Hex | E5 | 32 | 68 | 0 | 4E | 37 | A | 156 | 4D | 37 |
| Octal | 345 | 62 | 150 | 0 | 116 | 67 | 12 | 526 | 115 | 67 |
| Binary | 11100101 | 110010 | 1101000 | 0 | 1001110 | 110111 | 1010 | 101010110 | 1001101 | 110111 |
Color Harmonies of #E53268
Complementary color
Monochromatic Colors of #E53268
Black with #E53268
Text Example
Text Example
White with #E53268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53268; }
p { color: rgb(229,50,104); }
H1.HeaderClassName
{
color: #E53268;
}
.AnyTagClassName
{
color: #E53268;
}
</style>
background-color css
<style>
a { background-color: #E53268; }
a { background-color: rgb(229,50,104); }
div.DivClassName
{
background-color: #E53268;
}
.BgClassName
{
background-color: #E53268;
}
</style>
border-color css
<style>
span { border-color: #E53268; }
span { border-color: rgb(229,50,104); }
td.TdClassName
{
border-color: #E53268;
}
.TagClassName
{
border-color: #E53268;
}
</style>