Shades of Amaranth #E5384A
Tints of Amaranth #E5384A
RGB
CMYK
RGB Variations
Color information
#E5384A (or 0xE5384A) is known color: Amaranth. HEX triplet: E5, 38 and 4A. RGB value is (229,56,74). Sum of RGB (Red+Green+Blue) = 229+56+74=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E5384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5384A is #1AC7B5. Grayscale: #6D6D6D. Windows color (decimal): -1755062 or 4864229. OLE color: 4864229.
HSL color Cylindrical-coordinate representation of color #E5384A: hue angle of 353.76º 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 #E5384A is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 74 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.10 |
| HSL | 353.76º | 0.77% | 0.56% | - |
| HSV(B) | 353.76º | 0.76% | 0.9% | - |
| XYZ | 34.96 | 19.98 | 8.49 | - |
| YUV | 109.78 | 107.81 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 74 | 0 | 0.76 | 0.68 | 0.10 | 353.76 | 0.77 | 0.56 |
| Hex | E5 | 38 | 4A | 0 | 4C | 44 | A | 162 | 4D | 38 |
| Octal | 345 | 70 | 112 | 0 | 114 | 104 | 12 | 542 | 115 | 70 |
| Binary | 11100101 | 111000 | 1001010 | 0 | 1001100 | 1000100 | 1010 | 101100010 | 1001101 | 111000 |
Color Harmonies of #E5384A
Complementary color
Monochromatic Colors of #E5384A
Black with #E5384A
Text Example
Text Example
White with #E5384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5384A; }
p { color: rgb(229,56,74); }
H1.HeaderClassName
{
color: #E5384A;
}
.AnyTagClassName
{
color: #E5384A;
}
</style>
background-color css
<style>
a { background-color: #E5384A; }
a { background-color: rgb(229,56,74); }
div.DivClassName
{
background-color: #E5384A;
}
.BgClassName
{
background-color: #E5384A;
}
</style>
border-color css
<style>
span { border-color: #E5384A; }
span { border-color: rgb(229,56,74); }
td.TdClassName
{
border-color: #E5384A;
}
.TagClassName
{
border-color: #E5384A;
}
</style>