Shades of Amaranth #E9265A
Tints of Amaranth #E9265A
RGB
CMYK
RGB Variations
Color information
#E9265A (or 0xE9265A) is known color: Amaranth. HEX triplet: E9, 26 and 5A. RGB value is (233,38,90). Sum of RGB (Red+Green+Blue) = 233+38+90=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E9265A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9265A is #16D9A5. Grayscale: #666666. Windows color (decimal): -1497510 or 5908201. OLE color: 5908201.
HSL color Cylindrical-coordinate representation of color #E9265A: hue angle of 344º 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 #E9265A is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 38 | 90 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.09 |
| HSL | 344º | 0.82% | 0.53% | - |
| HSV(B) | 344º | 0.84% | 0.91% | - |
| XYZ | 36.14 | 19.45 | 11.52 | - |
| YUV | 102.23 | 121.1 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 90 | 0 | 0.84 | 0.61 | 0.09 | 344 | 0.82 | 0.53 |
| Hex | E9 | 26 | 5A | 0 | 54 | 3D | 9 | 158 | 52 | 35 |
| Octal | 351 | 46 | 132 | 0 | 124 | 75 | 11 | 530 | 122 | 65 |
| Binary | 11101001 | 100110 | 1011010 | 0 | 1010100 | 111101 | 1001 | 101011000 | 1010010 | 110101 |
Color Harmonies of #E9265A
Complementary color
Monochromatic Colors of #E9265A
Black with #E9265A
Text Example
Text Example
White with #E9265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9265A; }
p { color: rgb(233,38,90); }
H1.HeaderClassName
{
color: #E9265A;
}
.AnyTagClassName
{
color: #E9265A;
}
</style>
background-color css
<style>
a { background-color: #E9265A; }
a { background-color: rgb(233,38,90); }
div.DivClassName
{
background-color: #E9265A;
}
.BgClassName
{
background-color: #E9265A;
}
</style>
border-color css
<style>
span { border-color: #E9265A; }
span { border-color: rgb(233,38,90); }
td.TdClassName
{
border-color: #E9265A;
}
.TagClassName
{
border-color: #E9265A;
}
</style>