Shades of Amaranth #E82754
Tints of Amaranth #E82754
RGB
CMYK
RGB Variations
Color information
#E82754 (or 0xE82754) is known color: Amaranth. HEX triplet: E8, 27 and 54. RGB value is (232,39,84). Sum of RGB (Red+Green+Blue) = 232+39+84=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E82754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82754 is #17D8AB. Grayscale: #656565. Windows color (decimal): -1562796 or 5515240. OLE color: 5515240.
HSL color Cylindrical-coordinate representation of color #E82754: hue angle of 346.01º 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 #E82754 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 84 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.09 |
| HSL | 346.01º | 0.81% | 0.53% | - |
| HSV(B) | 346.01º | 0.83% | 0.91% | - |
| XYZ | 35.6 | 19.25 | 10.23 | - |
| YUV | 101.84 | 117.94 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 84 | 0 | 0.83 | 0.64 | 0.09 | 346.01 | 0.81 | 0.53 |
| Hex | E8 | 27 | 54 | 0 | 53 | 40 | 9 | 15A | 51 | 35 |
| Octal | 350 | 47 | 124 | 0 | 123 | 100 | 11 | 532 | 121 | 65 |
| Binary | 11101000 | 100111 | 1010100 | 0 | 1010011 | 1000000 | 1001 | 101011010 | 1010001 | 110101 |
Color Harmonies of #E82754
Complementary color
Monochromatic Colors of #E82754
Black with #E82754
Text Example
Text Example
White with #E82754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82754; }
p { color: rgb(232,39,84); }
H1.HeaderClassName
{
color: #E82754;
}
.AnyTagClassName
{
color: #E82754;
}
</style>
background-color css
<style>
a { background-color: #E82754; }
a { background-color: rgb(232,39,84); }
div.DivClassName
{
background-color: #E82754;
}
.BgClassName
{
background-color: #E82754;
}
</style>
border-color css
<style>
span { border-color: #E82754; }
span { border-color: rgb(232,39,84); }
td.TdClassName
{
border-color: #E82754;
}
.TagClassName
{
border-color: #E82754;
}
</style>