Shades of Amaranth #E83154
Tints of Amaranth #E83154
RGB
CMYK
RGB Variations
Color information
#E83154 (or 0xE83154) is known color: Amaranth. HEX triplet: E8, 31 and 54. RGB value is (232,49,84). Sum of RGB (Red+Green+Blue) = 232+49+84=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E83154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83154 is #17CEAB. Grayscale: #6B6B6B. Windows color (decimal): -1560236 or 5517800. OLE color: 5517800.
HSL color Cylindrical-coordinate representation of color #E83154: hue angle of 348.52º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E83154 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 84 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.09 |
| HSL | 348.52º | 0.8% | 0.55% | - |
| HSV(B) | 348.52º | 0.79% | 0.91% | - |
| XYZ | 35.98 | 19.99 | 10.35 | - |
| YUV | 107.71 | 114.63 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 84 | 0 | 0.79 | 0.64 | 0.09 | 348.52 | 0.8 | 0.55 |
| Hex | E8 | 31 | 54 | 0 | 4F | 40 | 9 | 15D | 50 | 37 |
| Octal | 350 | 61 | 124 | 0 | 117 | 100 | 11 | 535 | 120 | 67 |
| Binary | 11101000 | 110001 | 1010100 | 0 | 1001111 | 1000000 | 1001 | 101011101 | 1010000 | 110111 |
Color Harmonies of #E83154
Complementary color
Monochromatic Colors of #E83154
Black with #E83154
Text Example
Text Example
White with #E83154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83154; }
p { color: rgb(232,49,84); }
H1.HeaderClassName
{
color: #E83154;
}
.AnyTagClassName
{
color: #E83154;
}
</style>
background-color css
<style>
a { background-color: #E83154; }
a { background-color: rgb(232,49,84); }
div.DivClassName
{
background-color: #E83154;
}
.BgClassName
{
background-color: #E83154;
}
</style>
border-color css
<style>
span { border-color: #E83154; }
span { border-color: rgb(232,49,84); }
td.TdClassName
{
border-color: #E83154;
}
.TagClassName
{
border-color: #E83154;
}
</style>