Shades of Amaranth #E9274A
Tints of Amaranth #E9274A
RGB
CMYK
RGB Variations
Color information
#E9274A (or 0xE9274A) is known color: Amaranth. HEX triplet: E9, 27 and 4A. RGB value is (233,39,74). Sum of RGB (Red+Green+Blue) = 233+39+74=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E9274A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9274A is #16D8B5. Grayscale: #656565. Windows color (decimal): -1497270 or 4859881. OLE color: 4859881.
HSL color Cylindrical-coordinate representation of color #E9274A: hue angle of 349.18º 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 #E9274A is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 74 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.09 |
| HSL | 349.18º | 0.82% | 0.53% | - |
| HSV(B) | 349.18º | 0.83% | 0.91% | - |
| XYZ | 35.57 | 19.27 | 8.32 | - |
| YUV | 101 | 112.77 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 74 | 0 | 0.83 | 0.68 | 0.09 | 349.18 | 0.82 | 0.53 |
| Hex | E9 | 27 | 4A | 0 | 53 | 44 | 9 | 15D | 52 | 35 |
| Octal | 351 | 47 | 112 | 0 | 123 | 104 | 11 | 535 | 122 | 65 |
| Binary | 11101001 | 100111 | 1001010 | 0 | 1010011 | 1000100 | 1001 | 101011101 | 1010010 | 110101 |
Color Harmonies of #E9274A
Complementary color
Monochromatic Colors of #E9274A
Black with #E9274A
Text Example
Text Example
White with #E9274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9274A; }
p { color: rgb(233,39,74); }
H1.HeaderClassName
{
color: #E9274A;
}
.AnyTagClassName
{
color: #E9274A;
}
</style>
background-color css
<style>
a { background-color: #E9274A; }
a { background-color: rgb(233,39,74); }
div.DivClassName
{
background-color: #E9274A;
}
.BgClassName
{
background-color: #E9274A;
}
</style>
border-color css
<style>
span { border-color: #E9274A; }
span { border-color: rgb(233,39,74); }
td.TdClassName
{
border-color: #E9274A;
}
.TagClassName
{
border-color: #E9274A;
}
</style>