Shades of Amaranth #EB4044
Tints of Amaranth #EB4044
RGB
CMYK
RGB Variations
Color information
#EB4044 (or 0xEB4044) is known color: Amaranth. HEX triplet: EB, 40 and 44. RGB value is (235,64,68). Sum of RGB (Red+Green+Blue) = 235+64+68=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4044 is #14BFBB. Grayscale: #737373. Windows color (decimal): -1359804 or 4473067. OLE color: 4473067.
HSL color Cylindrical-coordinate representation of color #EB4044: hue angle of 358.6º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB4044 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 68 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.08 |
| HSL | 358.6º | 0.81% | 0.59% | - |
| HSV(B) | 358.6º | 0.73% | 0.92% | - |
| XYZ | 37.14 | 21.75 | 7.71 | - |
| YUV | 115.59 | 101.15 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 68 | 0 | 0.73 | 0.71 | 0.08 | 358.6 | 0.81 | 0.59 |
| Hex | EB | 40 | 44 | 0 | 49 | 47 | 8 | 167 | 51 | 3B |
| Octal | 353 | 100 | 104 | 0 | 111 | 107 | 10 | 547 | 121 | 73 |
| Binary | 11101011 | 1000000 | 1000100 | 0 | 1001001 | 1000111 | 1000 | 101100111 | 1010001 | 111011 |
Color Harmonies of #EB4044
Complementary color
Monochromatic Colors of #EB4044
Black with #EB4044
Text Example
Text Example
White with #EB4044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4044; }
p { color: rgb(235,64,68); }
H1.HeaderClassName
{
color: #EB4044;
}
.AnyTagClassName
{
color: #EB4044;
}
</style>
background-color css
<style>
a { background-color: #EB4044; }
a { background-color: rgb(235,64,68); }
div.DivClassName
{
background-color: #EB4044;
}
.BgClassName
{
background-color: #EB4044;
}
</style>
border-color css
<style>
span { border-color: #EB4044; }
span { border-color: rgb(235,64,68); }
td.TdClassName
{
border-color: #EB4044;
}
.TagClassName
{
border-color: #EB4044;
}
</style>