Shades of Amaranth #E7184C
Tints of Amaranth #E7184C
RGB
CMYK
RGB Variations
Color information
#E7184C (or 0xE7184C) is known color: Amaranth. HEX triplet: E7, 18 and 4C. RGB value is (231,24,76). Sum of RGB (Red+Green+Blue) = 231+24+76=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E7184C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7184C is #18E7B3. Grayscale: #5B5B5B. Windows color (decimal): -1632180 or 4987111. OLE color: 4987111.
HSL color Cylindrical-coordinate representation of color #E7184C: hue angle of 344.93º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7184C is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 76 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.09 |
| HSL | 344.93º | 0.81% | 0.5% | - |
| HSV(B) | 344.93º | 0.9% | 0.91% | - |
| XYZ | 34.59 | 18.16 | 8.52 | - |
| YUV | 91.82 | 119.08 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 76 | 0 | 0.90 | 0.67 | 0.09 | 344.93 | 0.81 | 0.5 |
| Hex | E7 | 18 | 4C | 0 | 5A | 43 | 9 | 159 | 51 | 32 |
| Octal | 347 | 30 | 114 | 0 | 132 | 103 | 11 | 531 | 121 | 62 |
| Binary | 11100111 | 11000 | 1001100 | 0 | 1011010 | 1000011 | 1001 | 101011001 | 1010001 | 110010 |
Color Harmonies of #E7184C
Complementary color
Monochromatic Colors of #E7184C
Black with #E7184C
Text Example
Text Example
White with #E7184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7184C; }
p { color: rgb(231,24,76); }
H1.HeaderClassName
{
color: #E7184C;
}
.AnyTagClassName
{
color: #E7184C;
}
</style>
background-color css
<style>
a { background-color: #E7184C; }
a { background-color: rgb(231,24,76); }
div.DivClassName
{
background-color: #E7184C;
}
.BgClassName
{
background-color: #E7184C;
}
</style>
border-color css
<style>
span { border-color: #E7184C; }
span { border-color: rgb(231,24,76); }
td.TdClassName
{
border-color: #E7184C;
}
.TagClassName
{
border-color: #E7184C;
}
</style>