Shades of Amaranth #E74253
Tints of Amaranth #E74253
RGB
CMYK
RGB Variations
Color information
#E74253 (or 0xE74253) is known color: Amaranth. HEX triplet: E7, 42 and 53. RGB value is (231,66,83). Sum of RGB (Red+Green+Blue) = 231+66+83=380 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.79% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 231 - color contains mainly: red. Hex color #E74253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74253 is #18BDAC. Grayscale: #757575. Windows color (decimal): -1621421 or 5456615. OLE color: 5456615.
HSL color Cylindrical-coordinate representation of color #E74253: hue angle of 353.82º 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 #E74253 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 66 | 83 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.09 |
| HSL | 353.82º | 0.77% | 0.58% | - |
| HSV(B) | 353.82º | 0.71% | 0.91% | - |
| XYZ | 36.46 | 21.51 | 10.41 | - |
| YUV | 117.27 | 108.66 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 83 | 0 | 0.71 | 0.64 | 0.09 | 353.82 | 0.77 | 0.58 |
| Hex | E7 | 42 | 53 | 0 | 47 | 40 | 9 | 162 | 4D | 3A |
| Octal | 347 | 102 | 123 | 0 | 107 | 100 | 11 | 542 | 115 | 72 |
| Binary | 11100111 | 1000010 | 1010011 | 0 | 1000111 | 1000000 | 1001 | 101100010 | 1001101 | 111010 |
Color Harmonies of #E74253
Complementary color
Monochromatic Colors of #E74253
Black with #E74253
Text Example
Text Example
White with #E74253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74253; }
p { color: rgb(231,66,83); }
H1.HeaderClassName
{
color: #E74253;
}
.AnyTagClassName
{
color: #E74253;
}
</style>
background-color css
<style>
a { background-color: #E74253; }
a { background-color: rgb(231,66,83); }
div.DivClassName
{
background-color: #E74253;
}
.BgClassName
{
background-color: #E74253;
}
</style>
border-color css
<style>
span { border-color: #E74253; }
span { border-color: rgb(231,66,83); }
td.TdClassName
{
border-color: #E74253;
}
.TagClassName
{
border-color: #E74253;
}
</style>