Shades of Amaranth #E8444C
Tints of Amaranth #E8444C
RGB
CMYK
RGB Variations
Color information
#E8444C (or 0xE8444C) is known color: Amaranth. HEX triplet: E8, 44 and 4C. RGB value is (232,68,76). Sum of RGB (Red+Green+Blue) = 232+68+76=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E8444C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8444C is #17BBB3. Grayscale: #767676. Windows color (decimal): -1555380 or 4998376. OLE color: 4998376.
HSL color Cylindrical-coordinate representation of color #E8444C: hue angle of 357.07º 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 #E8444C is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 68 | 76 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.09 |
| HSL | 357.07º | 0.78% | 0.59% | - |
| HSV(B) | 357.07º | 0.71% | 0.91% | - |
| XYZ | 36.65 | 21.81 | 9.12 | - |
| YUV | 117.95 | 104.33 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 68 | 76 | 0 | 0.71 | 0.67 | 0.09 | 357.07 | 0.78 | 0.59 |
| Hex | E8 | 44 | 4C | 0 | 47 | 43 | 9 | 165 | 4E | 3B |
| Octal | 350 | 104 | 114 | 0 | 107 | 103 | 11 | 545 | 116 | 73 |
| Binary | 11101000 | 1000100 | 1001100 | 0 | 1000111 | 1000011 | 1001 | 101100101 | 1001110 | 111011 |
Color Harmonies of #E8444C
Complementary color
Monochromatic Colors of #E8444C
Black with #E8444C
Text Example
Text Example
White with #E8444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8444C; }
p { color: rgb(232,68,76); }
H1.HeaderClassName
{
color: #E8444C;
}
.AnyTagClassName
{
color: #E8444C;
}
</style>
background-color css
<style>
a { background-color: #E8444C; }
a { background-color: rgb(232,68,76); }
div.DivClassName
{
background-color: #E8444C;
}
.BgClassName
{
background-color: #E8444C;
}
</style>
border-color css
<style>
span { border-color: #E8444C; }
span { border-color: rgb(232,68,76); }
td.TdClassName
{
border-color: #E8444C;
}
.TagClassName
{
border-color: #E8444C;
}
</style>