Shades of Amaranth #E9274D
Tints of Amaranth #E9274D
RGB
CMYK
RGB Variations
Color information
#E9274D (or 0xE9274D) is known color: Amaranth. HEX triplet: E9, 27 and 4D. RGB value is (233,39,77). Sum of RGB (Red+Green+Blue) = 233+39+77=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E9274D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9274D is #16D8B2. Grayscale: #656565. Windows color (decimal): -1497267 or 5056489. OLE color: 5056489.
HSL color Cylindrical-coordinate representation of color #E9274D: hue angle of 348.25º 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 #E9274D is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 77 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.09 |
| HSL | 348.25º | 0.82% | 0.53% | - |
| HSV(B) | 348.25º | 0.83% | 0.91% | - |
| XYZ | 35.67 | 19.31 | 8.87 | - |
| YUV | 101.34 | 114.27 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 77 | 0 | 0.83 | 0.67 | 0.09 | 348.25 | 0.82 | 0.53 |
| Hex | E9 | 27 | 4D | 0 | 53 | 43 | 9 | 15C | 52 | 35 |
| Octal | 351 | 47 | 115 | 0 | 123 | 103 | 11 | 534 | 122 | 65 |
| Binary | 11101001 | 100111 | 1001101 | 0 | 1010011 | 1000011 | 1001 | 101011100 | 1010010 | 110101 |
Color Harmonies of #E9274D
Complementary color
Monochromatic Colors of #E9274D
Black with #E9274D
Text Example
Text Example
White with #E9274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9274D; }
p { color: rgb(233,39,77); }
H1.HeaderClassName
{
color: #E9274D;
}
.AnyTagClassName
{
color: #E9274D;
}
</style>
background-color css
<style>
a { background-color: #E9274D; }
a { background-color: rgb(233,39,77); }
div.DivClassName
{
background-color: #E9274D;
}
.BgClassName
{
background-color: #E9274D;
}
</style>
border-color css
<style>
span { border-color: #E9274D; }
span { border-color: rgb(233,39,77); }
td.TdClassName
{
border-color: #E9274D;
}
.TagClassName
{
border-color: #E9274D;
}
</style>