Shades of Amaranth #E74458
Tints of Amaranth #E74458
RGB
CMYK
RGB Variations
Color information
#E74458 (or 0xE74458) is known color: Amaranth. HEX triplet: E7, 44 and 58. RGB value is (231,68,88). Sum of RGB (Red+Green+Blue) = 231+68+88=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E74458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74458 is #18BBA7. Grayscale: #777777. Windows color (decimal): -1620904 or 5784807. OLE color: 5784807.
HSL color Cylindrical-coordinate representation of color #E74458: hue angle of 352.64º 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 #E74458 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 88 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.09 |
| HSL | 352.64º | 0.77% | 0.59% | - |
| HSV(B) | 352.64º | 0.71% | 0.91% | - |
| XYZ | 36.78 | 21.83 | 11.51 | - |
| YUV | 119.02 | 110.5 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 88 | 0 | 0.71 | 0.62 | 0.09 | 352.64 | 0.77 | 0.59 |
| Hex | E7 | 44 | 58 | 0 | 47 | 3E | 9 | 161 | 4D | 3B |
| Octal | 347 | 104 | 130 | 0 | 107 | 76 | 11 | 541 | 115 | 73 |
| Binary | 11100111 | 1000100 | 1011000 | 0 | 1000111 | 111110 | 1001 | 101100001 | 1001101 | 111011 |
Color Harmonies of #E74458
Complementary color
Monochromatic Colors of #E74458
Black with #E74458
Text Example
Text Example
White with #E74458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74458; }
p { color: rgb(231,68,88); }
H1.HeaderClassName
{
color: #E74458;
}
.AnyTagClassName
{
color: #E74458;
}
</style>
background-color css
<style>
a { background-color: #E74458; }
a { background-color: rgb(231,68,88); }
div.DivClassName
{
background-color: #E74458;
}
.BgClassName
{
background-color: #E74458;
}
</style>
border-color css
<style>
span { border-color: #E74458; }
span { border-color: rgb(231,68,88); }
td.TdClassName
{
border-color: #E74458;
}
.TagClassName
{
border-color: #E74458;
}
</style>