Shades of Amaranth #E73D4F
Tints of Amaranth #E73D4F
RGB
CMYK
RGB Variations
Color information
#E73D4F (or 0xE73D4F) is known color: Amaranth. HEX triplet: E7, 3D and 4F. RGB value is (231,61,79). Sum of RGB (Red+Green+Blue) = 231+61+79=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73D4F is #18C2B0. Grayscale: #717171. Windows color (decimal): -1622705 or 5193191. OLE color: 5193191.
HSL color Cylindrical-coordinate representation of color #E73D4F: hue angle of 353.65º 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 #E73D4F is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 79 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.09 |
| HSL | 353.65º | 0.78% | 0.57% | - |
| HSV(B) | 353.65º | 0.74% | 0.91% | - |
| XYZ | 36.04 | 20.89 | 9.53 | - |
| YUV | 113.88 | 108.32 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 79 | 0 | 0.74 | 0.66 | 0.09 | 353.65 | 0.78 | 0.57 |
| Hex | E7 | 3D | 4F | 0 | 4A | 42 | 9 | 162 | 4E | 39 |
| Octal | 347 | 75 | 117 | 0 | 112 | 102 | 11 | 542 | 116 | 71 |
| Binary | 11100111 | 111101 | 1001111 | 0 | 1001010 | 1000010 | 1001 | 101100010 | 1001110 | 111001 |
Color Harmonies of #E73D4F
Complementary color
Monochromatic Colors of #E73D4F
Black with #E73D4F
Text Example
Text Example
White with #E73D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73D4F; }
p { color: rgb(231,61,79); }
H1.HeaderClassName
{
color: #E73D4F;
}
.AnyTagClassName
{
color: #E73D4F;
}
</style>
background-color css
<style>
a { background-color: #E73D4F; }
a { background-color: rgb(231,61,79); }
div.DivClassName
{
background-color: #E73D4F;
}
.BgClassName
{
background-color: #E73D4F;
}
</style>
border-color css
<style>
span { border-color: #E73D4F; }
span { border-color: rgb(231,61,79); }
td.TdClassName
{
border-color: #E73D4F;
}
.TagClassName
{
border-color: #E73D4F;
}
</style>