Shades of Amaranth #E7444E
Tints of Amaranth #E7444E
RGB
CMYK
RGB Variations
Color information
#E7444E (or 0xE7444E) is known color: Amaranth. HEX triplet: E7, 44 and 4E. RGB value is (231,68,78). Sum of RGB (Red+Green+Blue) = 231+68+78=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E7444E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7444E is #18BBB1. Grayscale: #757575. Windows color (decimal): -1620914 or 5129447. OLE color: 5129447.
HSL color Cylindrical-coordinate representation of color #E7444E: hue angle of 356.32º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7444E is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 78 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.09 |
| HSL | 356.32º | 0.77% | 0.59% | - |
| HSV(B) | 356.32º | 0.71% | 0.91% | - |
| XYZ | 36.4 | 21.67 | 9.47 | - |
| YUV | 117.88 | 105.5 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 78 | 0 | 0.71 | 0.66 | 0.09 | 356.32 | 0.77 | 0.59 |
| Hex | E7 | 44 | 4E | 0 | 47 | 42 | 9 | 164 | 4D | 3B |
| Octal | 347 | 104 | 116 | 0 | 107 | 102 | 11 | 544 | 115 | 73 |
| Binary | 11100111 | 1000100 | 1001110 | 0 | 1000111 | 1000010 | 1001 | 101100100 | 1001101 | 111011 |
Color Harmonies of #E7444E
Complementary color
Monochromatic Colors of #E7444E
Black with #E7444E
Text Example
Text Example
White with #E7444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7444E; }
p { color: rgb(231,68,78); }
H1.HeaderClassName
{
color: #E7444E;
}
.AnyTagClassName
{
color: #E7444E;
}
</style>
background-color css
<style>
a { background-color: #E7444E; }
a { background-color: rgb(231,68,78); }
div.DivClassName
{
background-color: #E7444E;
}
.BgClassName
{
background-color: #E7444E;
}
</style>
border-color css
<style>
span { border-color: #E7444E; }
span { border-color: rgb(231,68,78); }
td.TdClassName
{
border-color: #E7444E;
}
.TagClassName
{
border-color: #E7444E;
}
</style>