Shades of Amaranth #E7265B
Tints of Amaranth #E7265B
RGB
CMYK
RGB Variations
Color information
#E7265B (or 0xE7265B) is known color: Amaranth. HEX triplet: E7, 26 and 5B. RGB value is (231,38,91). Sum of RGB (Red+Green+Blue) = 231+38+91=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E7265B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7265B is #18D9A4. Grayscale: #656565. Windows color (decimal): -1628581 or 5973735. OLE color: 5973735.
HSL color Cylindrical-coordinate representation of color #E7265B: hue angle of 343.52º 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 #E7265B is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 91 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.09 |
| HSL | 343.52º | 0.8% | 0.53% | - |
| HSV(B) | 343.52º | 0.84% | 0.91% | - |
| XYZ | 35.54 | 19.13 | 11.72 | - |
| YUV | 101.75 | 121.94 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 91 | 0 | 0.84 | 0.61 | 0.09 | 343.52 | 0.8 | 0.53 |
| Hex | E7 | 26 | 5B | 0 | 54 | 3D | 9 | 158 | 50 | 35 |
| Octal | 347 | 46 | 133 | 0 | 124 | 75 | 11 | 530 | 120 | 65 |
| Binary | 11100111 | 100110 | 1011011 | 0 | 1010100 | 111101 | 1001 | 101011000 | 1010000 | 110101 |
Color Harmonies of #E7265B
Complementary color
Monochromatic Colors of #E7265B
Black with #E7265B
Text Example
Text Example
White with #E7265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7265B; }
p { color: rgb(231,38,91); }
H1.HeaderClassName
{
color: #E7265B;
}
.AnyTagClassName
{
color: #E7265B;
}
</style>
background-color css
<style>
a { background-color: #E7265B; }
a { background-color: rgb(231,38,91); }
div.DivClassName
{
background-color: #E7265B;
}
.BgClassName
{
background-color: #E7265B;
}
</style>
border-color css
<style>
span { border-color: #E7265B; }
span { border-color: rgb(231,38,91); }
td.TdClassName
{
border-color: #E7265B;
}
.TagClassName
{
border-color: #E7265B;
}
</style>