Shades of Amaranth #E61951
Tints of Amaranth #E61951
RGB
CMYK
RGB Variations
Color information
#E61951 (or 0xE61951) is known color: Amaranth. HEX triplet: E6, 19 and 51. RGB value is (230,25,81). Sum of RGB (Red+Green+Blue) = 230+25+81=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E61951 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61951 is #19E6AE. Grayscale: #5C5C5C. Windows color (decimal): -1697455 or 5315046. OLE color: 5315046.
HSL color Cylindrical-coordinate representation of color #E61951: hue angle of 343.61º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61951 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 81 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.10 |
| HSL | 343.61º | 0.8% | 0.5% | - |
| HSV(B) | 343.61º | 0.89% | 0.9% | - |
| XYZ | 34.47 | 18.11 | 9.46 | - |
| YUV | 92.68 | 121.42 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 81 | 0 | 0.89 | 0.65 | 0.10 | 343.61 | 0.8 | 0.5 |
| Hex | E6 | 19 | 51 | 0 | 59 | 41 | A | 158 | 50 | 32 |
| Octal | 346 | 31 | 121 | 0 | 131 | 101 | 12 | 530 | 120 | 62 |
| Binary | 11100110 | 11001 | 1010001 | 0 | 1011001 | 1000001 | 1010 | 101011000 | 1010000 | 110010 |
Color Harmonies of #E61951
Complementary color
Monochromatic Colors of #E61951
Black with #E61951
Text Example
Text Example
White with #E61951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61951; }
p { color: rgb(230,25,81); }
H1.HeaderClassName
{
color: #E61951;
}
.AnyTagClassName
{
color: #E61951;
}
</style>
background-color css
<style>
a { background-color: #E61951; }
a { background-color: rgb(230,25,81); }
div.DivClassName
{
background-color: #E61951;
}
.BgClassName
{
background-color: #E61951;
}
</style>
border-color css
<style>
span { border-color: #E61951; }
span { border-color: rgb(230,25,81); }
td.TdClassName
{
border-color: #E61951;
}
.TagClassName
{
border-color: #E61951;
}
</style>