Shades of Amaranth #E1394A
Tints of Amaranth #E1394A
RGB
CMYK
RGB Variations
Color information
#E1394A (or 0xE1394A) is known color: Amaranth. HEX triplet: E1, 39 and 4A. RGB value is (225,57,74). Sum of RGB (Red+Green+Blue) = 225+57+74=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1394A is #1EC6B5. Grayscale: #6D6D6D. Windows color (decimal): -2016950 or 4864481. OLE color: 4864481.
HSL color Cylindrical-coordinate representation of color #E1394A: hue angle of 353.93º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E1394A is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 74 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.12 |
| HSL | 353.93º | 0.74% | 0.55% | - |
| HSV(B) | 353.93º | 0.75% | 0.88% | - |
| XYZ | 33.75 | 19.43 | 8.45 | - |
| YUV | 109.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 74 | 0 | 0.75 | 0.67 | 0.12 | 353.93 | 0.74 | 0.55 |
| Hex | E1 | 39 | 4A | 0 | 4B | 43 | C | 162 | 4A | 37 |
| Octal | 341 | 71 | 112 | 0 | 113 | 103 | 14 | 542 | 112 | 67 |
| Binary | 11100001 | 111001 | 1001010 | 0 | 1001011 | 1000011 | 1100 | 101100010 | 1001010 | 110111 |
Color Harmonies of #E1394A
Complementary color
Monochromatic Colors of #E1394A
Black with #E1394A
Text Example
Text Example
White with #E1394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1394A; }
p { color: rgb(225,57,74); }
H1.HeaderClassName
{
color: #E1394A;
}
.AnyTagClassName
{
color: #E1394A;
}
</style>
background-color css
<style>
a { background-color: #E1394A; }
a { background-color: rgb(225,57,74); }
div.DivClassName
{
background-color: #E1394A;
}
.BgClassName
{
background-color: #E1394A;
}
</style>
border-color css
<style>
span { border-color: #E1394A; }
span { border-color: rgb(225,57,74); }
td.TdClassName
{
border-color: #E1394A;
}
.TagClassName
{
border-color: #E1394A;
}
</style>