Shades of Amaranth #E53355
Tints of Amaranth #E53355
RGB
CMYK
RGB Variations
Color information
#E53355 (or 0xE53355) is known color: Amaranth. HEX triplet: E5, 33 and 55. RGB value is (229,51,85). Sum of RGB (Red+Green+Blue) = 229+51+85=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E53355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53355 is #1ACCAA. Grayscale: #6C6C6C. Windows color (decimal): -1756331 or 5583845. OLE color: 5583845.
HSL color Cylindrical-coordinate representation of color #E53355: hue angle of 348.54º 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 #E53355 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 85 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.10 |
| HSL | 348.54º | 0.77% | 0.55% | - |
| HSV(B) | 348.54º | 0.78% | 0.9% | - |
| XYZ | 35.14 | 19.68 | 10.54 | - |
| YUV | 108.1 | 114.97 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 85 | 0 | 0.78 | 0.63 | 0.10 | 348.54 | 0.77 | 0.55 |
| Hex | E5 | 33 | 55 | 0 | 4E | 3F | A | 15D | 4D | 37 |
| Octal | 345 | 63 | 125 | 0 | 116 | 77 | 12 | 535 | 115 | 67 |
| Binary | 11100101 | 110011 | 1010101 | 0 | 1001110 | 111111 | 1010 | 101011101 | 1001101 | 110111 |
Color Harmonies of #E53355
Complementary color
Monochromatic Colors of #E53355
Black with #E53355
Text Example
Text Example
White with #E53355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53355; }
p { color: rgb(229,51,85); }
H1.HeaderClassName
{
color: #E53355;
}
.AnyTagClassName
{
color: #E53355;
}
</style>
background-color css
<style>
a { background-color: #E53355; }
a { background-color: rgb(229,51,85); }
div.DivClassName
{
background-color: #E53355;
}
.BgClassName
{
background-color: #E53355;
}
</style>
border-color css
<style>
span { border-color: #E53355; }
span { border-color: rgb(229,51,85); }
td.TdClassName
{
border-color: #E53355;
}
.TagClassName
{
border-color: #E53355;
}
</style>