Shades of Amaranth #E9275B
Tints of Amaranth #E9275B
RGB
CMYK
RGB Variations
Color information
#E9275B (or 0xE9275B) is known color: Amaranth. HEX triplet: E9, 27 and 5B. RGB value is (233,39,91). Sum of RGB (Red+Green+Blue) = 233+39+91=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E9275B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9275B is #16D8A4. Grayscale: #666666. Windows color (decimal): -1497253 or 5973993. OLE color: 5973993.
HSL color Cylindrical-coordinate representation of color #E9275B: hue angle of 343.92º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9275B is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 91 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.09 |
| HSL | 343.92º | 0.82% | 0.53% | - |
| HSV(B) | 343.92º | 0.83% | 0.91% | - |
| XYZ | 36.22 | 19.53 | 11.76 | - |
| YUV | 102.93 | 121.27 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 91 | 0 | 0.83 | 0.61 | 0.09 | 343.92 | 0.82 | 0.53 |
| Hex | E9 | 27 | 5B | 0 | 53 | 3D | 9 | 158 | 52 | 35 |
| Octal | 351 | 47 | 133 | 0 | 123 | 75 | 11 | 530 | 122 | 65 |
| Binary | 11101001 | 100111 | 1011011 | 0 | 1010011 | 111101 | 1001 | 101011000 | 1010010 | 110101 |
Color Harmonies of #E9275B
Complementary color
Monochromatic Colors of #E9275B
Black with #E9275B
Text Example
Text Example
White with #E9275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9275B; }
p { color: rgb(233,39,91); }
H1.HeaderClassName
{
color: #E9275B;
}
.AnyTagClassName
{
color: #E9275B;
}
</style>
background-color css
<style>
a { background-color: #E9275B; }
a { background-color: rgb(233,39,91); }
div.DivClassName
{
background-color: #E9275B;
}
.BgClassName
{
background-color: #E9275B;
}
</style>
border-color css
<style>
span { border-color: #E9275B; }
span { border-color: rgb(233,39,91); }
td.TdClassName
{
border-color: #E9275B;
}
.TagClassName
{
border-color: #E9275B;
}
</style>