Shades of Amaranth #E8434C
Tints of Amaranth #E8434C
RGB
CMYK
RGB Variations
Color information
#E8434C (or 0xE8434C) is known color: Amaranth. HEX triplet: E8, 43 and 4C. RGB value is (232,67,76). Sum of RGB (Red+Green+Blue) = 232+67+76=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8434C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8434C is #17BCB3. Grayscale: #757575. Windows color (decimal): -1555636 or 4998120. OLE color: 4998120.
HSL color Cylindrical-coordinate representation of color #E8434C: hue angle of 356.73º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E8434C is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 67 | 76 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.09 |
| HSL | 356.73º | 0.78% | 0.59% | - |
| HSV(B) | 356.73º | 0.71% | 0.91% | - |
| XYZ | 36.59 | 21.69 | 9.1 | - |
| YUV | 117.36 | 104.66 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 67 | 76 | 0 | 0.71 | 0.67 | 0.09 | 356.73 | 0.78 | 0.59 |
| Hex | E8 | 43 | 4C | 0 | 47 | 43 | 9 | 165 | 4E | 3B |
| Octal | 350 | 103 | 114 | 0 | 107 | 103 | 11 | 545 | 116 | 73 |
| Binary | 11101000 | 1000011 | 1001100 | 0 | 1000111 | 1000011 | 1001 | 101100101 | 1001110 | 111011 |
Color Harmonies of #E8434C
Complementary color
Monochromatic Colors of #E8434C
Black with #E8434C
Text Example
Text Example
White with #E8434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8434C; }
p { color: rgb(232,67,76); }
H1.HeaderClassName
{
color: #E8434C;
}
.AnyTagClassName
{
color: #E8434C;
}
</style>
background-color css
<style>
a { background-color: #E8434C; }
a { background-color: rgb(232,67,76); }
div.DivClassName
{
background-color: #E8434C;
}
.BgClassName
{
background-color: #E8434C;
}
</style>
border-color css
<style>
span { border-color: #E8434C; }
span { border-color: rgb(232,67,76); }
td.TdClassName
{
border-color: #E8434C;
}
.TagClassName
{
border-color: #E8434C;
}
</style>