Shades of Amaranth #E3444A
Tints of Amaranth #E3444A
RGB
CMYK
RGB Variations
Color information
#E3444A (or 0xE3444A) is known color: Amaranth. HEX triplet: E3, 44 and 4A. RGB value is (227,68,74). Sum of RGB (Red+Green+Blue) = 227+68+74=369 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.52% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 227 - color contains mainly: red. Hex color #E3444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3444A is #1CBBB5. Grayscale: #747474. Windows color (decimal): -1883062 or 4867299. OLE color: 4867299.
HSL color Cylindrical-coordinate representation of color #E3444A: hue angle of 357.74º 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 #E3444A is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 74 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.11 |
| HSL | 357.74º | 0.74% | 0.58% | - |
| HSV(B) | 357.74º | 0.7% | 0.89% | - |
| XYZ | 34.98 | 20.96 | 8.68 | - |
| YUV | 116.23 | 104.18 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 74 | 0 | 0.70 | 0.67 | 0.11 | 357.74 | 0.74 | 0.58 |
| Hex | E3 | 44 | 4A | 0 | 46 | 43 | B | 166 | 4A | 3A |
| Octal | 343 | 104 | 112 | 0 | 106 | 103 | 13 | 546 | 112 | 72 |
| Binary | 11100011 | 1000100 | 1001010 | 0 | 1000110 | 1000011 | 1011 | 101100110 | 1001010 | 111010 |
Color Harmonies of #E3444A
Complementary color
Monochromatic Colors of #E3444A
Black with #E3444A
Text Example
Text Example
White with #E3444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3444A; }
p { color: rgb(227,68,74); }
H1.HeaderClassName
{
color: #E3444A;
}
.AnyTagClassName
{
color: #E3444A;
}
</style>
background-color css
<style>
a { background-color: #E3444A; }
a { background-color: rgb(227,68,74); }
div.DivClassName
{
background-color: #E3444A;
}
.BgClassName
{
background-color: #E3444A;
}
</style>
border-color css
<style>
span { border-color: #E3444A; }
span { border-color: rgb(227,68,74); }
td.TdClassName
{
border-color: #E3444A;
}
.TagClassName
{
border-color: #E3444A;
}
</style>