Shades of Amaranth #EB444C
Tints of Amaranth #EB444C
RGB
CMYK
RGB Variations
Color information
#EB444C (or 0xEB444C) is known color: Amaranth. HEX triplet: EB, 44 and 4C. RGB value is (235,68,76). Sum of RGB (Red+Green+Blue) = 235+68+76=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB444C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB444C is #14BBB3. Grayscale: #767676. Windows color (decimal): -1358772 or 4998379. OLE color: 4998379.
HSL color Cylindrical-coordinate representation of color #EB444C: hue angle of 357.13º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB444C is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 76 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.08 |
| HSL | 357.13º | 0.81% | 0.59% | - |
| HSV(B) | 357.13º | 0.71% | 0.92% | - |
| XYZ | 37.63 | 22.32 | 9.16 | - |
| YUV | 118.85 | 103.83 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 76 | 0 | 0.71 | 0.68 | 0.08 | 357.13 | 0.81 | 0.59 |
| Hex | EB | 44 | 4C | 0 | 47 | 44 | 8 | 165 | 51 | 3B |
| Octal | 353 | 104 | 114 | 0 | 107 | 104 | 10 | 545 | 121 | 73 |
| Binary | 11101011 | 1000100 | 1001100 | 0 | 1000111 | 1000100 | 1000 | 101100101 | 1010001 | 111011 |
Color Harmonies of #EB444C
Complementary color
Monochromatic Colors of #EB444C
Black with #EB444C
Text Example
Text Example
White with #EB444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB444C; }
p { color: rgb(235,68,76); }
H1.HeaderClassName
{
color: #EB444C;
}
.AnyTagClassName
{
color: #EB444C;
}
</style>
background-color css
<style>
a { background-color: #EB444C; }
a { background-color: rgb(235,68,76); }
div.DivClassName
{
background-color: #EB444C;
}
.BgClassName
{
background-color: #EB444C;
}
</style>
border-color css
<style>
span { border-color: #EB444C; }
span { border-color: rgb(235,68,76); }
td.TdClassName
{
border-color: #EB444C;
}
.TagClassName
{
border-color: #EB444C;
}
</style>