Shades of Amaranth #E7264C
Tints of Amaranth #E7264C
RGB
CMYK
RGB Variations
Color information
#E7264C (or 0xE7264C) is known color: Amaranth. HEX triplet: E7, 26 and 4C. RGB value is (231,38,76). Sum of RGB (Red+Green+Blue) = 231+38+76=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E7264C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7264C is #18D9B3. Grayscale: #646464. Windows color (decimal): -1628596 or 4990695. OLE color: 4990695.
HSL color Cylindrical-coordinate representation of color #E7264C: hue angle of 348.19º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7264C is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 76 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.09 |
| HSL | 348.19º | 0.8% | 0.53% | - |
| HSV(B) | 348.19º | 0.84% | 0.91% | - |
| XYZ | 34.95 | 18.9 | 8.64 | - |
| YUV | 100.04 | 114.44 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 76 | 0 | 0.84 | 0.67 | 0.09 | 348.19 | 0.8 | 0.53 |
| Hex | E7 | 26 | 4C | 0 | 54 | 43 | 9 | 15C | 50 | 35 |
| Octal | 347 | 46 | 114 | 0 | 124 | 103 | 11 | 534 | 120 | 65 |
| Binary | 11100111 | 100110 | 1001100 | 0 | 1010100 | 1000011 | 1001 | 101011100 | 1010000 | 110101 |
Color Harmonies of #E7264C
Complementary color
Monochromatic Colors of #E7264C
Black with #E7264C
Text Example
Text Example
White with #E7264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7264C; }
p { color: rgb(231,38,76); }
H1.HeaderClassName
{
color: #E7264C;
}
.AnyTagClassName
{
color: #E7264C;
}
</style>
background-color css
<style>
a { background-color: #E7264C; }
a { background-color: rgb(231,38,76); }
div.DivClassName
{
background-color: #E7264C;
}
.BgClassName
{
background-color: #E7264C;
}
</style>
border-color css
<style>
span { border-color: #E7264C; }
span { border-color: rgb(231,38,76); }
td.TdClassName
{
border-color: #E7264C;
}
.TagClassName
{
border-color: #E7264C;
}
</style>