Shades of Amaranth #E8265B
Tints of Amaranth #E8265B
RGB
CMYK
RGB Variations
Color information
#E8265B (or 0xE8265B) is known color: Amaranth. HEX triplet: E8, 26 and 5B. RGB value is (232,38,91). Sum of RGB (Red+Green+Blue) = 232+38+91=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8265B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8265B is #17D9A4. Grayscale: #666666. Windows color (decimal): -1563045 or 5973736. OLE color: 5973736.
HSL color Cylindrical-coordinate representation of color #E8265B: hue angle of 343.61º degrees, saturation: 0.81, 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 #E8265B is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 38 | 91 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.09 |
| HSL | 343.61º | 0.81% | 0.53% | - |
| HSV(B) | 343.61º | 0.84% | 0.91% | - |
| XYZ | 35.86 | 19.3 | 11.73 | - |
| YUV | 102.05 | 121.77 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 38 | 91 | 0 | 0.84 | 0.61 | 0.09 | 343.61 | 0.81 | 0.53 |
| Hex | E8 | 26 | 5B | 0 | 54 | 3D | 9 | 158 | 51 | 35 |
| Octal | 350 | 46 | 133 | 0 | 124 | 75 | 11 | 530 | 121 | 65 |
| Binary | 11101000 | 100110 | 1011011 | 0 | 1010100 | 111101 | 1001 | 101011000 | 1010001 | 110101 |
Color Harmonies of #E8265B
Complementary color
Monochromatic Colors of #E8265B
Black with #E8265B
Text Example
Text Example
White with #E8265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8265B; }
p { color: rgb(232,38,91); }
H1.HeaderClassName
{
color: #E8265B;
}
.AnyTagClassName
{
color: #E8265B;
}
</style>
background-color css
<style>
a { background-color: #E8265B; }
a { background-color: rgb(232,38,91); }
div.DivClassName
{
background-color: #E8265B;
}
.BgClassName
{
background-color: #E8265B;
}
</style>
border-color css
<style>
span { border-color: #E8265B; }
span { border-color: rgb(232,38,91); }
td.TdClassName
{
border-color: #E8265B;
}
.TagClassName
{
border-color: #E8265B;
}
</style>