Shades of Amaranth #E5384E
Tints of Amaranth #E5384E
RGB
CMYK
RGB Variations
Color information
#E5384E (or 0xE5384E) is known color: Amaranth. HEX triplet: E5, 38 and 4E. RGB value is (229,56,78). Sum of RGB (Red+Green+Blue) = 229+56+78=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E5384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5384E is #1AC7B1. Grayscale: #6E6E6E. Windows color (decimal): -1755058 or 5126373. OLE color: 5126373.
HSL color Cylindrical-coordinate representation of color #E5384E: hue angle of 352.37º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5384E is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 78 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.10 |
| HSL | 352.37º | 0.77% | 0.56% | - |
| HSV(B) | 352.37º | 0.76% | 0.9% | - |
| XYZ | 35.1 | 20.04 | 9.23 | - |
| YUV | 110.24 | 109.81 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 78 | 0 | 0.76 | 0.66 | 0.10 | 352.37 | 0.77 | 0.56 |
| Hex | E5 | 38 | 4E | 0 | 4C | 42 | A | 160 | 4D | 38 |
| Octal | 345 | 70 | 116 | 0 | 114 | 102 | 12 | 540 | 115 | 70 |
| Binary | 11100101 | 111000 | 1001110 | 0 | 1001100 | 1000010 | 1010 | 101100000 | 1001101 | 111000 |
Color Harmonies of #E5384E
Complementary color
Monochromatic Colors of #E5384E
Black with #E5384E
Text Example
Text Example
White with #E5384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5384E; }
p { color: rgb(229,56,78); }
H1.HeaderClassName
{
color: #E5384E;
}
.AnyTagClassName
{
color: #E5384E;
}
</style>
background-color css
<style>
a { background-color: #E5384E; }
a { background-color: rgb(229,56,78); }
div.DivClassName
{
background-color: #E5384E;
}
.BgClassName
{
background-color: #E5384E;
}
</style>
border-color css
<style>
span { border-color: #E5384E; }
span { border-color: rgb(229,56,78); }
td.TdClassName
{
border-color: #E5384E;
}
.TagClassName
{
border-color: #E5384E;
}
</style>