Shades of Amaranth #E5444F
Tints of Amaranth #E5444F
RGB
CMYK
RGB Variations
Color information
#E5444F (or 0xE5444F) is known color: Amaranth. HEX triplet: E5, 44 and 4F. RGB value is (229,68,79). Sum of RGB (Red+Green+Blue) = 229+68+79=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E5444F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5444F is #1ABBB0. Grayscale: #757575. Windows color (decimal): -1751985 or 5194981. OLE color: 5194981.
HSL color Cylindrical-coordinate representation of color #E5444F: hue angle of 355.9º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5444F is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 79 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.10 |
| HSL | 355.9º | 0.76% | 0.58% | - |
| HSV(B) | 355.9º | 0.7% | 0.9% | - |
| XYZ | 35.79 | 21.36 | 9.63 | - |
| YUV | 117.39 | 106.34 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 79 | 0 | 0.70 | 0.66 | 0.10 | 355.9 | 0.76 | 0.58 |
| Hex | E5 | 44 | 4F | 0 | 46 | 42 | A | 164 | 4C | 3A |
| Octal | 345 | 104 | 117 | 0 | 106 | 102 | 12 | 544 | 114 | 72 |
| Binary | 11100101 | 1000100 | 1001111 | 0 | 1000110 | 1000010 | 1010 | 101100100 | 1001100 | 111010 |
Color Harmonies of #E5444F
Complementary color
Monochromatic Colors of #E5444F
Black with #E5444F
Text Example
Text Example
White with #E5444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5444F; }
p { color: rgb(229,68,79); }
H1.HeaderClassName
{
color: #E5444F;
}
.AnyTagClassName
{
color: #E5444F;
}
</style>
background-color css
<style>
a { background-color: #E5444F; }
a { background-color: rgb(229,68,79); }
div.DivClassName
{
background-color: #E5444F;
}
.BgClassName
{
background-color: #E5444F;
}
</style>
border-color css
<style>
span { border-color: #E5444F; }
span { border-color: rgb(229,68,79); }
td.TdClassName
{
border-color: #E5444F;
}
.TagClassName
{
border-color: #E5444F;
}
</style>