Shades of Amaranth #E3354D
Tints of Amaranth #E3354D
RGB
CMYK
RGB Variations
Color information
#E3354D (or 0xE3354D) is known color: Amaranth. HEX triplet: E3, 35 and 4D. RGB value is (227,53,77). Sum of RGB (Red+Green+Blue) = 227+53+77=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E3354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3354D is #1CCAB2. Grayscale: #6B6B6B. Windows color (decimal): -1886899 or 5060067. OLE color: 5060067.
HSL color Cylindrical-coordinate representation of color #E3354D: hue angle of 351.72º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E3354D is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 53 | 77 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.11 |
| HSL | 351.72º | 0.76% | 0.55% | - |
| HSV(B) | 351.72º | 0.77% | 0.89% | - |
| XYZ | 34.29 | 19.41 | 8.96 | - |
| YUV | 107.76 | 110.65 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 53 | 77 | 0 | 0.77 | 0.66 | 0.11 | 351.72 | 0.76 | 0.55 |
| Hex | E3 | 35 | 4D | 0 | 4D | 42 | B | 160 | 4C | 37 |
| Octal | 343 | 65 | 115 | 0 | 115 | 102 | 13 | 540 | 114 | 67 |
| Binary | 11100011 | 110101 | 1001101 | 0 | 1001101 | 1000010 | 1011 | 101100000 | 1001100 | 110111 |
Color Harmonies of #E3354D
Complementary color
Monochromatic Colors of #E3354D
Black with #E3354D
Text Example
Text Example
White with #E3354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3354D; }
p { color: rgb(227,53,77); }
H1.HeaderClassName
{
color: #E3354D;
}
.AnyTagClassName
{
color: #E3354D;
}
</style>
background-color css
<style>
a { background-color: #E3354D; }
a { background-color: rgb(227,53,77); }
div.DivClassName
{
background-color: #E3354D;
}
.BgClassName
{
background-color: #E3354D;
}
</style>
border-color css
<style>
span { border-color: #E3354D; }
span { border-color: rgb(227,53,77); }
td.TdClassName
{
border-color: #E3354D;
}
.TagClassName
{
border-color: #E3354D;
}
</style>