Shades of Amaranth #E9254A
Tints of Amaranth #E9254A
RGB
CMYK
RGB Variations
Color information
#E9254A (or 0xE9254A) is known color: Amaranth. HEX triplet: E9, 25 and 4A. RGB value is (233,37,74). Sum of RGB (Red+Green+Blue) = 233+37+74=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E9254A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9254A is #16DAB5. Grayscale: #636363. Windows color (decimal): -1497782 or 4859369. OLE color: 4859369.
HSL color Cylindrical-coordinate representation of color #E9254A: hue angle of 348.67º degrees, saturation: 0.82, 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 #E9254A is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 74 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.09 |
| HSL | 348.67º | 0.82% | 0.53% | - |
| HSV(B) | 348.67º | 0.84% | 0.91% | - |
| XYZ | 35.5 | 19.14 | 8.3 | - |
| YUV | 99.82 | 113.43 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 74 | 0 | 0.84 | 0.68 | 0.09 | 348.67 | 0.82 | 0.53 |
| Hex | E9 | 25 | 4A | 0 | 54 | 44 | 9 | 15D | 52 | 35 |
| Octal | 351 | 45 | 112 | 0 | 124 | 104 | 11 | 535 | 122 | 65 |
| Binary | 11101001 | 100101 | 1001010 | 0 | 1010100 | 1000100 | 1001 | 101011101 | 1010010 | 110101 |
Color Harmonies of #E9254A
Complementary color
Monochromatic Colors of #E9254A
Black with #E9254A
Text Example
Text Example
White with #E9254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9254A; }
p { color: rgb(233,37,74); }
H1.HeaderClassName
{
color: #E9254A;
}
.AnyTagClassName
{
color: #E9254A;
}
</style>
background-color css
<style>
a { background-color: #E9254A; }
a { background-color: rgb(233,37,74); }
div.DivClassName
{
background-color: #E9254A;
}
.BgClassName
{
background-color: #E9254A;
}
</style>
border-color css
<style>
span { border-color: #E9254A; }
span { border-color: rgb(233,37,74); }
td.TdClassName
{
border-color: #E9254A;
}
.TagClassName
{
border-color: #E9254A;
}
</style>