Shades of Amaranth #E8414A
Tints of Amaranth #E8414A
RGB
CMYK
RGB Variations
Color information
#E8414A (or 0xE8414A) is known color: Amaranth. HEX triplet: E8, 41 and 4A. RGB value is (232,65,74). Sum of RGB (Red+Green+Blue) = 232+65+74=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E8414A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8414A is #17BEB5. Grayscale: #747474. Windows color (decimal): -1556150 or 4866536. OLE color: 4866536.
HSL color Cylindrical-coordinate representation of color #E8414A: hue angle of 356.77º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8414A is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 74 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.09 |
| HSL | 356.77º | 0.78% | 0.58% | - |
| HSV(B) | 356.77º | 0.72% | 0.91% | - |
| XYZ | 36.41 | 21.43 | 8.7 | - |
| YUV | 115.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 74 | 0 | 0.72 | 0.68 | 0.09 | 356.77 | 0.78 | 0.58 |
| Hex | E8 | 41 | 4A | 0 | 48 | 44 | 9 | 165 | 4E | 3A |
| Octal | 350 | 101 | 112 | 0 | 110 | 104 | 11 | 545 | 116 | 72 |
| Binary | 11101000 | 1000001 | 1001010 | 0 | 1001000 | 1000100 | 1001 | 101100101 | 1001110 | 111010 |
Color Harmonies of #E8414A
Complementary color
Monochromatic Colors of #E8414A
Black with #E8414A
Text Example
Text Example
White with #E8414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8414A; }
p { color: rgb(232,65,74); }
H1.HeaderClassName
{
color: #E8414A;
}
.AnyTagClassName
{
color: #E8414A;
}
</style>
background-color css
<style>
a { background-color: #E8414A; }
a { background-color: rgb(232,65,74); }
div.DivClassName
{
background-color: #E8414A;
}
.BgClassName
{
background-color: #E8414A;
}
</style>
border-color css
<style>
span { border-color: #E8414A; }
span { border-color: rgb(232,65,74); }
td.TdClassName
{
border-color: #E8414A;
}
.TagClassName
{
border-color: #E8414A;
}
</style>