Shades of Amaranth #E74454
Tints of Amaranth #E74454
RGB
CMYK
RGB Variations
Color information
#E74454 (or 0xE74454) is known color: Amaranth. HEX triplet: E7, 44 and 54. RGB value is (231,68,84). Sum of RGB (Red+Green+Blue) = 231+68+84=383 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.31% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 231 - color contains mainly: red. Hex color #E74454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74454 is #18BBAB. Grayscale: #767676. Windows color (decimal): -1620908 or 5522663. OLE color: 5522663.
HSL color Cylindrical-coordinate representation of color #E74454: hue angle of 354.11º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74454 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 84 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.09 |
| HSL | 354.11º | 0.77% | 0.59% | - |
| HSV(B) | 354.11º | 0.71% | 0.91% | - |
| XYZ | 36.62 | 21.76 | 10.66 | - |
| YUV | 118.56 | 108.5 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 84 | 0 | 0.71 | 0.64 | 0.09 | 354.11 | 0.77 | 0.59 |
| Hex | E7 | 44 | 54 | 0 | 47 | 40 | 9 | 162 | 4D | 3B |
| Octal | 347 | 104 | 124 | 0 | 107 | 100 | 11 | 542 | 115 | 73 |
| Binary | 11100111 | 1000100 | 1010100 | 0 | 1000111 | 1000000 | 1001 | 101100010 | 1001101 | 111011 |
Color Harmonies of #E74454
Complementary color
Monochromatic Colors of #E74454
Black with #E74454
Text Example
Text Example
White with #E74454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74454; }
p { color: rgb(231,68,84); }
H1.HeaderClassName
{
color: #E74454;
}
.AnyTagClassName
{
color: #E74454;
}
</style>
background-color css
<style>
a { background-color: #E74454; }
a { background-color: rgb(231,68,84); }
div.DivClassName
{
background-color: #E74454;
}
.BgClassName
{
background-color: #E74454;
}
</style>
border-color css
<style>
span { border-color: #E74454; }
span { border-color: rgb(231,68,84); }
td.TdClassName
{
border-color: #E74454;
}
.TagClassName
{
border-color: #E74454;
}
</style>