Shades of Amaranth #E7254D
Tints of Amaranth #E7254D
RGB
CMYK
RGB Variations
Color information
#E7254D (or 0xE7254D) is known color: Amaranth. HEX triplet: E7, 25 and 4D. RGB value is (231,37,77). Sum of RGB (Red+Green+Blue) = 231+37+77=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E7254D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7254D is #18DAB2. Grayscale: #636363. Windows color (decimal): -1628851 or 5055975. OLE color: 5055975.
HSL color Cylindrical-coordinate representation of color #E7254D: hue angle of 347.63º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7254D is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 77 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.09 |
| HSL | 347.63º | 0.8% | 0.53% | - |
| HSV(B) | 347.63º | 0.84% | 0.91% | - |
| XYZ | 34.96 | 18.85 | 8.82 | - |
| YUV | 99.57 | 115.27 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 77 | 0 | 0.84 | 0.67 | 0.09 | 347.63 | 0.8 | 0.53 |
| Hex | E7 | 25 | 4D | 0 | 54 | 43 | 9 | 15C | 50 | 35 |
| Octal | 347 | 45 | 115 | 0 | 124 | 103 | 11 | 534 | 120 | 65 |
| Binary | 11100111 | 100101 | 1001101 | 0 | 1010100 | 1000011 | 1001 | 101011100 | 1010000 | 110101 |
Color Harmonies of #E7254D
Complementary color
Monochromatic Colors of #E7254D
Black with #E7254D
Text Example
Text Example
White with #E7254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7254D; }
p { color: rgb(231,37,77); }
H1.HeaderClassName
{
color: #E7254D;
}
.AnyTagClassName
{
color: #E7254D;
}
</style>
background-color css
<style>
a { background-color: #E7254D; }
a { background-color: rgb(231,37,77); }
div.DivClassName
{
background-color: #E7254D;
}
.BgClassName
{
background-color: #E7254D;
}
</style>
border-color css
<style>
span { border-color: #E7254D; }
span { border-color: rgb(231,37,77); }
td.TdClassName
{
border-color: #E7254D;
}
.TagClassName
{
border-color: #E7254D;
}
</style>