Shades of Amaranth #E82D4A
Tints of Amaranth #E82D4A
RGB
CMYK
RGB Variations
Color information
#E82D4A (or 0xE82D4A) is known color: Amaranth. HEX triplet: E8, 2D and 4A. RGB value is (232,45,74). Sum of RGB (Red+Green+Blue) = 232+45+74=351 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.10% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82D4A is #17D2B5. Grayscale: #686868. Windows color (decimal): -1561270 or 4861416. OLE color: 4861416.
HSL color Cylindrical-coordinate representation of color #E82D4A: hue angle of 350.7º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82D4A is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 45 | 74 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.09 |
| HSL | 350.7º | 0.8% | 0.54% | - |
| HSV(B) | 350.7º | 0.81% | 0.91% | - |
| XYZ | 35.45 | 19.53 | 8.38 | - |
| YUV | 104.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 45 | 74 | 0 | 0.81 | 0.68 | 0.09 | 350.7 | 0.8 | 0.54 |
| Hex | E8 | 2D | 4A | 0 | 51 | 44 | 9 | 15F | 50 | 36 |
| Octal | 350 | 55 | 112 | 0 | 121 | 104 | 11 | 537 | 120 | 66 |
| Binary | 11101000 | 101101 | 1001010 | 0 | 1010001 | 1000100 | 1001 | 101011111 | 1010000 | 110110 |
Color Harmonies of #E82D4A
Complementary color
Monochromatic Colors of #E82D4A
Black with #E82D4A
Text Example
Text Example
White with #E82D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82D4A; }
p { color: rgb(232,45,74); }
H1.HeaderClassName
{
color: #E82D4A;
}
.AnyTagClassName
{
color: #E82D4A;
}
</style>
background-color css
<style>
a { background-color: #E82D4A; }
a { background-color: rgb(232,45,74); }
div.DivClassName
{
background-color: #E82D4A;
}
.BgClassName
{
background-color: #E82D4A;
}
</style>
border-color css
<style>
span { border-color: #E82D4A; }
span { border-color: rgb(232,45,74); }
td.TdClassName
{
border-color: #E82D4A;
}
.TagClassName
{
border-color: #E82D4A;
}
</style>