Shades of Amaranth #E3454C
Tints of Amaranth #E3454C
RGB
CMYK
RGB Variations
Color information
#E3454C (or 0xE3454C) is known color: Amaranth. HEX triplet: E3, 45 and 4C. RGB value is (227,69,76). Sum of RGB (Red+Green+Blue) = 227+69+76=372 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.02% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 227 - color contains mainly: red. Hex color #E3454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3454C is #1CBAB3. Grayscale: #757575. Windows color (decimal): -1882804 or 4998627. OLE color: 4998627.
HSL color Cylindrical-coordinate representation of color #E3454C: hue angle of 357.34º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E3454C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 76 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.11 |
| HSL | 357.34º | 0.74% | 0.58% | - |
| HSV(B) | 357.34º | 0.7% | 0.89% | - |
| XYZ | 35.11 | 21.11 | 9.06 | - |
| YUV | 117.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 76 | 0 | 0.70 | 0.67 | 0.11 | 357.34 | 0.74 | 0.58 |
| Hex | E3 | 45 | 4C | 0 | 46 | 43 | B | 165 | 4A | 3A |
| Octal | 343 | 105 | 114 | 0 | 106 | 103 | 13 | 545 | 112 | 72 |
| Binary | 11100011 | 1000101 | 1001100 | 0 | 1000110 | 1000011 | 1011 | 101100101 | 1001010 | 111010 |
Color Harmonies of #E3454C
Complementary color
Monochromatic Colors of #E3454C
Black with #E3454C
Text Example
Text Example
White with #E3454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3454C; }
p { color: rgb(227,69,76); }
H1.HeaderClassName
{
color: #E3454C;
}
.AnyTagClassName
{
color: #E3454C;
}
</style>
background-color css
<style>
a { background-color: #E3454C; }
a { background-color: rgb(227,69,76); }
div.DivClassName
{
background-color: #E3454C;
}
.BgClassName
{
background-color: #E3454C;
}
</style>
border-color css
<style>
span { border-color: #E3454C; }
span { border-color: rgb(227,69,76); }
td.TdClassName
{
border-color: #E3454C;
}
.TagClassName
{
border-color: #E3454C;
}
</style>