Shades of Amaranth #E5434E
Tints of Amaranth #E5434E
RGB
CMYK
RGB Variations
Color information
#E5434E (or 0xE5434E) is known color: Amaranth. HEX triplet: E5, 43 and 4E. RGB value is (229,67,78). Sum of RGB (Red+Green+Blue) = 229+67+78=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E5434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5434E is #1ABCB1. Grayscale: #747474. Windows color (decimal): -1752242 or 5129189. OLE color: 5129189.
HSL color Cylindrical-coordinate representation of color #E5434E: hue angle of 355.93º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5434E is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 78 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.10 |
| HSL | 355.93º | 0.76% | 0.58% | - |
| HSV(B) | 355.93º | 0.71% | 0.9% | - |
| XYZ | 35.7 | 21.22 | 9.42 | - |
| YUV | 116.69 | 106.17 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 78 | 0 | 0.71 | 0.66 | 0.10 | 355.93 | 0.76 | 0.58 |
| Hex | E5 | 43 | 4E | 0 | 47 | 42 | A | 164 | 4C | 3A |
| Octal | 345 | 103 | 116 | 0 | 107 | 102 | 12 | 544 | 114 | 72 |
| Binary | 11100101 | 1000011 | 1001110 | 0 | 1000111 | 1000010 | 1010 | 101100100 | 1001100 | 111010 |
Color Harmonies of #E5434E
Complementary color
Monochromatic Colors of #E5434E
Black with #E5434E
Text Example
Text Example
White with #E5434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5434E; }
p { color: rgb(229,67,78); }
H1.HeaderClassName
{
color: #E5434E;
}
.AnyTagClassName
{
color: #E5434E;
}
</style>
background-color css
<style>
a { background-color: #E5434E; }
a { background-color: rgb(229,67,78); }
div.DivClassName
{
background-color: #E5434E;
}
.BgClassName
{
background-color: #E5434E;
}
</style>
border-color css
<style>
span { border-color: #E5434E; }
span { border-color: rgb(229,67,78); }
td.TdClassName
{
border-color: #E5434E;
}
.TagClassName
{
border-color: #E5434E;
}
</style>