Shades of Amaranth #E9464A
Tints of Amaranth #E9464A
RGB
CMYK
RGB Variations
Color information
#E9464A (or 0xE9464A) is known color: Amaranth. HEX triplet: E9, 46 and 4A. RGB value is (233,70,74). Sum of RGB (Red+Green+Blue) = 233+70+74=377 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.80% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 233 - color contains mainly: red. Hex color #E9464A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9464A is #16B9B5. Grayscale: #777777. Windows color (decimal): -1489334 or 4867817. OLE color: 4867817.
HSL color Cylindrical-coordinate representation of color #E9464A: hue angle of 358.53º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9464A is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 74 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.09 |
| HSL | 358.53º | 0.79% | 0.59% | - |
| HSV(B) | 358.53º | 0.7% | 0.91% | - |
| XYZ | 37.03 | 22.2 | 8.81 | - |
| YUV | 119.19 | 102.5 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 74 | 0 | 0.70 | 0.68 | 0.09 | 358.53 | 0.79 | 0.59 |
| Hex | E9 | 46 | 4A | 0 | 46 | 44 | 9 | 167 | 4F | 3B |
| Octal | 351 | 106 | 112 | 0 | 106 | 104 | 11 | 547 | 117 | 73 |
| Binary | 11101001 | 1000110 | 1001010 | 0 | 1000110 | 1000100 | 1001 | 101100111 | 1001111 | 111011 |
Color Harmonies of #E9464A
Complementary color
Monochromatic Colors of #E9464A
Black with #E9464A
Text Example
Text Example
White with #E9464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9464A; }
p { color: rgb(233,70,74); }
H1.HeaderClassName
{
color: #E9464A;
}
.AnyTagClassName
{
color: #E9464A;
}
</style>
background-color css
<style>
a { background-color: #E9464A; }
a { background-color: rgb(233,70,74); }
div.DivClassName
{
background-color: #E9464A;
}
.BgClassName
{
background-color: #E9464A;
}
</style>
border-color css
<style>
span { border-color: #E9464A; }
span { border-color: rgb(233,70,74); }
td.TdClassName
{
border-color: #E9464A;
}
.TagClassName
{
border-color: #E9464A;
}
</style>