Shades of Amaranth #E82752
Tints of Amaranth #E82752
RGB
CMYK
RGB Variations
Color information
#E82752 (or 0xE82752) is known color: Amaranth. HEX triplet: E8, 27 and 52. RGB value is (232,39,82). Sum of RGB (Red+Green+Blue) = 232+39+82=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E82752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82752 is #17D8AD. Grayscale: #656565. Windows color (decimal): -1562798 or 5384168. OLE color: 5384168.
HSL color Cylindrical-coordinate representation of color #E82752: hue angle of 346.63º 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 #E82752 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 82 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.09 |
| HSL | 346.63º | 0.81% | 0.53% | - |
| HSV(B) | 346.63º | 0.83% | 0.91% | - |
| XYZ | 35.53 | 19.22 | 9.82 | - |
| YUV | 101.61 | 116.94 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 82 | 0 | 0.83 | 0.65 | 0.09 | 346.63 | 0.81 | 0.53 |
| Hex | E8 | 27 | 52 | 0 | 53 | 41 | 9 | 15B | 51 | 35 |
| Octal | 350 | 47 | 122 | 0 | 123 | 101 | 11 | 533 | 121 | 65 |
| Binary | 11101000 | 100111 | 1010010 | 0 | 1010011 | 1000001 | 1001 | 101011011 | 1010001 | 110101 |
Color Harmonies of #E82752
Complementary color
Monochromatic Colors of #E82752
Black with #E82752
Text Example
Text Example
White with #E82752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82752; }
p { color: rgb(232,39,82); }
H1.HeaderClassName
{
color: #E82752;
}
.AnyTagClassName
{
color: #E82752;
}
</style>
background-color css
<style>
a { background-color: #E82752; }
a { background-color: rgb(232,39,82); }
div.DivClassName
{
background-color: #E82752;
}
.BgClassName
{
background-color: #E82752;
}
</style>
border-color css
<style>
span { border-color: #E82752; }
span { border-color: rgb(232,39,82); }
td.TdClassName
{
border-color: #E82752;
}
.TagClassName
{
border-color: #E82752;
}
</style>