Shades of Amaranth #E7315B
Tints of Amaranth #E7315B
RGB
CMYK
RGB Variations
Color information
#E7315B (or 0xE7315B) is known color: Amaranth. HEX triplet: E7, 31 and 5B. RGB value is (231,49,91). Sum of RGB (Red+Green+Blue) = 231+49+91=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E7315B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7315B is #18CEA4. Grayscale: #6C6C6C. Windows color (decimal): -1625765 or 5976551. OLE color: 5976551.
HSL color Cylindrical-coordinate representation of color #E7315B: hue angle of 346.15º degrees, saturation: 0.79, 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 #E7315B is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 91 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.09 |
| HSL | 346.15º | 0.79% | 0.55% | - |
| HSV(B) | 346.15º | 0.79% | 0.91% | - |
| XYZ | 35.94 | 19.94 | 11.85 | - |
| YUV | 108.21 | 118.3 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 91 | 0 | 0.79 | 0.61 | 0.09 | 346.15 | 0.79 | 0.55 |
| Hex | E7 | 31 | 5B | 0 | 4F | 3D | 9 | 15A | 4F | 37 |
| Octal | 347 | 61 | 133 | 0 | 117 | 75 | 11 | 532 | 117 | 67 |
| Binary | 11100111 | 110001 | 1011011 | 0 | 1001111 | 111101 | 1001 | 101011010 | 1001111 | 110111 |
Color Harmonies of #E7315B
Complementary color
Monochromatic Colors of #E7315B
Black with #E7315B
Text Example
Text Example
White with #E7315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7315B; }
p { color: rgb(231,49,91); }
H1.HeaderClassName
{
color: #E7315B;
}
.AnyTagClassName
{
color: #E7315B;
}
</style>
background-color css
<style>
a { background-color: #E7315B; }
a { background-color: rgb(231,49,91); }
div.DivClassName
{
background-color: #E7315B;
}
.BgClassName
{
background-color: #E7315B;
}
</style>
border-color css
<style>
span { border-color: #E7315B; }
span { border-color: rgb(231,49,91); }
td.TdClassName
{
border-color: #E7315B;
}
.TagClassName
{
border-color: #E7315B;
}
</style>