Shades of Amaranth #E9255A
Tints of Amaranth #E9255A
RGB
CMYK
RGB Variations
Color information
#E9255A (or 0xE9255A) is known color: Amaranth. HEX triplet: E9, 25 and 5A. RGB value is (233,37,90). Sum of RGB (Red+Green+Blue) = 233+37+90=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9255A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9255A is #16DAA5. Grayscale: #656565. Windows color (decimal): -1497766 or 5907945. OLE color: 5907945.
HSL color Cylindrical-coordinate representation of color #E9255A: hue angle of 343.78º 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 #E9255A is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 90 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.09 |
| HSL | 343.78º | 0.82% | 0.53% | - |
| HSV(B) | 343.78º | 0.84% | 0.91% | - |
| XYZ | 36.11 | 19.38 | 11.51 | - |
| YUV | 101.65 | 121.43 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 90 | 0 | 0.84 | 0.61 | 0.09 | 343.78 | 0.82 | 0.53 |
| Hex | E9 | 25 | 5A | 0 | 54 | 3D | 9 | 158 | 52 | 35 |
| Octal | 351 | 45 | 132 | 0 | 124 | 75 | 11 | 530 | 122 | 65 |
| Binary | 11101001 | 100101 | 1011010 | 0 | 1010100 | 111101 | 1001 | 101011000 | 1010010 | 110101 |
Color Harmonies of #E9255A
Complementary color
Monochromatic Colors of #E9255A
Black with #E9255A
Text Example
Text Example
White with #E9255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9255A; }
p { color: rgb(233,37,90); }
H1.HeaderClassName
{
color: #E9255A;
}
.AnyTagClassName
{
color: #E9255A;
}
</style>
background-color css
<style>
a { background-color: #E9255A; }
a { background-color: rgb(233,37,90); }
div.DivClassName
{
background-color: #E9255A;
}
.BgClassName
{
background-color: #E9255A;
}
</style>
border-color css
<style>
span { border-color: #E9255A; }
span { border-color: rgb(233,37,90); }
td.TdClassName
{
border-color: #E9255A;
}
.TagClassName
{
border-color: #E9255A;
}
</style>