Shades of Amaranth #E1384A
Tints of Amaranth #E1384A
RGB
CMYK
RGB Variations
Color information
#E1384A (or 0xE1384A) is known color: Amaranth. HEX triplet: E1, 38 and 4A. RGB value is (225,56,74). Sum of RGB (Red+Green+Blue) = 225+56+74=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1384A is #1EC7B5. Grayscale: #6C6C6C. Windows color (decimal): -2017206 or 4864225. OLE color: 4864225.
HSL color Cylindrical-coordinate representation of color #E1384A: hue angle of 353.61º 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 #E1384A is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 74 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.12 |
| HSL | 353.61º | 0.74% | 0.55% | - |
| HSV(B) | 353.61º | 0.75% | 0.88% | - |
| XYZ | 33.7 | 19.33 | 8.43 | - |
| YUV | 108.58 | 108.49 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 74 | 0 | 0.75 | 0.67 | 0.12 | 353.61 | 0.74 | 0.55 |
| Hex | E1 | 38 | 4A | 0 | 4B | 43 | C | 162 | 4A | 37 |
| Octal | 341 | 70 | 112 | 0 | 113 | 103 | 14 | 542 | 112 | 67 |
| Binary | 11100001 | 111000 | 1001010 | 0 | 1001011 | 1000011 | 1100 | 101100010 | 1001010 | 110111 |
Color Harmonies of #E1384A
Complementary color
Monochromatic Colors of #E1384A
Black with #E1384A
Text Example
Text Example
White with #E1384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1384A; }
p { color: rgb(225,56,74); }
H1.HeaderClassName
{
color: #E1384A;
}
.AnyTagClassName
{
color: #E1384A;
}
</style>
background-color css
<style>
a { background-color: #E1384A; }
a { background-color: rgb(225,56,74); }
div.DivClassName
{
background-color: #E1384A;
}
.BgClassName
{
background-color: #E1384A;
}
</style>
border-color css
<style>
span { border-color: #E1384A; }
span { border-color: rgb(225,56,74); }
td.TdClassName
{
border-color: #E1384A;
}
.TagClassName
{
border-color: #E1384A;
}
</style>