Shades of Amaranth #E5315A
Tints of Amaranth #E5315A
RGB
CMYK
RGB Variations
Color information
#E5315A (or 0xE5315A) is known color: Amaranth. HEX triplet: E5, 31 and 5A. RGB value is (229,49,90). Sum of RGB (Red+Green+Blue) = 229+49+90=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E5315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5315A is #1ACEA5. Grayscale: #6B6B6B. Windows color (decimal): -1756838 or 5911013. OLE color: 5911013.
HSL color Cylindrical-coordinate representation of color #E5315A: hue angle of 346.33º 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 #E5315A is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 90 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.10 |
| HSL | 346.33º | 0.78% | 0.55% | - |
| HSV(B) | 346.33º | 0.79% | 0.9% | - |
| XYZ | 35.26 | 19.59 | 11.6 | - |
| YUV | 107.49 | 118.13 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 90 | 0 | 0.79 | 0.61 | 0.10 | 346.33 | 0.78 | 0.55 |
| Hex | E5 | 31 | 5A | 0 | 4F | 3D | A | 15A | 4E | 37 |
| Octal | 345 | 61 | 132 | 0 | 117 | 75 | 12 | 532 | 116 | 67 |
| Binary | 11100101 | 110001 | 1011010 | 0 | 1001111 | 111101 | 1010 | 101011010 | 1001110 | 110111 |
Color Harmonies of #E5315A
Complementary color
Monochromatic Colors of #E5315A
Black with #E5315A
Text Example
Text Example
White with #E5315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5315A; }
p { color: rgb(229,49,90); }
H1.HeaderClassName
{
color: #E5315A;
}
.AnyTagClassName
{
color: #E5315A;
}
</style>
background-color css
<style>
a { background-color: #E5315A; }
a { background-color: rgb(229,49,90); }
div.DivClassName
{
background-color: #E5315A;
}
.BgClassName
{
background-color: #E5315A;
}
</style>
border-color css
<style>
span { border-color: #E5315A; }
span { border-color: rgb(229,49,90); }
td.TdClassName
{
border-color: #E5315A;
}
.TagClassName
{
border-color: #E5315A;
}
</style>