Shades of Amaranth #E3374C
Tints of Amaranth #E3374C
RGB
CMYK
RGB Variations
Color information
#E3374C (or 0xE3374C) is known color: Amaranth. HEX triplet: E3, 37 and 4C. RGB value is (227,55,76). Sum of RGB (Red+Green+Blue) = 227+55+76=358 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.41% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 227 - color contains mainly: red. Hex color #E3374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3374C is #1CC8B3. Grayscale: #6C6C6C. Windows color (decimal): -1886388 or 4995043. OLE color: 4995043.
HSL color Cylindrical-coordinate representation of color #E3374C: hue angle of 352.67º 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 #E3374C is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 55 | 76 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.11 |
| HSL | 352.67º | 0.75% | 0.55% | - |
| HSV(B) | 352.67º | 0.76% | 0.89% | - |
| XYZ | 34.35 | 19.59 | 8.81 | - |
| YUV | 108.82 | 109.48 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 55 | 76 | 0 | 0.76 | 0.67 | 0.11 | 352.67 | 0.75 | 0.55 |
| Hex | E3 | 37 | 4C | 0 | 4C | 43 | B | 161 | 4B | 37 |
| Octal | 343 | 67 | 114 | 0 | 114 | 103 | 13 | 541 | 113 | 67 |
| Binary | 11100011 | 110111 | 1001100 | 0 | 1001100 | 1000011 | 1011 | 101100001 | 1001011 | 110111 |
Color Harmonies of #E3374C
Complementary color
Monochromatic Colors of #E3374C
Black with #E3374C
Text Example
Text Example
White with #E3374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3374C; }
p { color: rgb(227,55,76); }
H1.HeaderClassName
{
color: #E3374C;
}
.AnyTagClassName
{
color: #E3374C;
}
</style>
background-color css
<style>
a { background-color: #E3374C; }
a { background-color: rgb(227,55,76); }
div.DivClassName
{
background-color: #E3374C;
}
.BgClassName
{
background-color: #E3374C;
}
</style>
border-color css
<style>
span { border-color: #E3374C; }
span { border-color: rgb(227,55,76); }
td.TdClassName
{
border-color: #E3374C;
}
.TagClassName
{
border-color: #E3374C;
}
</style>