Shades of Amaranth #E74453
Tints of Amaranth #E74453
RGB
CMYK
RGB Variations
Color information
#E74453 (or 0xE74453) is known color: Amaranth. HEX triplet: E7, 44 and 53. RGB value is (231,68,83). Sum of RGB (Red+Green+Blue) = 231+68+83=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E74453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74453 is #18BBAC. Grayscale: #767676. Windows color (decimal): -1620909 or 5457127. OLE color: 5457127.
HSL color Cylindrical-coordinate representation of color #E74453: hue angle of 354.48º 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 #E74453 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 83 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.09 |
| HSL | 354.48º | 0.77% | 0.59% | - |
| HSV(B) | 354.48º | 0.71% | 0.91% | - |
| XYZ | 36.58 | 21.75 | 10.45 | - |
| YUV | 118.45 | 108 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 83 | 0 | 0.71 | 0.64 | 0.09 | 354.48 | 0.77 | 0.59 |
| Hex | E7 | 44 | 53 | 0 | 47 | 40 | 9 | 162 | 4D | 3B |
| Octal | 347 | 104 | 123 | 0 | 107 | 100 | 11 | 542 | 115 | 73 |
| Binary | 11100111 | 1000100 | 1010011 | 0 | 1000111 | 1000000 | 1001 | 101100010 | 1001101 | 111011 |
Color Harmonies of #E74453
Complementary color
Monochromatic Colors of #E74453
Black with #E74453
Text Example
Text Example
White with #E74453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74453; }
p { color: rgb(231,68,83); }
H1.HeaderClassName
{
color: #E74453;
}
.AnyTagClassName
{
color: #E74453;
}
</style>
background-color css
<style>
a { background-color: #E74453; }
a { background-color: rgb(231,68,83); }
div.DivClassName
{
background-color: #E74453;
}
.BgClassName
{
background-color: #E74453;
}
</style>
border-color css
<style>
span { border-color: #E74453; }
span { border-color: rgb(231,68,83); }
td.TdClassName
{
border-color: #E74453;
}
.TagClassName
{
border-color: #E74453;
}
</style>