Shades of Amaranth #E74251
Tints of Amaranth #E74251
RGB
CMYK
RGB Variations
Color information
#E74251 (or 0xE74251) is known color: Amaranth. HEX triplet: E7, 42 and 51. RGB value is (231,66,81). Sum of RGB (Red+Green+Blue) = 231+66+81=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E74251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74251 is #18BDAE. Grayscale: #757575. Windows color (decimal): -1621423 or 5325543. OLE color: 5325543.
HSL color Cylindrical-coordinate representation of color #E74251: hue angle of 354.55º 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 #E74251 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 81 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.09 |
| HSL | 354.55º | 0.77% | 0.58% | - |
| HSV(B) | 354.55º | 0.71% | 0.91% | - |
| XYZ | 36.39 | 21.48 | 10.01 | - |
| YUV | 117.05 | 107.66 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 81 | 0 | 0.71 | 0.65 | 0.09 | 354.55 | 0.77 | 0.58 |
| Hex | E7 | 42 | 51 | 0 | 47 | 41 | 9 | 163 | 4D | 3A |
| Octal | 347 | 102 | 121 | 0 | 107 | 101 | 11 | 543 | 115 | 72 |
| Binary | 11100111 | 1000010 | 1010001 | 0 | 1000111 | 1000001 | 1001 | 101100011 | 1001101 | 111010 |
Color Harmonies of #E74251
Complementary color
Monochromatic Colors of #E74251
Black with #E74251
Text Example
Text Example
White with #E74251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74251; }
p { color: rgb(231,66,81); }
H1.HeaderClassName
{
color: #E74251;
}
.AnyTagClassName
{
color: #E74251;
}
</style>
background-color css
<style>
a { background-color: #E74251; }
a { background-color: rgb(231,66,81); }
div.DivClassName
{
background-color: #E74251;
}
.BgClassName
{
background-color: #E74251;
}
</style>
border-color css
<style>
span { border-color: #E74251; }
span { border-color: rgb(231,66,81); }
td.TdClassName
{
border-color: #E74251;
}
.TagClassName
{
border-color: #E74251;
}
</style>