Shades of Amaranth #E73844
Tints of Amaranth #E73844
RGB
CMYK
RGB Variations
Color information
#E73844 (or 0xE73844) is known color: Amaranth. HEX triplet: E7, 38 and 44. RGB value is (231,56,68). Sum of RGB (Red+Green+Blue) = 231+56+68=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E73844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73844 is #18C7BB. Grayscale: #6D6D6D. Windows color (decimal): -1623996 or 4471015. OLE color: 4471015.
HSL color Cylindrical-coordinate representation of color #E73844: hue angle of 355.89º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E73844 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 56 | 68 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.09 |
| HSL | 355.89º | 0.78% | 0.56% | - |
| HSV(B) | 355.89º | 0.76% | 0.91% | - |
| XYZ | 35.41 | 20.23 | 7.51 | - |
| YUV | 109.69 | 104.48 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 56 | 68 | 0 | 0.76 | 0.71 | 0.09 | 355.89 | 0.78 | 0.56 |
| Hex | E7 | 38 | 44 | 0 | 4C | 47 | 9 | 164 | 4E | 38 |
| Octal | 347 | 70 | 104 | 0 | 114 | 107 | 11 | 544 | 116 | 70 |
| Binary | 11100111 | 111000 | 1000100 | 0 | 1001100 | 1000111 | 1001 | 101100100 | 1001110 | 111000 |
Color Harmonies of #E73844
Complementary color
Monochromatic Colors of #E73844
Black with #E73844
Text Example
Text Example
White with #E73844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73844; }
p { color: rgb(231,56,68); }
H1.HeaderClassName
{
color: #E73844;
}
.AnyTagClassName
{
color: #E73844;
}
</style>
background-color css
<style>
a { background-color: #E73844; }
a { background-color: rgb(231,56,68); }
div.DivClassName
{
background-color: #E73844;
}
.BgClassName
{
background-color: #E73844;
}
</style>
border-color css
<style>
span { border-color: #E73844; }
span { border-color: rgb(231,56,68); }
td.TdClassName
{
border-color: #E73844;
}
.TagClassName
{
border-color: #E73844;
}
</style>