Shades of Amaranth #E7384A
Tints of Amaranth #E7384A
RGB
CMYK
RGB Variations
Color information
#E7384A (or 0xE7384A) is known color: Amaranth. HEX triplet: E7, 38 and 4A. RGB value is (231,56,74). Sum of RGB (Red+Green+Blue) = 231+56+74=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E7384A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7384A is #18C7B5. Grayscale: #6E6E6E. Windows color (decimal): -1623990 or 4864231. OLE color: 4864231.
HSL color Cylindrical-coordinate representation of color #E7384A: hue angle of 353.83º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E7384A is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 56 | 74 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.09 |
| HSL | 353.83º | 0.78% | 0.56% | - |
| HSV(B) | 353.83º | 0.76% | 0.91% | - |
| XYZ | 35.61 | 20.31 | 8.52 | - |
| YUV | 110.38 | 107.48 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 56 | 74 | 0 | 0.76 | 0.68 | 0.09 | 353.83 | 0.78 | 0.56 |
| Hex | E7 | 38 | 4A | 0 | 4C | 44 | 9 | 162 | 4E | 38 |
| Octal | 347 | 70 | 112 | 0 | 114 | 104 | 11 | 542 | 116 | 70 |
| Binary | 11100111 | 111000 | 1001010 | 0 | 1001100 | 1000100 | 1001 | 101100010 | 1001110 | 111000 |
Color Harmonies of #E7384A
Complementary color
Monochromatic Colors of #E7384A
Black with #E7384A
Text Example
Text Example
White with #E7384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7384A; }
p { color: rgb(231,56,74); }
H1.HeaderClassName
{
color: #E7384A;
}
.AnyTagClassName
{
color: #E7384A;
}
</style>
background-color css
<style>
a { background-color: #E7384A; }
a { background-color: rgb(231,56,74); }
div.DivClassName
{
background-color: #E7384A;
}
.BgClassName
{
background-color: #E7384A;
}
</style>
border-color css
<style>
span { border-color: #E7384A; }
span { border-color: rgb(231,56,74); }
td.TdClassName
{
border-color: #E7384A;
}
.TagClassName
{
border-color: #E7384A;
}
</style>