Shades of Amaranth #E61F54
Tints of Amaranth #E61F54
RGB
CMYK
RGB Variations
Color information
#E61F54 (or 0xE61F54) is known color: Amaranth. HEX triplet: E6, 1F and 54. RGB value is (230,31,84). Sum of RGB (Red+Green+Blue) = 230+31+84=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61F54 is #19E0AB. Grayscale: #606060. Windows color (decimal): -1695916 or 5513190. OLE color: 5513190.
HSL color Cylindrical-coordinate representation of color #E61F54: hue angle of 344.02º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61F54 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 84 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.10 |
| HSL | 344.02º | 0.8% | 0.51% | - |
| HSV(B) | 344.02º | 0.87% | 0.9% | - |
| XYZ | 34.72 | 18.44 | 10.12 | - |
| YUV | 96.54 | 120.93 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 84 | 0 | 0.87 | 0.63 | 0.10 | 344.02 | 0.8 | 0.51 |
| Hex | E6 | 1F | 54 | 0 | 57 | 3F | A | 158 | 50 | 33 |
| Octal | 346 | 37 | 124 | 0 | 127 | 77 | 12 | 530 | 120 | 63 |
| Binary | 11100110 | 11111 | 1010100 | 0 | 1010111 | 111111 | 1010 | 101011000 | 1010000 | 110011 |
Color Harmonies of #E61F54
Complementary color
Monochromatic Colors of #E61F54
Black with #E61F54
Text Example
Text Example
White with #E61F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61F54; }
p { color: rgb(230,31,84); }
H1.HeaderClassName
{
color: #E61F54;
}
.AnyTagClassName
{
color: #E61F54;
}
</style>
background-color css
<style>
a { background-color: #E61F54; }
a { background-color: rgb(230,31,84); }
div.DivClassName
{
background-color: #E61F54;
}
.BgClassName
{
background-color: #E61F54;
}
</style>
border-color css
<style>
span { border-color: #E61F54; }
span { border-color: rgb(230,31,84); }
td.TdClassName
{
border-color: #E61F54;
}
.TagClassName
{
border-color: #E61F54;
}
</style>