Shades of Amaranth #E7364D
Tints of Amaranth #E7364D
RGB
CMYK
RGB Variations
Color information
#E7364D (or 0xE7364D) is known color: Amaranth. HEX triplet: E7, 36 and 4D. RGB value is (231,54,77). Sum of RGB (Red+Green+Blue) = 231+54+77=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E7364D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7364D is #18C9B2. Grayscale: #6D6D6D. Windows color (decimal): -1624499 or 5060327. OLE color: 5060327.
HSL color Cylindrical-coordinate representation of color #E7364D: hue angle of 352.2º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7364D is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 54 | 77 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.09 |
| HSL | 352.2º | 0.79% | 0.56% | - |
| HSV(B) | 352.2º | 0.77% | 0.91% | - |
| XYZ | 35.61 | 20.16 | 9.04 | - |
| YUV | 109.55 | 109.64 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 54 | 77 | 0 | 0.77 | 0.67 | 0.09 | 352.2 | 0.79 | 0.56 |
| Hex | E7 | 36 | 4D | 0 | 4D | 43 | 9 | 160 | 4F | 38 |
| Octal | 347 | 66 | 115 | 0 | 115 | 103 | 11 | 540 | 117 | 70 |
| Binary | 11100111 | 110110 | 1001101 | 0 | 1001101 | 1000011 | 1001 | 101100000 | 1001111 | 111000 |
Color Harmonies of #E7364D
Complementary color
Monochromatic Colors of #E7364D
Black with #E7364D
Text Example
Text Example
White with #E7364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7364D; }
p { color: rgb(231,54,77); }
H1.HeaderClassName
{
color: #E7364D;
}
.AnyTagClassName
{
color: #E7364D;
}
</style>
background-color css
<style>
a { background-color: #E7364D; }
a { background-color: rgb(231,54,77); }
div.DivClassName
{
background-color: #E7364D;
}
.BgClassName
{
background-color: #E7364D;
}
</style>
border-color css
<style>
span { border-color: #E7364D; }
span { border-color: rgb(231,54,77); }
td.TdClassName
{
border-color: #E7364D;
}
.TagClassName
{
border-color: #E7364D;
}
</style>