Shades of Amaranth #E73D44
Tints of Amaranth #E73D44
RGB
CMYK
RGB Variations
Color information
#E73D44 (or 0xE73D44) is known color: Amaranth. HEX triplet: E7, 3D and 44. RGB value is (231,61,68). Sum of RGB (Red+Green+Blue) = 231+61+68=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73D44 is #18C2BB. Grayscale: #707070. Windows color (decimal): -1622716 or 4472295. OLE color: 4472295.
HSL color Cylindrical-coordinate representation of color #E73D44: hue angle of 357.53º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73D44 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 68 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.09 |
| HSL | 357.53º | 0.78% | 0.57% | - |
| HSV(B) | 357.53º | 0.74% | 0.91% | - |
| XYZ | 35.67 | 20.74 | 7.59 | - |
| YUV | 112.63 | 102.82 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 68 | 0 | 0.74 | 0.71 | 0.09 | 357.53 | 0.78 | 0.57 |
| Hex | E7 | 3D | 44 | 0 | 4A | 47 | 9 | 166 | 4E | 39 |
| Octal | 347 | 75 | 104 | 0 | 112 | 107 | 11 | 546 | 116 | 71 |
| Binary | 11100111 | 111101 | 1000100 | 0 | 1001010 | 1000111 | 1001 | 101100110 | 1001110 | 111001 |
Color Harmonies of #E73D44
Complementary color
Monochromatic Colors of #E73D44
Black with #E73D44
Text Example
Text Example
White with #E73D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73D44; }
p { color: rgb(231,61,68); }
H1.HeaderClassName
{
color: #E73D44;
}
.AnyTagClassName
{
color: #E73D44;
}
</style>
background-color css
<style>
a { background-color: #E73D44; }
a { background-color: rgb(231,61,68); }
div.DivClassName
{
background-color: #E73D44;
}
.BgClassName
{
background-color: #E73D44;
}
</style>
border-color css
<style>
span { border-color: #E73D44; }
span { border-color: rgb(231,61,68); }
td.TdClassName
{
border-color: #E73D44;
}
.TagClassName
{
border-color: #E73D44;
}
</style>