Shades of Amaranth #E7265C
Tints of Amaranth #E7265C
RGB
CMYK
RGB Variations
Color information
#E7265C (or 0xE7265C) is known color: Amaranth. HEX triplet: E7, 26 and 5C. RGB value is (231,38,92). Sum of RGB (Red+Green+Blue) = 231+38+92=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E7265C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7265C is #18D9A3. Grayscale: #656565. Windows color (decimal): -1628580 or 6039271. OLE color: 6039271.
HSL color Cylindrical-coordinate representation of color #E7265C: hue angle of 343.21º 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 #E7265C is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 92 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.09 |
| HSL | 343.21º | 0.8% | 0.53% | - |
| HSV(B) | 343.21º | 0.84% | 0.91% | - |
| XYZ | 35.58 | 19.15 | 11.95 | - |
| YUV | 101.86 | 122.44 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 92 | 0 | 0.84 | 0.60 | 0.09 | 343.21 | 0.8 | 0.53 |
| Hex | E7 | 26 | 5C | 0 | 54 | 3C | 9 | 157 | 50 | 35 |
| Octal | 347 | 46 | 134 | 0 | 124 | 74 | 11 | 527 | 120 | 65 |
| Binary | 11100111 | 100110 | 1011100 | 0 | 1010100 | 111100 | 1001 | 101010111 | 1010000 | 110101 |
Color Harmonies of #E7265C
Complementary color
Monochromatic Colors of #E7265C
Black with #E7265C
Text Example
Text Example
White with #E7265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7265C; }
p { color: rgb(231,38,92); }
H1.HeaderClassName
{
color: #E7265C;
}
.AnyTagClassName
{
color: #E7265C;
}
</style>
background-color css
<style>
a { background-color: #E7265C; }
a { background-color: rgb(231,38,92); }
div.DivClassName
{
background-color: #E7265C;
}
.BgClassName
{
background-color: #E7265C;
}
</style>
border-color css
<style>
span { border-color: #E7265C; }
span { border-color: rgb(231,38,92); }
td.TdClassName
{
border-color: #E7265C;
}
.TagClassName
{
border-color: #E7265C;
}
</style>