Shades of Amaranth #E1394F
Tints of Amaranth #E1394F
RGB
CMYK
RGB Variations
Color information
#E1394F (or 0xE1394F) is known color: Amaranth. HEX triplet: E1, 39 and 4F. RGB value is (225,57,79). Sum of RGB (Red+Green+Blue) = 225+57+79=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E1394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1394F is #1EC6B0. Grayscale: #6D6D6D. Windows color (decimal): -2016945 or 5192161. OLE color: 5192161.
HSL color Cylindrical-coordinate representation of color #E1394F: hue angle of 352.14º 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 #E1394F is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 79 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.12 |
| HSL | 352.14º | 0.74% | 0.55% | - |
| HSV(B) | 352.14º | 0.75% | 0.88% | - |
| XYZ | 33.93 | 19.5 | 9.37 | - |
| YUV | 109.74 | 110.66 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 79 | 0 | 0.75 | 0.65 | 0.12 | 352.14 | 0.74 | 0.55 |
| Hex | E1 | 39 | 4F | 0 | 4B | 41 | C | 160 | 4A | 37 |
| Octal | 341 | 71 | 117 | 0 | 113 | 101 | 14 | 540 | 112 | 67 |
| Binary | 11100001 | 111001 | 1001111 | 0 | 1001011 | 1000001 | 1100 | 101100000 | 1001010 | 110111 |
Color Harmonies of #E1394F
Complementary color
Monochromatic Colors of #E1394F
Black with #E1394F
Text Example
Text Example
White with #E1394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1394F; }
p { color: rgb(225,57,79); }
H1.HeaderClassName
{
color: #E1394F;
}
.AnyTagClassName
{
color: #E1394F;
}
</style>
background-color css
<style>
a { background-color: #E1394F; }
a { background-color: rgb(225,57,79); }
div.DivClassName
{
background-color: #E1394F;
}
.BgClassName
{
background-color: #E1394F;
}
</style>
border-color css
<style>
span { border-color: #E1394F; }
span { border-color: rgb(225,57,79); }
td.TdClassName
{
border-color: #E1394F;
}
.TagClassName
{
border-color: #E1394F;
}
</style>