Shades of Amaranth #E73955
Tints of Amaranth #E73955
RGB
CMYK
RGB Variations
Color information
#E73955 (or 0xE73955) is known color: Amaranth. HEX triplet: E7, 39 and 55. RGB value is (231,57,85). Sum of RGB (Red+Green+Blue) = 231+57+85=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E73955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73955 is #18C6AA. Grayscale: #707070. Windows color (decimal): -1623723 or 5585383. OLE color: 5585383.
HSL color Cylindrical-coordinate representation of color #E73955: hue angle of 350.34º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E73955 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 57 | 85 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.09 |
| HSL | 350.34º | 0.78% | 0.56% | - |
| HSV(B) | 350.34º | 0.75% | 0.91% | - |
| XYZ | 36.06 | 20.57 | 10.66 | - |
| YUV | 112.22 | 112.65 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 57 | 85 | 0 | 0.75 | 0.63 | 0.09 | 350.34 | 0.78 | 0.56 |
| Hex | E7 | 39 | 55 | 0 | 4B | 3F | 9 | 15E | 4E | 38 |
| Octal | 347 | 71 | 125 | 0 | 113 | 77 | 11 | 536 | 116 | 70 |
| Binary | 11100111 | 111001 | 1010101 | 0 | 1001011 | 111111 | 1001 | 101011110 | 1001110 | 111000 |
Color Harmonies of #E73955
Complementary color
Monochromatic Colors of #E73955
Black with #E73955
Text Example
Text Example
White with #E73955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73955; }
p { color: rgb(231,57,85); }
H1.HeaderClassName
{
color: #E73955;
}
.AnyTagClassName
{
color: #E73955;
}
</style>
background-color css
<style>
a { background-color: #E73955; }
a { background-color: rgb(231,57,85); }
div.DivClassName
{
background-color: #E73955;
}
.BgClassName
{
background-color: #E73955;
}
</style>
border-color css
<style>
span { border-color: #E73955; }
span { border-color: rgb(231,57,85); }
td.TdClassName
{
border-color: #E73955;
}
.TagClassName
{
border-color: #E73955;
}
</style>