Shades of Amaranth #E9264E
Tints of Amaranth #E9264E
RGB
CMYK
RGB Variations
Color information
#E9264E (or 0xE9264E) is known color: Amaranth. HEX triplet: E9, 26 and 4E. RGB value is (233,38,78). Sum of RGB (Red+Green+Blue) = 233+38+78=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E9264E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9264E is #16D9B1. Grayscale: #646464. Windows color (decimal): -1497522 or 5121769. OLE color: 5121769.
HSL color Cylindrical-coordinate representation of color #E9264E: hue angle of 347.69º 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 #E9264E is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 38 | 78 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.09 |
| HSL | 347.69º | 0.82% | 0.53% | - |
| HSV(B) | 347.69º | 0.84% | 0.91% | - |
| XYZ | 35.67 | 19.26 | 9.05 | - |
| YUV | 100.87 | 115.1 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 78 | 0 | 0.84 | 0.67 | 0.09 | 347.69 | 0.82 | 0.53 |
| Hex | E9 | 26 | 4E | 0 | 54 | 43 | 9 | 15C | 52 | 35 |
| Octal | 351 | 46 | 116 | 0 | 124 | 103 | 11 | 534 | 122 | 65 |
| Binary | 11101001 | 100110 | 1001110 | 0 | 1010100 | 1000011 | 1001 | 101011100 | 1010010 | 110101 |
Color Harmonies of #E9264E
Complementary color
Monochromatic Colors of #E9264E
Black with #E9264E
Text Example
Text Example
White with #E9264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9264E; }
p { color: rgb(233,38,78); }
H1.HeaderClassName
{
color: #E9264E;
}
.AnyTagClassName
{
color: #E9264E;
}
</style>
background-color css
<style>
a { background-color: #E9264E; }
a { background-color: rgb(233,38,78); }
div.DivClassName
{
background-color: #E9264E;
}
.BgClassName
{
background-color: #E9264E;
}
</style>
border-color css
<style>
span { border-color: #E9264E; }
span { border-color: rgb(233,38,78); }
td.TdClassName
{
border-color: #E9264E;
}
.TagClassName
{
border-color: #E9264E;
}
</style>