Shades of Amaranth #E94249
Tints of Amaranth #E94249
RGB
CMYK
RGB Variations
Color information
#E94249 (or 0xE94249) is known color: Amaranth. HEX triplet: E9, 42 and 49. RGB value is (233,66,73). Sum of RGB (Red+Green+Blue) = 233+66+73=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E94249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94249 is #16BDB6. Grayscale: #747474. Windows color (decimal): -1490359 or 4801257. OLE color: 4801257.
HSL color Cylindrical-coordinate representation of color #E94249: hue angle of 357.49º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94249 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 73 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.09 |
| HSL | 357.49º | 0.79% | 0.59% | - |
| HSV(B) | 357.49º | 0.72% | 0.91% | - |
| XYZ | 36.76 | 21.7 | 8.55 | - |
| YUV | 116.73 | 103.33 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 73 | 0 | 0.72 | 0.69 | 0.09 | 357.49 | 0.79 | 0.59 |
| Hex | E9 | 42 | 49 | 0 | 48 | 45 | 9 | 165 | 4F | 3B |
| Octal | 351 | 102 | 111 | 0 | 110 | 105 | 11 | 545 | 117 | 73 |
| Binary | 11101001 | 1000010 | 1001001 | 0 | 1001000 | 1000101 | 1001 | 101100101 | 1001111 | 111011 |
Color Harmonies of #E94249
Complementary color
Monochromatic Colors of #E94249
Black with #E94249
Text Example
Text Example
White with #E94249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94249; }
p { color: rgb(233,66,73); }
H1.HeaderClassName
{
color: #E94249;
}
.AnyTagClassName
{
color: #E94249;
}
</style>
background-color css
<style>
a { background-color: #E94249; }
a { background-color: rgb(233,66,73); }
div.DivClassName
{
background-color: #E94249;
}
.BgClassName
{
background-color: #E94249;
}
</style>
border-color css
<style>
span { border-color: #E94249; }
span { border-color: rgb(233,66,73); }
td.TdClassName
{
border-color: #E94249;
}
.TagClassName
{
border-color: #E94249;
}
</style>