Shades of Amaranth #E9325B
Tints of Amaranth #E9325B
RGB
CMYK
RGB Variations
Color information
#E9325B (or 0xE9325B) is known color: Amaranth. HEX triplet: E9, 32 and 5B. RGB value is (233,50,91). Sum of RGB (Red+Green+Blue) = 233+50+91=374 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.30% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 233 - color contains mainly: red. Hex color #E9325B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9325B is #16CDA4. Grayscale: #6D6D6D. Windows color (decimal): -1494437 or 5976809. OLE color: 5976809.
HSL color Cylindrical-coordinate representation of color #E9325B: hue angle of 346.56º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E9325B is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 91 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.09 |
| HSL | 346.56º | 0.81% | 0.55% | - |
| HSV(B) | 346.56º | 0.79% | 0.91% | - |
| XYZ | 36.63 | 20.36 | 11.9 | - |
| YUV | 109.39 | 117.63 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 91 | 0 | 0.79 | 0.61 | 0.09 | 346.56 | 0.81 | 0.55 |
| Hex | E9 | 32 | 5B | 0 | 4F | 3D | 9 | 15B | 51 | 37 |
| Octal | 351 | 62 | 133 | 0 | 117 | 75 | 11 | 533 | 121 | 67 |
| Binary | 11101001 | 110010 | 1011011 | 0 | 1001111 | 111101 | 1001 | 101011011 | 1010001 | 110111 |
Color Harmonies of #E9325B
Complementary color
Monochromatic Colors of #E9325B
Black with #E9325B
Text Example
Text Example
White with #E9325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9325B; }
p { color: rgb(233,50,91); }
H1.HeaderClassName
{
color: #E9325B;
}
.AnyTagClassName
{
color: #E9325B;
}
</style>
background-color css
<style>
a { background-color: #E9325B; }
a { background-color: rgb(233,50,91); }
div.DivClassName
{
background-color: #E9325B;
}
.BgClassName
{
background-color: #E9325B;
}
</style>
border-color css
<style>
span { border-color: #E9325B; }
span { border-color: rgb(233,50,91); }
td.TdClassName
{
border-color: #E9325B;
}
.TagClassName
{
border-color: #E9325B;
}
</style>