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