Shades of Amaranth #E4444F
Tints of Amaranth #E4444F
RGB
CMYK
RGB Variations
Color information
#E4444F (or 0xE4444F) is known color: Amaranth. HEX triplet: E4, 44 and 4F. RGB value is (228,68,79). Sum of RGB (Red+Green+Blue) = 228+68+79=375 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.8% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 228 - color contains mainly: red. Hex color #E4444F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4444F is #1BBBB0. Grayscale: #757575. Windows color (decimal): -1817521 or 5194980. OLE color: 5194980.
HSL color Cylindrical-coordinate representation of color #E4444F: hue angle of 355.88º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E4444F is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 68 | 79 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.11 |
| HSL | 355.88º | 0.75% | 0.58% | - |
| HSV(B) | 355.88º | 0.7% | 0.89% | - |
| XYZ | 35.47 | 21.19 | 9.62 | - |
| YUV | 117.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 68 | 79 | 0 | 0.70 | 0.65 | 0.11 | 355.88 | 0.75 | 0.58 |
| Hex | E4 | 44 | 4F | 0 | 46 | 41 | B | 164 | 4B | 3A |
| Octal | 344 | 104 | 117 | 0 | 106 | 101 | 13 | 544 | 113 | 72 |
| Binary | 11100100 | 1000100 | 1001111 | 0 | 1000110 | 1000001 | 1011 | 101100100 | 1001011 | 111010 |
Color Harmonies of #E4444F
Complementary color
Monochromatic Colors of #E4444F
Black with #E4444F
Text Example
Text Example
White with #E4444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4444F; }
p { color: rgb(228,68,79); }
H1.HeaderClassName
{
color: #E4444F;
}
.AnyTagClassName
{
color: #E4444F;
}
</style>
background-color css
<style>
a { background-color: #E4444F; }
a { background-color: rgb(228,68,79); }
div.DivClassName
{
background-color: #E4444F;
}
.BgClassName
{
background-color: #E4444F;
}
</style>
border-color css
<style>
span { border-color: #E4444F; }
span { border-color: rgb(228,68,79); }
td.TdClassName
{
border-color: #E4444F;
}
.TagClassName
{
border-color: #E4444F;
}
</style>