Shades of Amaranth #E8315B
Tints of Amaranth #E8315B
RGB
CMYK
RGB Variations
Color information
#E8315B (or 0xE8315B) is known color: Amaranth. HEX triplet: E8, 31 and 5B. RGB value is (232,49,91). Sum of RGB (Red+Green+Blue) = 232+49+91=372 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.37% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 232 - color contains mainly: red. Hex color #E8315B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8315B is #17CEA4. Grayscale: #6C6C6C. Windows color (decimal): -1560229 or 5976552. OLE color: 5976552.
HSL color Cylindrical-coordinate representation of color #E8315B: hue angle of 346.23º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8315B is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 91 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.09 |
| HSL | 346.23º | 0.8% | 0.55% | - |
| HSV(B) | 346.23º | 0.79% | 0.91% | - |
| XYZ | 36.27 | 20.11 | 11.87 | - |
| YUV | 108.51 | 118.13 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 91 | 0 | 0.79 | 0.61 | 0.09 | 346.23 | 0.8 | 0.55 |
| Hex | E8 | 31 | 5B | 0 | 4F | 3D | 9 | 15A | 50 | 37 |
| Octal | 350 | 61 | 133 | 0 | 117 | 75 | 11 | 532 | 120 | 67 |
| Binary | 11101000 | 110001 | 1011011 | 0 | 1001111 | 111101 | 1001 | 101011010 | 1010000 | 110111 |
Color Harmonies of #E8315B
Complementary color
Monochromatic Colors of #E8315B
Black with #E8315B
Text Example
Text Example
White with #E8315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8315B; }
p { color: rgb(232,49,91); }
H1.HeaderClassName
{
color: #E8315B;
}
.AnyTagClassName
{
color: #E8315B;
}
</style>
background-color css
<style>
a { background-color: #E8315B; }
a { background-color: rgb(232,49,91); }
div.DivClassName
{
background-color: #E8315B;
}
.BgClassName
{
background-color: #E8315B;
}
</style>
border-color css
<style>
span { border-color: #E8315B; }
span { border-color: rgb(232,49,91); }
td.TdClassName
{
border-color: #E8315B;
}
.TagClassName
{
border-color: #E8315B;
}
</style>