Shades of Amaranth #E5364C
Tints of Amaranth #E5364C
RGB
CMYK
RGB Variations
Color information
#E5364C (or 0xE5364C) is known color: Amaranth. HEX triplet: E5, 36 and 4C. RGB value is (229,54,76). Sum of RGB (Red+Green+Blue) = 229+54+76=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E5364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5364C is #1AC9B3. Grayscale: #6C6C6C. Windows color (decimal): -1755572 or 4994789. OLE color: 4994789.
HSL color Cylindrical-coordinate representation of color #E5364C: hue angle of 352.46º 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 #E5364C is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 76 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.10 |
| HSL | 352.46º | 0.77% | 0.55% | - |
| HSV(B) | 352.46º | 0.76% | 0.9% | - |
| XYZ | 34.94 | 19.82 | 8.82 | - |
| YUV | 108.83 | 109.48 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 76 | 0 | 0.76 | 0.67 | 0.10 | 352.46 | 0.77 | 0.55 |
| Hex | E5 | 36 | 4C | 0 | 4C | 43 | A | 160 | 4D | 37 |
| Octal | 345 | 66 | 114 | 0 | 114 | 103 | 12 | 540 | 115 | 67 |
| Binary | 11100101 | 110110 | 1001100 | 0 | 1001100 | 1000011 | 1010 | 101100000 | 1001101 | 110111 |
Color Harmonies of #E5364C
Complementary color
Monochromatic Colors of #E5364C
Black with #E5364C
Text Example
Text Example
White with #E5364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5364C; }
p { color: rgb(229,54,76); }
H1.HeaderClassName
{
color: #E5364C;
}
.AnyTagClassName
{
color: #E5364C;
}
</style>
background-color css
<style>
a { background-color: #E5364C; }
a { background-color: rgb(229,54,76); }
div.DivClassName
{
background-color: #E5364C;
}
.BgClassName
{
background-color: #E5364C;
}
</style>
border-color css
<style>
span { border-color: #E5364C; }
span { border-color: rgb(229,54,76); }
td.TdClassName
{
border-color: #E5364C;
}
.TagClassName
{
border-color: #E5364C;
}
</style>