Shades of Amaranth #E74150
Tints of Amaranth #E74150
RGB
CMYK
RGB Variations
Color information
#E74150 (or 0xE74150) is known color: Amaranth. HEX triplet: E7, 41 and 50. RGB value is (231,65,80). Sum of RGB (Red+Green+Blue) = 231+65+80=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E74150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74150 is #18BEAF. Grayscale: #747474. Windows color (decimal): -1621680 or 5259751. OLE color: 5259751.
HSL color Cylindrical-coordinate representation of color #E74150: hue angle of 354.58º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E74150 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 80 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.09 |
| HSL | 354.58º | 0.78% | 0.58% | - |
| HSV(B) | 354.58º | 0.72% | 0.91% | - |
| XYZ | 36.29 | 21.35 | 9.8 | - |
| YUV | 116.34 | 107.5 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 80 | 0 | 0.72 | 0.65 | 0.09 | 354.58 | 0.78 | 0.58 |
| Hex | E7 | 41 | 50 | 0 | 48 | 41 | 9 | 163 | 4E | 3A |
| Octal | 347 | 101 | 120 | 0 | 110 | 101 | 11 | 543 | 116 | 72 |
| Binary | 11100111 | 1000001 | 1010000 | 0 | 1001000 | 1000001 | 1001 | 101100011 | 1001110 | 111010 |
Color Harmonies of #E74150
Complementary color
Monochromatic Colors of #E74150
Black with #E74150
Text Example
Text Example
White with #E74150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74150; }
p { color: rgb(231,65,80); }
H1.HeaderClassName
{
color: #E74150;
}
.AnyTagClassName
{
color: #E74150;
}
</style>
background-color css
<style>
a { background-color: #E74150; }
a { background-color: rgb(231,65,80); }
div.DivClassName
{
background-color: #E74150;
}
.BgClassName
{
background-color: #E74150;
}
</style>
border-color css
<style>
span { border-color: #E74150; }
span { border-color: rgb(231,65,80); }
td.TdClassName
{
border-color: #E74150;
}
.TagClassName
{
border-color: #E74150;
}
</style>