Shades of Amaranth #E5434D
Tints of Amaranth #E5434D
RGB
CMYK
RGB Variations
Color information
#E5434D (or 0xE5434D) is known color: Amaranth. HEX triplet: E5, 43 and 4D. RGB value is (229,67,77). Sum of RGB (Red+Green+Blue) = 229+67+77=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E5434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5434D is #1ABCB2. Grayscale: #747474. Windows color (decimal): -1752243 or 5063653. OLE color: 5063653.
HSL color Cylindrical-coordinate representation of color #E5434D: hue angle of 356.3º 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 #E5434D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 77 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.10 |
| HSL | 356.3º | 0.76% | 0.58% | - |
| HSV(B) | 356.3º | 0.71% | 0.9% | - |
| XYZ | 35.66 | 21.21 | 9.24 | - |
| YUV | 116.58 | 105.67 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 77 | 0 | 0.71 | 0.66 | 0.10 | 356.3 | 0.76 | 0.58 |
| Hex | E5 | 43 | 4D | 0 | 47 | 42 | A | 164 | 4C | 3A |
| Octal | 345 | 103 | 115 | 0 | 107 | 102 | 12 | 544 | 114 | 72 |
| Binary | 11100101 | 1000011 | 1001101 | 0 | 1000111 | 1000010 | 1010 | 101100100 | 1001100 | 111010 |
Color Harmonies of #E5434D
Complementary color
Monochromatic Colors of #E5434D
Black with #E5434D
Text Example
Text Example
White with #E5434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5434D; }
p { color: rgb(229,67,77); }
H1.HeaderClassName
{
color: #E5434D;
}
.AnyTagClassName
{
color: #E5434D;
}
</style>
background-color css
<style>
a { background-color: #E5434D; }
a { background-color: rgb(229,67,77); }
div.DivClassName
{
background-color: #E5434D;
}
.BgClassName
{
background-color: #E5434D;
}
</style>
border-color css
<style>
span { border-color: #E5434D; }
span { border-color: rgb(229,67,77); }
td.TdClassName
{
border-color: #E5434D;
}
.TagClassName
{
border-color: #E5434D;
}
</style>