Shades of Amaranth #E73F4D
Tints of Amaranth #E73F4D
RGB
CMYK
RGB Variations
Color information
#E73F4D (or 0xE73F4D) is known color: Amaranth. HEX triplet: E7, 3F and 4D. RGB value is (231,63,77). Sum of RGB (Red+Green+Blue) = 231+63+77=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E73F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73F4D is #18C0B2. Grayscale: #727272. Windows color (decimal): -1622195 or 5062631. OLE color: 5062631.
HSL color Cylindrical-coordinate representation of color #E73F4D: hue angle of 355º 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 #E73F4D is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 63 | 77 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.09 |
| HSL | 355º | 0.78% | 0.58% | - |
| HSV(B) | 355º | 0.73% | 0.91% | - |
| XYZ | 36.07 | 21.08 | 9.19 | - |
| YUV | 114.83 | 106.66 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 63 | 77 | 0 | 0.73 | 0.67 | 0.09 | 355 | 0.78 | 0.58 |
| Hex | E7 | 3F | 4D | 0 | 49 | 43 | 9 | 163 | 4E | 3A |
| Octal | 347 | 77 | 115 | 0 | 111 | 103 | 11 | 543 | 116 | 72 |
| Binary | 11100111 | 111111 | 1001101 | 0 | 1001001 | 1000011 | 1001 | 101100011 | 1001110 | 111010 |
Color Harmonies of #E73F4D
Complementary color
Monochromatic Colors of #E73F4D
Black with #E73F4D
Text Example
Text Example
White with #E73F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73F4D; }
p { color: rgb(231,63,77); }
H1.HeaderClassName
{
color: #E73F4D;
}
.AnyTagClassName
{
color: #E73F4D;
}
</style>
background-color css
<style>
a { background-color: #E73F4D; }
a { background-color: rgb(231,63,77); }
div.DivClassName
{
background-color: #E73F4D;
}
.BgClassName
{
background-color: #E73F4D;
}
</style>
border-color css
<style>
span { border-color: #E73F4D; }
span { border-color: rgb(231,63,77); }
td.TdClassName
{
border-color: #E73F4D;
}
.TagClassName
{
border-color: #E73F4D;
}
</style>