Shades of Amaranth #E9474D
Tints of Amaranth #E9474D
RGB
CMYK
RGB Variations
Color information
#E9474D (or 0xE9474D) is known color: Amaranth. HEX triplet: E9, 47 and 4D. RGB value is (233,71,77). Sum of RGB (Red+Green+Blue) = 233+71+77=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E9474D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9474D is #16B8B2. Grayscale: #787878. Windows color (decimal): -1489075 or 5064681. OLE color: 5064681.
HSL color Cylindrical-coordinate representation of color #E9474D: hue angle of 357.78º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9474D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 71 | 77 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.09 |
| HSL | 357.78º | 0.79% | 0.6% | - |
| HSV(B) | 357.78º | 0.7% | 0.91% | - |
| XYZ | 37.2 | 22.37 | 9.38 | - |
| YUV | 120.12 | 103.67 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 71 | 77 | 0 | 0.70 | 0.67 | 0.09 | 357.78 | 0.79 | 0.6 |
| Hex | E9 | 47 | 4D | 0 | 46 | 43 | 9 | 166 | 4F | 3C |
| Octal | 351 | 107 | 115 | 0 | 106 | 103 | 11 | 546 | 117 | 74 |
| Binary | 11101001 | 1000111 | 1001101 | 0 | 1000110 | 1000011 | 1001 | 101100110 | 1001111 | 111100 |
Color Harmonies of #E9474D
Complementary color
Monochromatic Colors of #E9474D
Black with #E9474D
Text Example
Text Example
White with #E9474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9474D; }
p { color: rgb(233,71,77); }
H1.HeaderClassName
{
color: #E9474D;
}
.AnyTagClassName
{
color: #E9474D;
}
</style>
background-color css
<style>
a { background-color: #E9474D; }
a { background-color: rgb(233,71,77); }
div.DivClassName
{
background-color: #E9474D;
}
.BgClassName
{
background-color: #E9474D;
}
</style>
border-color css
<style>
span { border-color: #E9474D; }
span { border-color: rgb(233,71,77); }
td.TdClassName
{
border-color: #E9474D;
}
.TagClassName
{
border-color: #E9474D;
}
</style>