Shades of Amaranth #E5314C
Tints of Amaranth #E5314C
RGB
CMYK
RGB Variations
Color information
#E5314C (or 0xE5314C) is known color: Amaranth. HEX triplet: E5, 31 and 4C. RGB value is (229,49,76). Sum of RGB (Red+Green+Blue) = 229+49+76=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E5314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5314C is #1ACEB3. Grayscale: #696969. Windows color (decimal): -1756852 or 4993509. OLE color: 4993509.
HSL color Cylindrical-coordinate representation of color #E5314C: hue angle of 351º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5314C is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 76 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.10 |
| HSL | 351º | 0.78% | 0.55% | - |
| HSV(B) | 351º | 0.79% | 0.9% | - |
| XYZ | 34.72 | 19.38 | 8.75 | - |
| YUV | 105.9 | 111.13 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 76 | 0 | 0.79 | 0.67 | 0.10 | 351 | 0.78 | 0.55 |
| Hex | E5 | 31 | 4C | 0 | 4F | 43 | A | 15F | 4E | 37 |
| Octal | 345 | 61 | 114 | 0 | 117 | 103 | 12 | 537 | 116 | 67 |
| Binary | 11100101 | 110001 | 1001100 | 0 | 1001111 | 1000011 | 1010 | 101011111 | 1001110 | 110111 |
Color Harmonies of #E5314C
Complementary color
Monochromatic Colors of #E5314C
Black with #E5314C
Text Example
Text Example
White with #E5314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5314C; }
p { color: rgb(229,49,76); }
H1.HeaderClassName
{
color: #E5314C;
}
.AnyTagClassName
{
color: #E5314C;
}
</style>
background-color css
<style>
a { background-color: #E5314C; }
a { background-color: rgb(229,49,76); }
div.DivClassName
{
background-color: #E5314C;
}
.BgClassName
{
background-color: #E5314C;
}
</style>
border-color css
<style>
span { border-color: #E5314C; }
span { border-color: rgb(229,49,76); }
td.TdClassName
{
border-color: #E5314C;
}
.TagClassName
{
border-color: #E5314C;
}
</style>