Shades of Amaranth #E74153
Tints of Amaranth #E74153
RGB
CMYK
RGB Variations
Color information
#E74153 (or 0xE74153) is known color: Amaranth. HEX triplet: E7, 41 and 53. RGB value is (231,65,83). Sum of RGB (Red+Green+Blue) = 231+65+83=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E74153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74153 is #18BEAC. Grayscale: #747474. Windows color (decimal): -1621677 or 5456359. OLE color: 5456359.
HSL color Cylindrical-coordinate representation of color #E74153: hue angle of 353.49º 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 #E74153 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 83 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.09 |
| HSL | 353.49º | 0.78% | 0.58% | - |
| HSV(B) | 353.49º | 0.72% | 0.91% | - |
| XYZ | 36.41 | 21.39 | 10.39 | - |
| YUV | 116.69 | 109 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 83 | 0 | 0.72 | 0.64 | 0.09 | 353.49 | 0.78 | 0.58 |
| Hex | E7 | 41 | 53 | 0 | 48 | 40 | 9 | 161 | 4E | 3A |
| Octal | 347 | 101 | 123 | 0 | 110 | 100 | 11 | 541 | 116 | 72 |
| Binary | 11100111 | 1000001 | 1010011 | 0 | 1001000 | 1000000 | 1001 | 101100001 | 1001110 | 111010 |
Color Harmonies of #E74153
Complementary color
Monochromatic Colors of #E74153
Black with #E74153
Text Example
Text Example
White with #E74153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74153; }
p { color: rgb(231,65,83); }
H1.HeaderClassName
{
color: #E74153;
}
.AnyTagClassName
{
color: #E74153;
}
</style>
background-color css
<style>
a { background-color: #E74153; }
a { background-color: rgb(231,65,83); }
div.DivClassName
{
background-color: #E74153;
}
.BgClassName
{
background-color: #E74153;
}
</style>
border-color css
<style>
span { border-color: #E74153; }
span { border-color: rgb(231,65,83); }
td.TdClassName
{
border-color: #E74153;
}
.TagClassName
{
border-color: #E74153;
}
</style>