Shades of Amaranth #E94754
Tints of Amaranth #E94754
RGB
CMYK
RGB Variations
Color information
#E94754 (or 0xE94754) is known color: Amaranth. HEX triplet: E9, 47 and 54. RGB value is (233,71,84). Sum of RGB (Red+Green+Blue) = 233+71+84=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E94754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94754 is #16B8AB. Grayscale: #797979. Windows color (decimal): -1489068 or 5523433. OLE color: 5523433.
HSL color Cylindrical-coordinate representation of color #E94754: hue angle of 355.19º 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 #E94754 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 71 | 84 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.09 |
| HSL | 355.19º | 0.79% | 0.6% | - |
| HSV(B) | 355.19º | 0.7% | 0.91% | - |
| XYZ | 37.46 | 22.47 | 10.75 | - |
| YUV | 120.92 | 107.17 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 71 | 84 | 0 | 0.70 | 0.64 | 0.09 | 355.19 | 0.79 | 0.6 |
| Hex | E9 | 47 | 54 | 0 | 46 | 40 | 9 | 163 | 4F | 3C |
| Octal | 351 | 107 | 124 | 0 | 106 | 100 | 11 | 543 | 117 | 74 |
| Binary | 11101001 | 1000111 | 1010100 | 0 | 1000110 | 1000000 | 1001 | 101100011 | 1001111 | 111100 |
Color Harmonies of #E94754
Complementary color
Monochromatic Colors of #E94754
Black with #E94754
Text Example
Text Example
White with #E94754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94754; }
p { color: rgb(233,71,84); }
H1.HeaderClassName
{
color: #E94754;
}
.AnyTagClassName
{
color: #E94754;
}
</style>
background-color css
<style>
a { background-color: #E94754; }
a { background-color: rgb(233,71,84); }
div.DivClassName
{
background-color: #E94754;
}
.BgClassName
{
background-color: #E94754;
}
</style>
border-color css
<style>
span { border-color: #E94754; }
span { border-color: rgb(233,71,84); }
td.TdClassName
{
border-color: #E94754;
}
.TagClassName
{
border-color: #E94754;
}
</style>