Shades of Amaranth #E9374B
Tints of Amaranth #E9374B
RGB
CMYK
RGB Variations
Color information
#E9374B (or 0xE9374B) is known color: Amaranth. HEX triplet: E9, 37 and 4B. RGB value is (233,55,75). Sum of RGB (Red+Green+Blue) = 233+55+75=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E9374B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9374B is #16C8B4. Grayscale: #6E6E6E. Windows color (decimal): -1493173 or 4929513. OLE color: 4929513.
HSL color Cylindrical-coordinate representation of color #E9374B: hue angle of 353.26º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9374B is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 55 | 75 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.09 |
| HSL | 353.26º | 0.8% | 0.56% | - |
| HSV(B) | 353.26º | 0.76% | 0.91% | - |
| XYZ | 36.24 | 20.56 | 8.72 | - |
| YUV | 110.5 | 107.97 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 55 | 75 | 0 | 0.76 | 0.68 | 0.09 | 353.26 | 0.8 | 0.56 |
| Hex | E9 | 37 | 4B | 0 | 4C | 44 | 9 | 161 | 50 | 38 |
| Octal | 351 | 67 | 113 | 0 | 114 | 104 | 11 | 541 | 120 | 70 |
| Binary | 11101001 | 110111 | 1001011 | 0 | 1001100 | 1000100 | 1001 | 101100001 | 1010000 | 111000 |
Color Harmonies of #E9374B
Complementary color
Monochromatic Colors of #E9374B
Black with #E9374B
Text Example
Text Example
White with #E9374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9374B; }
p { color: rgb(233,55,75); }
H1.HeaderClassName
{
color: #E9374B;
}
.AnyTagClassName
{
color: #E9374B;
}
</style>
background-color css
<style>
a { background-color: #E9374B; }
a { background-color: rgb(233,55,75); }
div.DivClassName
{
background-color: #E9374B;
}
.BgClassName
{
background-color: #E9374B;
}
</style>
border-color css
<style>
span { border-color: #E9374B; }
span { border-color: rgb(233,55,75); }
td.TdClassName
{
border-color: #E9374B;
}
.TagClassName
{
border-color: #E9374B;
}
</style>