Shades of Amaranth #E74356
Tints of Amaranth #E74356
RGB
CMYK
RGB Variations
Color information
#E74356 (or 0xE74356) is known color: Amaranth. HEX triplet: E7, 43 and 56. RGB value is (231,67,86). Sum of RGB (Red+Green+Blue) = 231+67+86=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E74356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74356 is #18BCA9. Grayscale: #767676. Windows color (decimal): -1621162 or 5653479. OLE color: 5653479.
HSL color Cylindrical-coordinate representation of color #E74356: hue angle of 353.05º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74356 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 67 | 86 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.09 |
| HSL | 353.05º | 0.77% | 0.58% | - |
| HSV(B) | 353.05º | 0.71% | 0.91% | - |
| XYZ | 36.64 | 21.68 | 11.06 | - |
| YUV | 118.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 67 | 86 | 0 | 0.71 | 0.63 | 0.09 | 353.05 | 0.77 | 0.58 |
| Hex | E7 | 43 | 56 | 0 | 47 | 3F | 9 | 161 | 4D | 3A |
| Octal | 347 | 103 | 126 | 0 | 107 | 77 | 11 | 541 | 115 | 72 |
| Binary | 11100111 | 1000011 | 1010110 | 0 | 1000111 | 111111 | 1001 | 101100001 | 1001101 | 111010 |
Color Harmonies of #E74356
Complementary color
Monochromatic Colors of #E74356
Black with #E74356
Text Example
Text Example
White with #E74356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74356; }
p { color: rgb(231,67,86); }
H1.HeaderClassName
{
color: #E74356;
}
.AnyTagClassName
{
color: #E74356;
}
</style>
background-color css
<style>
a { background-color: #E74356; }
a { background-color: rgb(231,67,86); }
div.DivClassName
{
background-color: #E74356;
}
.BgClassName
{
background-color: #E74356;
}
</style>
border-color css
<style>
span { border-color: #E74356; }
span { border-color: rgb(231,67,86); }
td.TdClassName
{
border-color: #E74356;
}
.TagClassName
{
border-color: #E74356;
}
</style>