Shades of Amaranth #E3444C
Tints of Amaranth #E3444C
RGB
CMYK
RGB Variations
Color information
#E3444C (or 0xE3444C) is known color: Amaranth. HEX triplet: E3, 44 and 4C. RGB value is (227,68,76). Sum of RGB (Red+Green+Blue) = 227+68+76=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E3444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3444C is #1CBBB3. Grayscale: #747474. Windows color (decimal): -1883060 or 4998371. OLE color: 4998371.
HSL color Cylindrical-coordinate representation of color #E3444C: hue angle of 356.98º degrees, saturation: 0.74, 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 #E3444C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 76 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.11 |
| HSL | 356.98º | 0.74% | 0.58% | - |
| HSV(B) | 356.98º | 0.7% | 0.89% | - |
| XYZ | 35.05 | 20.99 | 9.04 | - |
| YUV | 116.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 76 | 0 | 0.70 | 0.67 | 0.11 | 356.98 | 0.74 | 0.58 |
| Hex | E3 | 44 | 4C | 0 | 46 | 43 | B | 165 | 4A | 3A |
| Octal | 343 | 104 | 114 | 0 | 106 | 103 | 13 | 545 | 112 | 72 |
| Binary | 11100011 | 1000100 | 1001100 | 0 | 1000110 | 1000011 | 1011 | 101100101 | 1001010 | 111010 |
Color Harmonies of #E3444C
Complementary color
Monochromatic Colors of #E3444C
Black with #E3444C
Text Example
Text Example
White with #E3444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3444C; }
p { color: rgb(227,68,76); }
H1.HeaderClassName
{
color: #E3444C;
}
.AnyTagClassName
{
color: #E3444C;
}
</style>
background-color css
<style>
a { background-color: #E3444C; }
a { background-color: rgb(227,68,76); }
div.DivClassName
{
background-color: #E3444C;
}
.BgClassName
{
background-color: #E3444C;
}
</style>
border-color css
<style>
span { border-color: #E3444C; }
span { border-color: rgb(227,68,76); }
td.TdClassName
{
border-color: #E3444C;
}
.TagClassName
{
border-color: #E3444C;
}
</style>