Shades of Amaranth #E7274A
Tints of Amaranth #E7274A
RGB
CMYK
RGB Variations
Color information
#E7274A (or 0xE7274A) is known color: Amaranth. HEX triplet: E7, 27 and 4A. RGB value is (231,39,74). Sum of RGB (Red+Green+Blue) = 231+39+74=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E7274A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7274A is #18D8B5. Grayscale: #646464. Windows color (decimal): -1628342 or 4859879. OLE color: 4859879.
HSL color Cylindrical-coordinate representation of color #E7274A: hue angle of 349.06º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E7274A is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 39 | 74 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.09 |
| HSL | 349.06º | 0.8% | 0.53% | - |
| HSV(B) | 349.06º | 0.83% | 0.91% | - |
| XYZ | 34.92 | 18.93 | 8.29 | - |
| YUV | 100.4 | 113.11 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 74 | 0 | 0.83 | 0.68 | 0.09 | 349.06 | 0.8 | 0.53 |
| Hex | E7 | 27 | 4A | 0 | 53 | 44 | 9 | 15D | 50 | 35 |
| Octal | 347 | 47 | 112 | 0 | 123 | 104 | 11 | 535 | 120 | 65 |
| Binary | 11100111 | 100111 | 1001010 | 0 | 1010011 | 1000100 | 1001 | 101011101 | 1010000 | 110101 |
Color Harmonies of #E7274A
Complementary color
Monochromatic Colors of #E7274A
Black with #E7274A
Text Example
Text Example
White with #E7274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7274A; }
p { color: rgb(231,39,74); }
H1.HeaderClassName
{
color: #E7274A;
}
.AnyTagClassName
{
color: #E7274A;
}
</style>
background-color css
<style>
a { background-color: #E7274A; }
a { background-color: rgb(231,39,74); }
div.DivClassName
{
background-color: #E7274A;
}
.BgClassName
{
background-color: #E7274A;
}
</style>
border-color css
<style>
span { border-color: #E7274A; }
span { border-color: rgb(231,39,74); }
td.TdClassName
{
border-color: #E7274A;
}
.TagClassName
{
border-color: #E7274A;
}
</style>