Shades of Amaranth #E61C55
Tints of Amaranth #E61C55
RGB
CMYK
RGB Variations
Color information
#E61C55 (or 0xE61C55) is known color: Amaranth. HEX triplet: E6, 1C and 55. RGB value is (230,28,85). Sum of RGB (Red+Green+Blue) = 230+28+85=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61C55 is #19E3AA. Grayscale: #5E5E5E. Windows color (decimal): -1696683 or 5577958. OLE color: 5577958.
HSL color Cylindrical-coordinate representation of color #E61C55: hue angle of 343.07º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61C55 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 85 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.10 |
| HSL | 343.07º | 0.8% | 0.51% | - |
| HSV(B) | 343.07º | 0.88% | 0.9% | - |
| XYZ | 34.69 | 18.31 | 10.3 | - |
| YUV | 94.9 | 122.42 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 85 | 0 | 0.88 | 0.63 | 0.10 | 343.07 | 0.8 | 0.51 |
| Hex | E6 | 1C | 55 | 0 | 58 | 3F | A | 157 | 50 | 33 |
| Octal | 346 | 34 | 125 | 0 | 130 | 77 | 12 | 527 | 120 | 63 |
| Binary | 11100110 | 11100 | 1010101 | 0 | 1011000 | 111111 | 1010 | 101010111 | 1010000 | 110011 |
Color Harmonies of #E61C55
Complementary color
Monochromatic Colors of #E61C55
Black with #E61C55
Text Example
Text Example
White with #E61C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61C55; }
p { color: rgb(230,28,85); }
H1.HeaderClassName
{
color: #E61C55;
}
.AnyTagClassName
{
color: #E61C55;
}
</style>
background-color css
<style>
a { background-color: #E61C55; }
a { background-color: rgb(230,28,85); }
div.DivClassName
{
background-color: #E61C55;
}
.BgClassName
{
background-color: #E61C55;
}
</style>
border-color css
<style>
span { border-color: #E61C55; }
span { border-color: rgb(230,28,85); }
td.TdClassName
{
border-color: #E61C55;
}
.TagClassName
{
border-color: #E61C55;
}
</style>