Shades of Amaranth #E53353
Tints of Amaranth #E53353
RGB
CMYK
RGB Variations
Color information
#E53353 (or 0xE53353) is known color: Amaranth. HEX triplet: E5, 33 and 53. RGB value is (229,51,83). Sum of RGB (Red+Green+Blue) = 229+51+83=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E53353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53353 is #1ACCAC. Grayscale: #6B6B6B. Windows color (decimal): -1756333 or 5452773. OLE color: 5452773.
HSL color Cylindrical-coordinate representation of color #E53353: hue angle of 349.21º 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 #E53353 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 83 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.10 |
| HSL | 349.21º | 0.77% | 0.55% | - |
| HSV(B) | 349.21º | 0.78% | 0.9% | - |
| XYZ | 35.06 | 19.65 | 10.13 | - |
| YUV | 107.87 | 113.97 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 83 | 0 | 0.78 | 0.64 | 0.10 | 349.21 | 0.77 | 0.55 |
| Hex | E5 | 33 | 53 | 0 | 4E | 40 | A | 15D | 4D | 37 |
| Octal | 345 | 63 | 123 | 0 | 116 | 100 | 12 | 535 | 115 | 67 |
| Binary | 11100101 | 110011 | 1010011 | 0 | 1001110 | 1000000 | 1010 | 101011101 | 1001101 | 110111 |
Color Harmonies of #E53353
Complementary color
Monochromatic Colors of #E53353
Black with #E53353
Text Example
Text Example
White with #E53353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53353; }
p { color: rgb(229,51,83); }
H1.HeaderClassName
{
color: #E53353;
}
.AnyTagClassName
{
color: #E53353;
}
</style>
background-color css
<style>
a { background-color: #E53353; }
a { background-color: rgb(229,51,83); }
div.DivClassName
{
background-color: #E53353;
}
.BgClassName
{
background-color: #E53353;
}
</style>
border-color css
<style>
span { border-color: #E53353; }
span { border-color: rgb(229,51,83); }
td.TdClassName
{
border-color: #E53353;
}
.TagClassName
{
border-color: #E53353;
}
</style>