Shades of Amaranth #E9255B
Tints of Amaranth #E9255B
RGB
CMYK
RGB Variations
Color information
#E9255B (or 0xE9255B) is known color: Amaranth. HEX triplet: E9, 25 and 5B. RGB value is (233,37,91). Sum of RGB (Red+Green+Blue) = 233+37+91=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E9255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9255B is #16DAA4. Grayscale: #656565. Windows color (decimal): -1497765 or 5973481. OLE color: 5973481.
HSL color Cylindrical-coordinate representation of color #E9255B: hue angle of 343.47º 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 #E9255B is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 91 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.09 |
| HSL | 343.47º | 0.82% | 0.53% | - |
| HSV(B) | 343.47º | 0.84% | 0.91% | - |
| XYZ | 36.15 | 19.4 | 11.74 | - |
| YUV | 101.76 | 121.93 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 91 | 0 | 0.84 | 0.61 | 0.09 | 343.47 | 0.82 | 0.53 |
| Hex | E9 | 25 | 5B | 0 | 54 | 3D | 9 | 157 | 52 | 35 |
| Octal | 351 | 45 | 133 | 0 | 124 | 75 | 11 | 527 | 122 | 65 |
| Binary | 11101001 | 100101 | 1011011 | 0 | 1010100 | 111101 | 1001 | 101010111 | 1010010 | 110101 |
Color Harmonies of #E9255B
Complementary color
Monochromatic Colors of #E9255B
Black with #E9255B
Text Example
Text Example
White with #E9255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9255B; }
p { color: rgb(233,37,91); }
H1.HeaderClassName
{
color: #E9255B;
}
.AnyTagClassName
{
color: #E9255B;
}
</style>
background-color css
<style>
a { background-color: #E9255B; }
a { background-color: rgb(233,37,91); }
div.DivClassName
{
background-color: #E9255B;
}
.BgClassName
{
background-color: #E9255B;
}
</style>
border-color css
<style>
span { border-color: #E9255B; }
span { border-color: rgb(233,37,91); }
td.TdClassName
{
border-color: #E9255B;
}
.TagClassName
{
border-color: #E9255B;
}
</style>