Shades of Amaranth #E4394D
Tints of Amaranth #E4394D
RGB
CMYK
RGB Variations
Color information
#E4394D (or 0xE4394D) is known color: Amaranth. HEX triplet: E4, 39 and 4D. RGB value is (228,57,77). Sum of RGB (Red+Green+Blue) = 228+57+77=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E4394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4394D is #1BC6B2. Grayscale: #6E6E6E. Windows color (decimal): -1820339 or 5061092. OLE color: 5061092.
HSL color Cylindrical-coordinate representation of color #E4394D: hue angle of 352.98º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E4394D is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 57 | 77 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.11 |
| HSL | 352.98º | 0.76% | 0.56% | - |
| HSV(B) | 352.98º | 0.75% | 0.89% | - |
| XYZ | 34.8 | 19.96 | 9.04 | - |
| YUV | 110.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 57 | 77 | 0 | 0.75 | 0.66 | 0.11 | 352.98 | 0.76 | 0.56 |
| Hex | E4 | 39 | 4D | 0 | 4B | 42 | B | 161 | 4C | 38 |
| Octal | 344 | 71 | 115 | 0 | 113 | 102 | 13 | 541 | 114 | 70 |
| Binary | 11100100 | 111001 | 1001101 | 0 | 1001011 | 1000010 | 1011 | 101100001 | 1001100 | 111000 |
Color Harmonies of #E4394D
Complementary color
Monochromatic Colors of #E4394D
Black with #E4394D
Text Example
Text Example
White with #E4394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4394D; }
p { color: rgb(228,57,77); }
H1.HeaderClassName
{
color: #E4394D;
}
.AnyTagClassName
{
color: #E4394D;
}
</style>
background-color css
<style>
a { background-color: #E4394D; }
a { background-color: rgb(228,57,77); }
div.DivClassName
{
background-color: #E4394D;
}
.BgClassName
{
background-color: #E4394D;
}
</style>
border-color css
<style>
span { border-color: #E4394D; }
span { border-color: rgb(228,57,77); }
td.TdClassName
{
border-color: #E4394D;
}
.TagClassName
{
border-color: #E4394D;
}
</style>