Shades of Amaranth #E9275D
Tints of Amaranth #E9275D
RGB
CMYK
RGB Variations
Color information
#E9275D (or 0xE9275D) is known color: Amaranth. HEX triplet: E9, 27 and 5D. RGB value is (233,39,93). Sum of RGB (Red+Green+Blue) = 233+39+93=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E9275D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9275D is #16D8A2. Grayscale: #676767. Windows color (decimal): -1497251 or 6105065. OLE color: 6105065.
HSL color Cylindrical-coordinate representation of color #E9275D: hue angle of 343.3º 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 #E9275D is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 93 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.09 |
| HSL | 343.3º | 0.82% | 0.53% | - |
| HSV(B) | 343.3º | 0.83% | 0.91% | - |
| XYZ | 36.31 | 19.56 | 12.22 | - |
| YUV | 103.16 | 122.27 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 93 | 0 | 0.83 | 0.60 | 0.09 | 343.3 | 0.82 | 0.53 |
| Hex | E9 | 27 | 5D | 0 | 53 | 3C | 9 | 157 | 52 | 35 |
| Octal | 351 | 47 | 135 | 0 | 123 | 74 | 11 | 527 | 122 | 65 |
| Binary | 11101001 | 100111 | 1011101 | 0 | 1010011 | 111100 | 1001 | 101010111 | 1010010 | 110101 |
Color Harmonies of #E9275D
Complementary color
Monochromatic Colors of #E9275D
Black with #E9275D
Text Example
Text Example
White with #E9275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9275D; }
p { color: rgb(233,39,93); }
H1.HeaderClassName
{
color: #E9275D;
}
.AnyTagClassName
{
color: #E9275D;
}
</style>
background-color css
<style>
a { background-color: #E9275D; }
a { background-color: rgb(233,39,93); }
div.DivClassName
{
background-color: #E9275D;
}
.BgClassName
{
background-color: #E9275D;
}
</style>
border-color css
<style>
span { border-color: #E9275D; }
span { border-color: rgb(233,39,93); }
td.TdClassName
{
border-color: #E9275D;
}
.TagClassName
{
border-color: #E9275D;
}
</style>