Shades of Amaranth #E7304D
Tints of Amaranth #E7304D
RGB
CMYK
RGB Variations
Color information
#E7304D (or 0xE7304D) is known color: Amaranth. HEX triplet: E7, 30 and 4D. RGB value is (231,48,77). Sum of RGB (Red+Green+Blue) = 231+48+77=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E7304D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7304D is #18CFB2. Grayscale: #6A6A6A. Windows color (decimal): -1626035 or 5058791. OLE color: 5058791.
HSL color Cylindrical-coordinate representation of color #E7304D: hue angle of 350.49º 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 #E7304D is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 48 | 77 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.09 |
| HSL | 350.49º | 0.79% | 0.55% | - |
| HSV(B) | 350.49º | 0.79% | 0.91% | - |
| XYZ | 35.35 | 19.64 | 8.95 | - |
| YUV | 106.02 | 111.63 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 48 | 77 | 0 | 0.79 | 0.67 | 0.09 | 350.49 | 0.79 | 0.55 |
| Hex | E7 | 30 | 4D | 0 | 4F | 43 | 9 | 15E | 4F | 37 |
| Octal | 347 | 60 | 115 | 0 | 117 | 103 | 11 | 536 | 117 | 67 |
| Binary | 11100111 | 110000 | 1001101 | 0 | 1001111 | 1000011 | 1001 | 101011110 | 1001111 | 110111 |
Color Harmonies of #E7304D
Complementary color
Monochromatic Colors of #E7304D
Black with #E7304D
Text Example
Text Example
White with #E7304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7304D; }
p { color: rgb(231,48,77); }
H1.HeaderClassName
{
color: #E7304D;
}
.AnyTagClassName
{
color: #E7304D;
}
</style>
background-color css
<style>
a { background-color: #E7304D; }
a { background-color: rgb(231,48,77); }
div.DivClassName
{
background-color: #E7304D;
}
.BgClassName
{
background-color: #E7304D;
}
</style>
border-color css
<style>
span { border-color: #E7304D; }
span { border-color: rgb(231,48,77); }
td.TdClassName
{
border-color: #E7304D;
}
.TagClassName
{
border-color: #E7304D;
}
</style>