Shades of Amaranth #E53152
Tints of Amaranth #E53152
RGB
CMYK
RGB Variations
Color information
#E53152 (or 0xE53152) is known color: Amaranth. HEX triplet: E5, 31 and 52. RGB value is (229,49,82). Sum of RGB (Red+Green+Blue) = 229+49+82=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E53152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53152 is #1ACEAD. Grayscale: #6A6A6A. Windows color (decimal): -1756846 or 5386725. OLE color: 5386725.
HSL color Cylindrical-coordinate representation of color #E53152: hue angle of 349º 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 #E53152 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 82 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.10 |
| HSL | 349º | 0.78% | 0.55% | - |
| HSV(B) | 349º | 0.79% | 0.9% | - |
| XYZ | 34.93 | 19.46 | 9.9 | - |
| YUV | 106.58 | 114.13 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 82 | 0 | 0.79 | 0.64 | 0.10 | 349 | 0.78 | 0.55 |
| Hex | E5 | 31 | 52 | 0 | 4F | 40 | A | 15D | 4E | 37 |
| Octal | 345 | 61 | 122 | 0 | 117 | 100 | 12 | 535 | 116 | 67 |
| Binary | 11100101 | 110001 | 1010010 | 0 | 1001111 | 1000000 | 1010 | 101011101 | 1001110 | 110111 |
Color Harmonies of #E53152
Complementary color
Monochromatic Colors of #E53152
Black with #E53152
Text Example
Text Example
White with #E53152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53152; }
p { color: rgb(229,49,82); }
H1.HeaderClassName
{
color: #E53152;
}
.AnyTagClassName
{
color: #E53152;
}
</style>
background-color css
<style>
a { background-color: #E53152; }
a { background-color: rgb(229,49,82); }
div.DivClassName
{
background-color: #E53152;
}
.BgClassName
{
background-color: #E53152;
}
</style>
border-color css
<style>
span { border-color: #E53152; }
span { border-color: rgb(229,49,82); }
td.TdClassName
{
border-color: #E53152;
}
.TagClassName
{
border-color: #E53152;
}
</style>