Shades of Cerise #E53172
Tints of Cerise #E53172
RGB
CMYK
RGB Variations
Color information
#E53172 (or 0xE53172) is known color: Cerise. HEX triplet: E5, 31 and 72. RGB value is (229,49,114). Sum of RGB (Red+Green+Blue) = 229+49+114=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E53172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53172 is #1ACE8D. Grayscale: #6E6E6E. Windows color (decimal): -1756814 or 7483877. OLE color: 7483877.
HSL color Cylindrical-coordinate representation of color #E53172: hue angle of 338.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E53172 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 114 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.10 |
| HSL | 338.33º | 0.78% | 0.55% | - |
| HSV(B) | 338.33º | 0.79% | 0.9% | - |
| XYZ | 36.45 | 20.07 | 17.87 | - |
| YUV | 110.23 | 130.13 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 114 | 0 | 0.79 | 0.50 | 0.10 | 338.33 | 0.78 | 0.55 |
| Hex | E5 | 31 | 72 | 0 | 4F | 32 | A | 152 | 4E | 37 |
| Octal | 345 | 61 | 162 | 0 | 117 | 62 | 12 | 522 | 116 | 67 |
| Binary | 11100101 | 110001 | 1110010 | 0 | 1001111 | 110010 | 1010 | 101010010 | 1001110 | 110111 |
Color Harmonies of #E53172
Complementary color
Monochromatic Colors of #E53172
Black with #E53172
Text Example
Text Example
White with #E53172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53172; }
p { color: rgb(229,49,114); }
H1.HeaderClassName
{
color: #E53172;
}
.AnyTagClassName
{
color: #E53172;
}
</style>
background-color css
<style>
a { background-color: #E53172; }
a { background-color: rgb(229,49,114); }
div.DivClassName
{
background-color: #E53172;
}
.BgClassName
{
background-color: #E53172;
}
</style>
border-color css
<style>
span { border-color: #E53172; }
span { border-color: rgb(229,49,114); }
td.TdClassName
{
border-color: #E53172;
}
.TagClassName
{
border-color: #E53172;
}
</style>