Shades of Amaranth #E44649
Tints of Amaranth #E44649
RGB
CMYK
RGB Variations
Color information
#E44649 (or 0xE44649) is known color: Amaranth. HEX triplet: E4, 46 and 49. RGB value is (228,70,73). Sum of RGB (Red+Green+Blue) = 228+70+73=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E44649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44649 is #1BB9B6. Grayscale: #757575. Windows color (decimal): -1817015 or 4802276. OLE color: 4802276.
HSL color Cylindrical-coordinate representation of color #E44649: hue angle of 358.86º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E44649 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 70 | 73 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.11 |
| HSL | 358.86º | 0.75% | 0.58% | - |
| HSV(B) | 358.86º | 0.69% | 0.89% | - |
| XYZ | 35.39 | 21.36 | 8.56 | - |
| YUV | 117.58 | 102.85 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 70 | 73 | 0 | 0.69 | 0.68 | 0.11 | 358.86 | 0.75 | 0.58 |
| Hex | E4 | 46 | 49 | 0 | 45 | 44 | B | 167 | 4B | 3A |
| Octal | 344 | 106 | 111 | 0 | 105 | 104 | 13 | 547 | 113 | 72 |
| Binary | 11100100 | 1000110 | 1001001 | 0 | 1000101 | 1000100 | 1011 | 101100111 | 1001011 | 111010 |
Color Harmonies of #E44649
Complementary color
Monochromatic Colors of #E44649
Black with #E44649
Text Example
Text Example
White with #E44649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44649; }
p { color: rgb(228,70,73); }
H1.HeaderClassName
{
color: #E44649;
}
.AnyTagClassName
{
color: #E44649;
}
</style>
background-color css
<style>
a { background-color: #E44649; }
a { background-color: rgb(228,70,73); }
div.DivClassName
{
background-color: #E44649;
}
.BgClassName
{
background-color: #E44649;
}
</style>
border-color css
<style>
span { border-color: #E44649; }
span { border-color: rgb(228,70,73); }
td.TdClassName
{
border-color: #E44649;
}
.TagClassName
{
border-color: #E44649;
}
</style>