Shades of Amaranth #E2374A
Tints of Amaranth #E2374A
RGB
CMYK
RGB Variations
Color information
#E2374A (or 0xE2374A) is known color: Amaranth. HEX triplet: E2, 37 and 4A. RGB value is (226,55,74). Sum of RGB (Red+Green+Blue) = 226+55+74=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2374A is #1DC8B5. Grayscale: #6C6C6C. Windows color (decimal): -1951926 or 4863970. OLE color: 4863970.
HSL color Cylindrical-coordinate representation of color #E2374A: hue angle of 353.33º 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 #E2374A is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 55 | 74 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.11 |
| HSL | 353.33º | 0.75% | 0.55% | - |
| HSV(B) | 353.33º | 0.76% | 0.89% | - |
| XYZ | 33.97 | 19.4 | 8.43 | - |
| YUV | 108.3 | 108.65 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 55 | 74 | 0 | 0.76 | 0.67 | 0.11 | 353.33 | 0.75 | 0.55 |
| Hex | E2 | 37 | 4A | 0 | 4C | 43 | B | 161 | 4B | 37 |
| Octal | 342 | 67 | 112 | 0 | 114 | 103 | 13 | 541 | 113 | 67 |
| Binary | 11100010 | 110111 | 1001010 | 0 | 1001100 | 1000011 | 1011 | 101100001 | 1001011 | 110111 |
Color Harmonies of #E2374A
Complementary color
Monochromatic Colors of #E2374A
Black with #E2374A
Text Example
Text Example
White with #E2374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2374A; }
p { color: rgb(226,55,74); }
H1.HeaderClassName
{
color: #E2374A;
}
.AnyTagClassName
{
color: #E2374A;
}
</style>
background-color css
<style>
a { background-color: #E2374A; }
a { background-color: rgb(226,55,74); }
div.DivClassName
{
background-color: #E2374A;
}
.BgClassName
{
background-color: #E2374A;
}
</style>
border-color css
<style>
span { border-color: #E2374A; }
span { border-color: rgb(226,55,74); }
td.TdClassName
{
border-color: #E2374A;
}
.TagClassName
{
border-color: #E2374A;
}
</style>