Shades of Amaranth #E9254B
Tints of Amaranth #E9254B
RGB
CMYK
RGB Variations
Color information
#E9254B (or 0xE9254B) is known color: Amaranth. HEX triplet: E9, 25 and 4B. RGB value is (233,37,75). Sum of RGB (Red+Green+Blue) = 233+37+75=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E9254B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9254B is #16DAB4. Grayscale: #636363. Windows color (decimal): -1497781 or 4924905. OLE color: 4924905.
HSL color Cylindrical-coordinate representation of color #E9254B: hue angle of 348.37º 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 #E9254B is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 75 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.09 |
| HSL | 348.37º | 0.82% | 0.53% | - |
| HSV(B) | 348.37º | 0.84% | 0.91% | - |
| XYZ | 35.54 | 19.15 | 8.48 | - |
| YUV | 99.94 | 113.93 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 75 | 0 | 0.84 | 0.68 | 0.09 | 348.37 | 0.82 | 0.53 |
| Hex | E9 | 25 | 4B | 0 | 54 | 44 | 9 | 15C | 52 | 35 |
| Octal | 351 | 45 | 113 | 0 | 124 | 104 | 11 | 534 | 122 | 65 |
| Binary | 11101001 | 100101 | 1001011 | 0 | 1010100 | 1000100 | 1001 | 101011100 | 1010010 | 110101 |
Color Harmonies of #E9254B
Complementary color
Monochromatic Colors of #E9254B
Black with #E9254B
Text Example
Text Example
White with #E9254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9254B; }
p { color: rgb(233,37,75); }
H1.HeaderClassName
{
color: #E9254B;
}
.AnyTagClassName
{
color: #E9254B;
}
</style>
background-color css
<style>
a { background-color: #E9254B; }
a { background-color: rgb(233,37,75); }
div.DivClassName
{
background-color: #E9254B;
}
.BgClassName
{
background-color: #E9254B;
}
</style>
border-color css
<style>
span { border-color: #E9254B; }
span { border-color: rgb(233,37,75); }
td.TdClassName
{
border-color: #E9254B;
}
.TagClassName
{
border-color: #E9254B;
}
</style>