Shades of Amaranth #E81A4C
Tints of Amaranth #E81A4C
RGB
CMYK
RGB Variations
Color information
#E81A4C (or 0xE81A4C) is known color: Amaranth. HEX triplet: E8, 1A and 4C. RGB value is (232,26,76). Sum of RGB (Red+Green+Blue) = 232+26+76=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A4C is #17E5B3. Grayscale: #5D5D5D. Windows color (decimal): -1566132 or 4987624. OLE color: 4987624.
HSL color Cylindrical-coordinate representation of color #E81A4C: hue angle of 345.44º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A4C is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 76 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.09 |
| HSL | 345.44º | 0.82% | 0.51% | - |
| HSV(B) | 345.44º | 0.89% | 0.91% | - |
| XYZ | 34.95 | 18.42 | 8.55 | - |
| YUV | 93.29 | 118.25 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 76 | 0 | 0.89 | 0.67 | 0.09 | 345.44 | 0.82 | 0.51 |
| Hex | E8 | 1A | 4C | 0 | 59 | 43 | 9 | 159 | 52 | 33 |
| Octal | 350 | 32 | 114 | 0 | 131 | 103 | 11 | 531 | 122 | 63 |
| Binary | 11101000 | 11010 | 1001100 | 0 | 1011001 | 1000011 | 1001 | 101011001 | 1010010 | 110011 |
Color Harmonies of #E81A4C
Complementary color
Monochromatic Colors of #E81A4C
Black with #E81A4C
Text Example
Text Example
White with #E81A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A4C; }
p { color: rgb(232,26,76); }
H1.HeaderClassName
{
color: #E81A4C;
}
.AnyTagClassName
{
color: #E81A4C;
}
</style>
background-color css
<style>
a { background-color: #E81A4C; }
a { background-color: rgb(232,26,76); }
div.DivClassName
{
background-color: #E81A4C;
}
.BgClassName
{
background-color: #E81A4C;
}
</style>
border-color css
<style>
span { border-color: #E81A4C; }
span { border-color: rgb(232,26,76); }
td.TdClassName
{
border-color: #E81A4C;
}
.TagClassName
{
border-color: #E81A4C;
}
</style>