Shades of Amaranth #E73F46
Tints of Amaranth #E73F46
RGB
CMYK
RGB Variations
Color information
#E73F46 (or 0xE73F46) is known color: Amaranth. HEX triplet: E7, 3F and 46. RGB value is (231,63,70). Sum of RGB (Red+Green+Blue) = 231+63+70=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E73F46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73F46 is #18C0B9. Grayscale: #727272. Windows color (decimal): -1622202 or 4603879. OLE color: 4603879.
HSL color Cylindrical-coordinate representation of color #E73F46: hue angle of 357.5º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E73F46 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 63 | 70 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.09 |
| HSL | 357.5º | 0.78% | 0.58% | - |
| HSV(B) | 357.5º | 0.73% | 0.91% | - |
| XYZ | 35.84 | 20.99 | 7.96 | - |
| YUV | 114.03 | 103.16 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 63 | 70 | 0 | 0.73 | 0.70 | 0.09 | 357.5 | 0.78 | 0.58 |
| Hex | E7 | 3F | 46 | 0 | 49 | 46 | 9 | 166 | 4E | 3A |
| Octal | 347 | 77 | 106 | 0 | 111 | 106 | 11 | 546 | 116 | 72 |
| Binary | 11100111 | 111111 | 1000110 | 0 | 1001001 | 1000110 | 1001 | 101100110 | 1001110 | 111010 |
Color Harmonies of #E73F46
Complementary color
Monochromatic Colors of #E73F46
Black with #E73F46
Text Example
Text Example
White with #E73F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73F46; }
p { color: rgb(231,63,70); }
H1.HeaderClassName
{
color: #E73F46;
}
.AnyTagClassName
{
color: #E73F46;
}
</style>
background-color css
<style>
a { background-color: #E73F46; }
a { background-color: rgb(231,63,70); }
div.DivClassName
{
background-color: #E73F46;
}
.BgClassName
{
background-color: #E73F46;
}
</style>
border-color css
<style>
span { border-color: #E73F46; }
span { border-color: rgb(231,63,70); }
td.TdClassName
{
border-color: #E73F46;
}
.TagClassName
{
border-color: #E73F46;
}
</style>