Shades of Amaranth #E94549
Tints of Amaranth #E94549
RGB
CMYK
RGB Variations
Color information
#E94549 (or 0xE94549) is known color: Amaranth. HEX triplet: E9, 45 and 49. RGB value is (233,69,73). Sum of RGB (Red+Green+Blue) = 233+69+73=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E94549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94549 is #16BAB6. Grayscale: #767676. Windows color (decimal): -1489591 or 4802025. OLE color: 4802025.
HSL color Cylindrical-coordinate representation of color #E94549: hue angle of 358.54º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94549 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 73 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.09 |
| HSL | 358.54º | 0.79% | 0.59% | - |
| HSV(B) | 358.54º | 0.7% | 0.91% | - |
| XYZ | 36.93 | 22.06 | 8.61 | - |
| YUV | 118.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 73 | 0 | 0.70 | 0.69 | 0.09 | 358.54 | 0.79 | 0.59 |
| Hex | E9 | 45 | 49 | 0 | 46 | 45 | 9 | 167 | 4F | 3B |
| Octal | 351 | 105 | 111 | 0 | 106 | 105 | 11 | 547 | 117 | 73 |
| Binary | 11101001 | 1000101 | 1001001 | 0 | 1000110 | 1000101 | 1001 | 101100111 | 1001111 | 111011 |
Color Harmonies of #E94549
Complementary color
Monochromatic Colors of #E94549
Black with #E94549
Text Example
Text Example
White with #E94549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94549; }
p { color: rgb(233,69,73); }
H1.HeaderClassName
{
color: #E94549;
}
.AnyTagClassName
{
color: #E94549;
}
</style>
background-color css
<style>
a { background-color: #E94549; }
a { background-color: rgb(233,69,73); }
div.DivClassName
{
background-color: #E94549;
}
.BgClassName
{
background-color: #E94549;
}
</style>
border-color css
<style>
span { border-color: #E94549; }
span { border-color: rgb(233,69,73); }
td.TdClassName
{
border-color: #E94549;
}
.TagClassName
{
border-color: #E94549;
}
</style>