Shades of Amaranth #E7245D
Tints of Amaranth #E7245D
RGB
CMYK
RGB Variations
Color information
#E7245D (or 0xE7245D) is known color: Amaranth. HEX triplet: E7, 24 and 5D. RGB value is (231,36,93). Sum of RGB (Red+Green+Blue) = 231+36+93=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E7245D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7245D is #18DBA2. Grayscale: #646464. Windows color (decimal): -1629091 or 6104295. OLE color: 6104295.
HSL color Cylindrical-coordinate representation of color #E7245D: hue angle of 342.46º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7245D is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 93 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.09 |
| HSL | 342.46º | 0.8% | 0.52% | - |
| HSV(B) | 342.46º | 0.84% | 0.91% | - |
| XYZ | 35.56 | 19.04 | 12.16 | - |
| YUV | 100.8 | 123.6 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 93 | 0 | 0.84 | 0.60 | 0.09 | 342.46 | 0.8 | 0.52 |
| Hex | E7 | 24 | 5D | 0 | 54 | 3C | 9 | 156 | 50 | 34 |
| Octal | 347 | 44 | 135 | 0 | 124 | 74 | 11 | 526 | 120 | 64 |
| Binary | 11100111 | 100100 | 1011101 | 0 | 1010100 | 111100 | 1001 | 101010110 | 1010000 | 110100 |
Color Harmonies of #E7245D
Complementary color
Monochromatic Colors of #E7245D
Black with #E7245D
Text Example
Text Example
White with #E7245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7245D; }
p { color: rgb(231,36,93); }
H1.HeaderClassName
{
color: #E7245D;
}
.AnyTagClassName
{
color: #E7245D;
}
</style>
background-color css
<style>
a { background-color: #E7245D; }
a { background-color: rgb(231,36,93); }
div.DivClassName
{
background-color: #E7245D;
}
.BgClassName
{
background-color: #E7245D;
}
</style>
border-color css
<style>
span { border-color: #E7245D; }
span { border-color: rgb(231,36,93); }
td.TdClassName
{
border-color: #E7245D;
}
.TagClassName
{
border-color: #E7245D;
}
</style>