Shades of Amaranth #E61A4D
Tints of Amaranth #E61A4D
RGB
CMYK
RGB Variations
Color information
#E61A4D (or 0xE61A4D) is known color: Amaranth. HEX triplet: E6, 1A and 4D. RGB value is (230,26,77). Sum of RGB (Red+Green+Blue) = 230+26+77=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61A4D is #19E5B2. Grayscale: #5C5C5C. Windows color (decimal): -1697203 or 5053158. OLE color: 5053158.
HSL color Cylindrical-coordinate representation of color #E61A4D: hue angle of 345º 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 #E61A4D is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 77 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.10 |
| HSL | 345º | 0.8% | 0.5% | - |
| HSV(B) | 345º | 0.89% | 0.9% | - |
| XYZ | 34.34 | 18.1 | 8.7 | - |
| YUV | 92.81 | 119.09 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 77 | 0 | 0.89 | 0.67 | 0.10 | 345 | 0.8 | 0.5 |
| Hex | E6 | 1A | 4D | 0 | 59 | 43 | A | 159 | 50 | 32 |
| Octal | 346 | 32 | 115 | 0 | 131 | 103 | 12 | 531 | 120 | 62 |
| Binary | 11100110 | 11010 | 1001101 | 0 | 1011001 | 1000011 | 1010 | 101011001 | 1010000 | 110010 |
Color Harmonies of #E61A4D
Complementary color
Monochromatic Colors of #E61A4D
Black with #E61A4D
Text Example
Text Example
White with #E61A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A4D; }
p { color: rgb(230,26,77); }
H1.HeaderClassName
{
color: #E61A4D;
}
.AnyTagClassName
{
color: #E61A4D;
}
</style>
background-color css
<style>
a { background-color: #E61A4D; }
a { background-color: rgb(230,26,77); }
div.DivClassName
{
background-color: #E61A4D;
}
.BgClassName
{
background-color: #E61A4D;
}
</style>
border-color css
<style>
span { border-color: #E61A4D; }
span { border-color: rgb(230,26,77); }
td.TdClassName
{
border-color: #E61A4D;
}
.TagClassName
{
border-color: #E61A4D;
}
</style>