Shades of Amaranth #E8255B
Tints of Amaranth #E8255B
RGB
CMYK
RGB Variations
Color information
#E8255B (or 0xE8255B) is known color: Amaranth. HEX triplet: E8, 25 and 5B. RGB value is (232,37,91). Sum of RGB (Red+Green+Blue) = 232+37+91=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8255B is #17DAA4. Grayscale: #656565. Windows color (decimal): -1563301 or 5973480. OLE color: 5973480.
HSL color Cylindrical-coordinate representation of color #E8255B: hue angle of 343.38º 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 #E8255B is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 37 | 91 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.09 |
| HSL | 343.38º | 0.81% | 0.53% | - |
| HSV(B) | 343.38º | 0.84% | 0.91% | - |
| XYZ | 35.83 | 19.23 | 11.72 | - |
| YUV | 101.46 | 122.1 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 37 | 91 | 0 | 0.84 | 0.61 | 0.09 | 343.38 | 0.81 | 0.53 |
| Hex | E8 | 25 | 5B | 0 | 54 | 3D | 9 | 157 | 51 | 35 |
| Octal | 350 | 45 | 133 | 0 | 124 | 75 | 11 | 527 | 121 | 65 |
| Binary | 11101000 | 100101 | 1011011 | 0 | 1010100 | 111101 | 1001 | 101010111 | 1010001 | 110101 |
Color Harmonies of #E8255B
Complementary color
Monochromatic Colors of #E8255B
Black with #E8255B
Text Example
Text Example
White with #E8255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8255B; }
p { color: rgb(232,37,91); }
H1.HeaderClassName
{
color: #E8255B;
}
.AnyTagClassName
{
color: #E8255B;
}
</style>
background-color css
<style>
a { background-color: #E8255B; }
a { background-color: rgb(232,37,91); }
div.DivClassName
{
background-color: #E8255B;
}
.BgClassName
{
background-color: #E8255B;
}
</style>
border-color css
<style>
span { border-color: #E8255B; }
span { border-color: rgb(232,37,91); }
td.TdClassName
{
border-color: #E8255B;
}
.TagClassName
{
border-color: #E8255B;
}
</style>