Shades of Amaranth #E4414E
Tints of Amaranth #E4414E
RGB
CMYK
RGB Variations
Color information
#E4414E (or 0xE4414E) is known color: Amaranth. HEX triplet: E4, 41 and 4E. RGB value is (228,65,78). Sum of RGB (Red+Green+Blue) = 228+65+78=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E4414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4414E is #1BBEB1. Grayscale: #737373. Windows color (decimal): -1818290 or 5128676. OLE color: 5128676.
HSL color Cylindrical-coordinate representation of color #E4414E: hue angle of 355.21º 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 #E4414E is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 65 | 78 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.11 |
| HSL | 355.21º | 0.75% | 0.57% | - |
| HSV(B) | 355.21º | 0.71% | 0.89% | - |
| XYZ | 35.26 | 20.82 | 9.37 | - |
| YUV | 115.22 | 107 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 78 | 0 | 0.71 | 0.66 | 0.11 | 355.21 | 0.75 | 0.57 |
| Hex | E4 | 41 | 4E | 0 | 47 | 42 | B | 163 | 4B | 39 |
| Octal | 344 | 101 | 116 | 0 | 107 | 102 | 13 | 543 | 113 | 71 |
| Binary | 11100100 | 1000001 | 1001110 | 0 | 1000111 | 1000010 | 1011 | 101100011 | 1001011 | 111001 |
Color Harmonies of #E4414E
Complementary color
Monochromatic Colors of #E4414E
Black with #E4414E
Text Example
Text Example
White with #E4414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4414E; }
p { color: rgb(228,65,78); }
H1.HeaderClassName
{
color: #E4414E;
}
.AnyTagClassName
{
color: #E4414E;
}
</style>
background-color css
<style>
a { background-color: #E4414E; }
a { background-color: rgb(228,65,78); }
div.DivClassName
{
background-color: #E4414E;
}
.BgClassName
{
background-color: #E4414E;
}
</style>
border-color css
<style>
span { border-color: #E4414E; }
span { border-color: rgb(228,65,78); }
td.TdClassName
{
border-color: #E4414E;
}
.TagClassName
{
border-color: #E4414E;
}
</style>