Shades of Amaranth #E4414A
Tints of Amaranth #E4414A
RGB
CMYK
RGB Variations
Color information
#E4414A (or 0xE4414A) is known color: Amaranth. HEX triplet: E4, 41 and 4A. RGB value is (228,65,74). Sum of RGB (Red+Green+Blue) = 228+65+74=367 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.13% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 228 - color contains mainly: red. Hex color #E4414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4414A is #1BBEB5. Grayscale: #727272. Windows color (decimal): -1818294 or 4866532. OLE color: 4866532.
HSL color Cylindrical-coordinate representation of color #E4414A: hue angle of 356.69º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E4414A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 65 | 74 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.11 |
| HSL | 356.69º | 0.75% | 0.57% | - |
| HSV(B) | 356.69º | 0.71% | 0.89% | - |
| XYZ | 35.12 | 20.77 | 8.64 | - |
| YUV | 114.76 | 105 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 74 | 0 | 0.71 | 0.68 | 0.11 | 356.69 | 0.75 | 0.57 |
| Hex | E4 | 41 | 4A | 0 | 47 | 44 | B | 165 | 4B | 39 |
| Octal | 344 | 101 | 112 | 0 | 107 | 104 | 13 | 545 | 113 | 71 |
| Binary | 11100100 | 1000001 | 1001010 | 0 | 1000111 | 1000100 | 1011 | 101100101 | 1001011 | 111001 |
Color Harmonies of #E4414A
Complementary color
Monochromatic Colors of #E4414A
Black with #E4414A
Text Example
Text Example
White with #E4414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4414A; }
p { color: rgb(228,65,74); }
H1.HeaderClassName
{
color: #E4414A;
}
.AnyTagClassName
{
color: #E4414A;
}
</style>
background-color css
<style>
a { background-color: #E4414A; }
a { background-color: rgb(228,65,74); }
div.DivClassName
{
background-color: #E4414A;
}
.BgClassName
{
background-color: #E4414A;
}
</style>
border-color css
<style>
span { border-color: #E4414A; }
span { border-color: rgb(228,65,74); }
td.TdClassName
{
border-color: #E4414A;
}
.TagClassName
{
border-color: #E4414A;
}
</style>