Shades of Amaranth #E5364D
Tints of Amaranth #E5364D
RGB
CMYK
RGB Variations
Color information
#E5364D (or 0xE5364D) is known color: Amaranth. HEX triplet: E5, 36 and 4D. RGB value is (229,54,77). Sum of RGB (Red+Green+Blue) = 229+54+77=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5364D is #1AC9B2. Grayscale: #6D6D6D. Windows color (decimal): -1755571 or 5060325. OLE color: 5060325.
HSL color Cylindrical-coordinate representation of color #E5364D: hue angle of 352.11º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5364D is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 77 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.10 |
| HSL | 352.11º | 0.77% | 0.55% | - |
| HSV(B) | 352.11º | 0.76% | 0.9% | - |
| XYZ | 34.97 | 19.83 | 9.01 | - |
| YUV | 108.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 77 | 0 | 0.76 | 0.66 | 0.10 | 352.11 | 0.77 | 0.55 |
| Hex | E5 | 36 | 4D | 0 | 4C | 42 | A | 160 | 4D | 37 |
| Octal | 345 | 66 | 115 | 0 | 114 | 102 | 12 | 540 | 115 | 67 |
| Binary | 11100101 | 110110 | 1001101 | 0 | 1001100 | 1000010 | 1010 | 101100000 | 1001101 | 110111 |
Color Harmonies of #E5364D
Complementary color
Monochromatic Colors of #E5364D
Black with #E5364D
Text Example
Text Example
White with #E5364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5364D; }
p { color: rgb(229,54,77); }
H1.HeaderClassName
{
color: #E5364D;
}
.AnyTagClassName
{
color: #E5364D;
}
</style>
background-color css
<style>
a { background-color: #E5364D; }
a { background-color: rgb(229,54,77); }
div.DivClassName
{
background-color: #E5364D;
}
.BgClassName
{
background-color: #E5364D;
}
</style>
border-color css
<style>
span { border-color: #E5364D; }
span { border-color: rgb(229,54,77); }
td.TdClassName
{
border-color: #E5364D;
}
.TagClassName
{
border-color: #E5364D;
}
</style>