Shades of Amaranth #E7254A
Tints of Amaranth #E7254A
RGB
CMYK
RGB Variations
Color information
#E7254A (or 0xE7254A) is known color: Amaranth. HEX triplet: E7, 25 and 4A. RGB value is (231,37,74). Sum of RGB (Red+Green+Blue) = 231+37+74=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E7254A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7254A is #18DAB5. Grayscale: #636363. Windows color (decimal): -1628854 or 4859367. OLE color: 4859367.
HSL color Cylindrical-coordinate representation of color #E7254A: hue angle of 348.56º 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 #E7254A is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 74 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.09 |
| HSL | 348.56º | 0.8% | 0.53% | - |
| HSV(B) | 348.56º | 0.84% | 0.91% | - |
| XYZ | 34.85 | 18.81 | 8.27 | - |
| YUV | 99.22 | 113.77 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 74 | 0 | 0.84 | 0.68 | 0.09 | 348.56 | 0.8 | 0.53 |
| Hex | E7 | 25 | 4A | 0 | 54 | 44 | 9 | 15D | 50 | 35 |
| Octal | 347 | 45 | 112 | 0 | 124 | 104 | 11 | 535 | 120 | 65 |
| Binary | 11100111 | 100101 | 1001010 | 0 | 1010100 | 1000100 | 1001 | 101011101 | 1010000 | 110101 |
Color Harmonies of #E7254A
Complementary color
Monochromatic Colors of #E7254A
Black with #E7254A
Text Example
Text Example
White with #E7254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7254A; }
p { color: rgb(231,37,74); }
H1.HeaderClassName
{
color: #E7254A;
}
.AnyTagClassName
{
color: #E7254A;
}
</style>
background-color css
<style>
a { background-color: #E7254A; }
a { background-color: rgb(231,37,74); }
div.DivClassName
{
background-color: #E7254A;
}
.BgClassName
{
background-color: #E7254A;
}
</style>
border-color css
<style>
span { border-color: #E7254A; }
span { border-color: rgb(231,37,74); }
td.TdClassName
{
border-color: #E7254A;
}
.TagClassName
{
border-color: #E7254A;
}
</style>