Shades of Amaranth #E9394B
Tints of Amaranth #E9394B
RGB
CMYK
RGB Variations
Color information
#E9394B (or 0xE9394B) is known color: Amaranth. HEX triplet: E9, 39 and 4B. RGB value is (233,57,75). Sum of RGB (Red+Green+Blue) = 233+57+75=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E9394B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9394B is #16C6B4. Grayscale: #6F6F6F. Windows color (decimal): -1492661 or 4930025. OLE color: 4930025.
HSL color Cylindrical-coordinate representation of color #E9394B: hue angle of 353.86º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9394B is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 57 | 75 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.09 |
| HSL | 353.86º | 0.8% | 0.57% | - |
| HSV(B) | 353.86º | 0.76% | 0.91% | - |
| XYZ | 36.34 | 20.76 | 8.75 | - |
| YUV | 111.68 | 107.31 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 57 | 75 | 0 | 0.76 | 0.68 | 0.09 | 353.86 | 0.8 | 0.57 |
| Hex | E9 | 39 | 4B | 0 | 4C | 44 | 9 | 162 | 50 | 39 |
| Octal | 351 | 71 | 113 | 0 | 114 | 104 | 11 | 542 | 120 | 71 |
| Binary | 11101001 | 111001 | 1001011 | 0 | 1001100 | 1000100 | 1001 | 101100010 | 1010000 | 111001 |
Color Harmonies of #E9394B
Complementary color
Monochromatic Colors of #E9394B
Black with #E9394B
Text Example
Text Example
White with #E9394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9394B; }
p { color: rgb(233,57,75); }
H1.HeaderClassName
{
color: #E9394B;
}
.AnyTagClassName
{
color: #E9394B;
}
</style>
background-color css
<style>
a { background-color: #E9394B; }
a { background-color: rgb(233,57,75); }
div.DivClassName
{
background-color: #E9394B;
}
.BgClassName
{
background-color: #E9394B;
}
</style>
border-color css
<style>
span { border-color: #E9394B; }
span { border-color: rgb(233,57,75); }
td.TdClassName
{
border-color: #E9394B;
}
.TagClassName
{
border-color: #E9394B;
}
</style>