Shades of Amaranth #E82F43
Tints of Amaranth #E82F43
RGB
CMYK
RGB Variations
Color information
#E82F43 (or 0xE82F43) is known color: Amaranth. HEX triplet: E8, 2F and 43. RGB value is (232,47,67). Sum of RGB (Red+Green+Blue) = 232+47+67=346 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.05% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82F43 is #17D0BC. Grayscale: #686868. Windows color (decimal): -1560765 or 4403176. OLE color: 4403176.
HSL color Cylindrical-coordinate representation of color #E82F43: hue angle of 353.51º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82F43 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 67 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.09 |
| HSL | 353.51º | 0.8% | 0.55% | - |
| HSV(B) | 353.51º | 0.8% | 0.91% | - |
| XYZ | 35.31 | 19.59 | 7.23 | - |
| YUV | 104.6 | 106.79 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 67 | 0 | 0.80 | 0.71 | 0.09 | 353.51 | 0.8 | 0.55 |
| Hex | E8 | 2F | 43 | 0 | 50 | 47 | 9 | 162 | 50 | 37 |
| Octal | 350 | 57 | 103 | 0 | 120 | 107 | 11 | 542 | 120 | 67 |
| Binary | 11101000 | 101111 | 1000011 | 0 | 1010000 | 1000111 | 1001 | 101100010 | 1010000 | 110111 |
Color Harmonies of #E82F43
Complementary color
Monochromatic Colors of #E82F43
Black with #E82F43
Text Example
Text Example
White with #E82F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F43; }
p { color: rgb(232,47,67); }
H1.HeaderClassName
{
color: #E82F43;
}
.AnyTagClassName
{
color: #E82F43;
}
</style>
background-color css
<style>
a { background-color: #E82F43; }
a { background-color: rgb(232,47,67); }
div.DivClassName
{
background-color: #E82F43;
}
.BgClassName
{
background-color: #E82F43;
}
</style>
border-color css
<style>
span { border-color: #E82F43; }
span { border-color: rgb(232,47,67); }
td.TdClassName
{
border-color: #E82F43;
}
.TagClassName
{
border-color: #E82F43;
}
</style>