Shades of Amaranth #E2374D
Tints of Amaranth #E2374D
RGB
CMYK
RGB Variations
Color information
#E2374D (or 0xE2374D) is known color: Amaranth. HEX triplet: E2, 37 and 4D. RGB value is (226,55,77). Sum of RGB (Red+Green+Blue) = 226+55+77=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2374D is #1DC8B2. Grayscale: #6C6C6C. Windows color (decimal): -1951923 or 5060578. OLE color: 5060578.
HSL color Cylindrical-coordinate representation of color #E2374D: hue angle of 352.28º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2374D is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 55 | 77 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.11 |
| HSL | 352.28º | 0.75% | 0.55% | - |
| HSV(B) | 352.28º | 0.76% | 0.89% | - |
| XYZ | 34.07 | 19.44 | 8.98 | - |
| YUV | 108.64 | 110.15 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 55 | 77 | 0 | 0.76 | 0.66 | 0.11 | 352.28 | 0.75 | 0.55 |
| Hex | E2 | 37 | 4D | 0 | 4C | 42 | B | 160 | 4B | 37 |
| Octal | 342 | 67 | 115 | 0 | 114 | 102 | 13 | 540 | 113 | 67 |
| Binary | 11100010 | 110111 | 1001101 | 0 | 1001100 | 1000010 | 1011 | 101100000 | 1001011 | 110111 |
Color Harmonies of #E2374D
Complementary color
Monochromatic Colors of #E2374D
Black with #E2374D
Text Example
Text Example
White with #E2374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2374D; }
p { color: rgb(226,55,77); }
H1.HeaderClassName
{
color: #E2374D;
}
.AnyTagClassName
{
color: #E2374D;
}
</style>
background-color css
<style>
a { background-color: #E2374D; }
a { background-color: rgb(226,55,77); }
div.DivClassName
{
background-color: #E2374D;
}
.BgClassName
{
background-color: #E2374D;
}
</style>
border-color css
<style>
span { border-color: #E2374D; }
span { border-color: rgb(226,55,77); }
td.TdClassName
{
border-color: #E2374D;
}
.TagClassName
{
border-color: #E2374D;
}
</style>