Shades of Amaranth #E5394B
Tints of Amaranth #E5394B
RGB
CMYK
RGB Variations
Color information
#E5394B (or 0xE5394B) is known color: Amaranth. HEX triplet: E5, 39 and 4B. RGB value is (229,57,75). Sum of RGB (Red+Green+Blue) = 229+57+75=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E5394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5394B is #1AC6B4. Grayscale: #6E6E6E. Windows color (decimal): -1754805 or 4930021. OLE color: 4930021.
HSL color Cylindrical-coordinate representation of color #E5394B: hue angle of 353.72º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5394B is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 75 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.10 |
| HSL | 353.72º | 0.77% | 0.56% | - |
| HSV(B) | 353.72º | 0.75% | 0.9% | - |
| XYZ | 35.05 | 20.09 | 8.69 | - |
| YUV | 110.48 | 107.98 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 75 | 0 | 0.75 | 0.67 | 0.10 | 353.72 | 0.77 | 0.56 |
| Hex | E5 | 39 | 4B | 0 | 4B | 43 | A | 162 | 4D | 38 |
| Octal | 345 | 71 | 113 | 0 | 113 | 103 | 12 | 542 | 115 | 70 |
| Binary | 11100101 | 111001 | 1001011 | 0 | 1001011 | 1000011 | 1010 | 101100010 | 1001101 | 111000 |
Color Harmonies of #E5394B
Complementary color
Monochromatic Colors of #E5394B
Black with #E5394B
Text Example
Text Example
White with #E5394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5394B; }
p { color: rgb(229,57,75); }
H1.HeaderClassName
{
color: #E5394B;
}
.AnyTagClassName
{
color: #E5394B;
}
</style>
background-color css
<style>
a { background-color: #E5394B; }
a { background-color: rgb(229,57,75); }
div.DivClassName
{
background-color: #E5394B;
}
.BgClassName
{
background-color: #E5394B;
}
</style>
border-color css
<style>
span { border-color: #E5394B; }
span { border-color: rgb(229,57,75); }
td.TdClassName
{
border-color: #E5394B;
}
.TagClassName
{
border-color: #E5394B;
}
</style>