Shades of Amaranth #E73D4A
Tints of Amaranth #E73D4A
RGB
CMYK
RGB Variations
Color information
#E73D4A (or 0xE73D4A) is known color: Amaranth. HEX triplet: E7, 3D and 4A. RGB value is (231,61,74). Sum of RGB (Red+Green+Blue) = 231+61+74=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73D4A is #18C2B5. Grayscale: #717171. Windows color (decimal): -1622710 or 4865511. OLE color: 4865511.
HSL color Cylindrical-coordinate representation of color #E73D4A: hue angle of 355.41º 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 #E73D4A is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 74 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.09 |
| HSL | 355.41º | 0.78% | 0.57% | - |
| HSV(B) | 355.41º | 0.74% | 0.91% | - |
| XYZ | 35.86 | 20.82 | 8.61 | - |
| YUV | 113.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 74 | 0 | 0.74 | 0.68 | 0.09 | 355.41 | 0.78 | 0.57 |
| Hex | E7 | 3D | 4A | 0 | 4A | 44 | 9 | 163 | 4E | 39 |
| Octal | 347 | 75 | 112 | 0 | 112 | 104 | 11 | 543 | 116 | 71 |
| Binary | 11100111 | 111101 | 1001010 | 0 | 1001010 | 1000100 | 1001 | 101100011 | 1001110 | 111001 |
Color Harmonies of #E73D4A
Complementary color
Monochromatic Colors of #E73D4A
Black with #E73D4A
Text Example
Text Example
White with #E73D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73D4A; }
p { color: rgb(231,61,74); }
H1.HeaderClassName
{
color: #E73D4A;
}
.AnyTagClassName
{
color: #E73D4A;
}
</style>
background-color css
<style>
a { background-color: #E73D4A; }
a { background-color: rgb(231,61,74); }
div.DivClassName
{
background-color: #E73D4A;
}
.BgClassName
{
background-color: #E73D4A;
}
</style>
border-color css
<style>
span { border-color: #E73D4A; }
span { border-color: rgb(231,61,74); }
td.TdClassName
{
border-color: #E73D4A;
}
.TagClassName
{
border-color: #E73D4A;
}
</style>