Shades of Amaranth #E83D4C
Tints of Amaranth #E83D4C
RGB
CMYK
RGB Variations
Color information
#E83D4C (or 0xE83D4C) is known color: Amaranth. HEX triplet: E8, 3D and 4C. RGB value is (232,61,76). Sum of RGB (Red+Green+Blue) = 232+61+76=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E83D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83D4C is #17C2B3. Grayscale: #717171. Windows color (decimal): -1557172 or 4996584. OLE color: 4996584.
HSL color Cylindrical-coordinate representation of color #E83D4C: hue angle of 354.74º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E83D4C is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 61 | 76 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.09 |
| HSL | 354.74º | 0.79% | 0.57% | - |
| HSV(B) | 354.74º | 0.74% | 0.91% | - |
| XYZ | 36.25 | 21.02 | 8.98 | - |
| YUV | 113.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 76 | 0 | 0.74 | 0.67 | 0.09 | 354.74 | 0.79 | 0.57 |
| Hex | E8 | 3D | 4C | 0 | 4A | 43 | 9 | 163 | 4F | 39 |
| Octal | 350 | 75 | 114 | 0 | 112 | 103 | 11 | 543 | 117 | 71 |
| Binary | 11101000 | 111101 | 1001100 | 0 | 1001010 | 1000011 | 1001 | 101100011 | 1001111 | 111001 |
Color Harmonies of #E83D4C
Complementary color
Monochromatic Colors of #E83D4C
Black with #E83D4C
Text Example
Text Example
White with #E83D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83D4C; }
p { color: rgb(232,61,76); }
H1.HeaderClassName
{
color: #E83D4C;
}
.AnyTagClassName
{
color: #E83D4C;
}
</style>
background-color css
<style>
a { background-color: #E83D4C; }
a { background-color: rgb(232,61,76); }
div.DivClassName
{
background-color: #E83D4C;
}
.BgClassName
{
background-color: #E83D4C;
}
</style>
border-color css
<style>
span { border-color: #E83D4C; }
span { border-color: rgb(232,61,76); }
td.TdClassName
{
border-color: #E83D4C;
}
.TagClassName
{
border-color: #E83D4C;
}
</style>