Shades of Amaranth #E8254A
Tints of Amaranth #E8254A
RGB
CMYK
RGB Variations
Color information
#E8254A (or 0xE8254A) is known color: Amaranth. HEX triplet: E8, 25 and 4A. RGB value is (232,37,74). Sum of RGB (Red+Green+Blue) = 232+37+74=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E8254A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8254A is #17DAB5. Grayscale: #636363. Windows color (decimal): -1563318 or 4859368. OLE color: 4859368.
HSL color Cylindrical-coordinate representation of color #E8254A: hue angle of 348.62º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8254A is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 37 | 74 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.09 |
| HSL | 348.62º | 0.81% | 0.53% | - |
| HSV(B) | 348.62º | 0.84% | 0.91% | - |
| XYZ | 35.18 | 18.97 | 8.29 | - |
| YUV | 99.52 | 113.6 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 37 | 74 | 0 | 0.84 | 0.68 | 0.09 | 348.62 | 0.81 | 0.53 |
| Hex | E8 | 25 | 4A | 0 | 54 | 44 | 9 | 15D | 51 | 35 |
| Octal | 350 | 45 | 112 | 0 | 124 | 104 | 11 | 535 | 121 | 65 |
| Binary | 11101000 | 100101 | 1001010 | 0 | 1010100 | 1000100 | 1001 | 101011101 | 1010001 | 110101 |
Color Harmonies of #E8254A
Complementary color
Monochromatic Colors of #E8254A
Black with #E8254A
Text Example
Text Example
White with #E8254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8254A; }
p { color: rgb(232,37,74); }
H1.HeaderClassName
{
color: #E8254A;
}
.AnyTagClassName
{
color: #E8254A;
}
</style>
background-color css
<style>
a { background-color: #E8254A; }
a { background-color: rgb(232,37,74); }
div.DivClassName
{
background-color: #E8254A;
}
.BgClassName
{
background-color: #E8254A;
}
</style>
border-color css
<style>
span { border-color: #E8254A; }
span { border-color: rgb(232,37,74); }
td.TdClassName
{
border-color: #E8254A;
}
.TagClassName
{
border-color: #E8254A;
}
</style>