Shades of Amaranth #E9254D
Tints of Amaranth #E9254D
RGB
CMYK
RGB Variations
Color information
#E9254D (or 0xE9254D) is known color: Amaranth. HEX triplet: E9, 25 and 4D. RGB value is (233,37,77). Sum of RGB (Red+Green+Blue) = 233+37+77=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E9254D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9254D is #16DAB2. Grayscale: #646464. Windows color (decimal): -1497779 or 5055977. OLE color: 5055977.
HSL color Cylindrical-coordinate representation of color #E9254D: hue angle of 347.76º 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 #E9254D is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 77 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.09 |
| HSL | 347.76º | 0.82% | 0.53% | - |
| HSV(B) | 347.76º | 0.84% | 0.91% | - |
| XYZ | 35.61 | 19.18 | 8.85 | - |
| YUV | 100.16 | 114.93 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 77 | 0 | 0.84 | 0.67 | 0.09 | 347.76 | 0.82 | 0.53 |
| Hex | E9 | 25 | 4D | 0 | 54 | 43 | 9 | 15C | 52 | 35 |
| Octal | 351 | 45 | 115 | 0 | 124 | 103 | 11 | 534 | 122 | 65 |
| Binary | 11101001 | 100101 | 1001101 | 0 | 1010100 | 1000011 | 1001 | 101011100 | 1010010 | 110101 |
Color Harmonies of #E9254D
Complementary color
Monochromatic Colors of #E9254D
Black with #E9254D
Text Example
Text Example
White with #E9254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9254D; }
p { color: rgb(233,37,77); }
H1.HeaderClassName
{
color: #E9254D;
}
.AnyTagClassName
{
color: #E9254D;
}
</style>
background-color css
<style>
a { background-color: #E9254D; }
a { background-color: rgb(233,37,77); }
div.DivClassName
{
background-color: #E9254D;
}
.BgClassName
{
background-color: #E9254D;
}
</style>
border-color css
<style>
span { border-color: #E9254D; }
span { border-color: rgb(233,37,77); }
td.TdClassName
{
border-color: #E9254D;
}
.TagClassName
{
border-color: #E9254D;
}
</style>