Shades of Amaranth #E8275B
Tints of Amaranth #E8275B
RGB
CMYK
RGB Variations
Color information
#E8275B (or 0xE8275B) is known color: Amaranth. HEX triplet: E8, 27 and 5B. RGB value is (232,39,91). Sum of RGB (Red+Green+Blue) = 232+39+91=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E8275B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8275B is #17D8A4. Grayscale: #666666. Windows color (decimal): -1562789 or 5973992. OLE color: 5973992.
HSL color Cylindrical-coordinate representation of color #E8275B: hue angle of 343.83º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E8275B is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 91 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.09 |
| HSL | 343.83º | 0.81% | 0.53% | - |
| HSV(B) | 343.83º | 0.83% | 0.91% | - |
| XYZ | 35.89 | 19.36 | 11.74 | - |
| YUV | 102.64 | 121.44 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 91 | 0 | 0.83 | 0.61 | 0.09 | 343.83 | 0.81 | 0.53 |
| Hex | E8 | 27 | 5B | 0 | 53 | 3D | 9 | 158 | 51 | 35 |
| Octal | 350 | 47 | 133 | 0 | 123 | 75 | 11 | 530 | 121 | 65 |
| Binary | 11101000 | 100111 | 1011011 | 0 | 1010011 | 111101 | 1001 | 101011000 | 1010001 | 110101 |
Color Harmonies of #E8275B
Complementary color
Monochromatic Colors of #E8275B
Black with #E8275B
Text Example
Text Example
White with #E8275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8275B; }
p { color: rgb(232,39,91); }
H1.HeaderClassName
{
color: #E8275B;
}
.AnyTagClassName
{
color: #E8275B;
}
</style>
background-color css
<style>
a { background-color: #E8275B; }
a { background-color: rgb(232,39,91); }
div.DivClassName
{
background-color: #E8275B;
}
.BgClassName
{
background-color: #E8275B;
}
</style>
border-color css
<style>
span { border-color: #E8275B; }
span { border-color: rgb(232,39,91); }
td.TdClassName
{
border-color: #E8275B;
}
.TagClassName
{
border-color: #E8275B;
}
</style>