Shades of Amaranth #E53350
Tints of Amaranth #E53350
RGB
CMYK
RGB Variations
Color information
#E53350 (or 0xE53350) is known color: Amaranth. HEX triplet: E5, 33 and 50. RGB value is (229,51,80). Sum of RGB (Red+Green+Blue) = 229+51+80=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E53350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53350 is #1ACCAF. Grayscale: #6B6B6B. Windows color (decimal): -1756336 or 5256165. OLE color: 5256165.
HSL color Cylindrical-coordinate representation of color #E53350: hue angle of 350.22º 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 #E53350 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 80 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.10 |
| HSL | 350.22º | 0.77% | 0.55% | - |
| HSV(B) | 350.22º | 0.78% | 0.9% | - |
| XYZ | 34.94 | 19.6 | 9.53 | - |
| YUV | 107.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 80 | 0 | 0.78 | 0.65 | 0.10 | 350.22 | 0.77 | 0.55 |
| Hex | E5 | 33 | 50 | 0 | 4E | 41 | A | 15E | 4D | 37 |
| Octal | 345 | 63 | 120 | 0 | 116 | 101 | 12 | 536 | 115 | 67 |
| Binary | 11100101 | 110011 | 1010000 | 0 | 1001110 | 1000001 | 1010 | 101011110 | 1001101 | 110111 |
Color Harmonies of #E53350
Complementary color
Monochromatic Colors of #E53350
Black with #E53350
Text Example
Text Example
White with #E53350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53350; }
p { color: rgb(229,51,80); }
H1.HeaderClassName
{
color: #E53350;
}
.AnyTagClassName
{
color: #E53350;
}
</style>
background-color css
<style>
a { background-color: #E53350; }
a { background-color: rgb(229,51,80); }
div.DivClassName
{
background-color: #E53350;
}
.BgClassName
{
background-color: #E53350;
}
</style>
border-color css
<style>
span { border-color: #E53350; }
span { border-color: rgb(229,51,80); }
td.TdClassName
{
border-color: #E53350;
}
.TagClassName
{
border-color: #E53350;
}
</style>