Shades of Amaranth #EB2544
Tints of Amaranth #EB2544
RGB
CMYK
RGB Variations
Color information
#EB2544 (or 0xEB2544) is known color: Amaranth. HEX triplet: EB, 25 and 44. RGB value is (235,37,68). Sum of RGB (Red+Green+Blue) = 235+37+68=340 (45% of max value = 765). Red value is 235 (92.19% from 255 or 69.12% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2544 is #14DABB. Grayscale: #636363. Windows color (decimal): -1366716 or 4466155. OLE color: 4466155.
HSL color Cylindrical-coordinate representation of color #EB2544: hue angle of 350.61º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2544 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 68 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.08 |
| HSL | 350.61º | 0.83% | 0.53% | - |
| HSV(B) | 350.61º | 0.84% | 0.92% | - |
| XYZ | 35.97 | 19.4 | 7.32 | - |
| YUV | 99.74 | 110.1 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 68 | 0 | 0.84 | 0.71 | 0.08 | 350.61 | 0.83 | 0.53 |
| Hex | EB | 25 | 44 | 0 | 54 | 47 | 8 | 15F | 53 | 35 |
| Octal | 353 | 45 | 104 | 0 | 124 | 107 | 10 | 537 | 123 | 65 |
| Binary | 11101011 | 100101 | 1000100 | 0 | 1010100 | 1000111 | 1000 | 101011111 | 1010011 | 110101 |
Color Harmonies of #EB2544
Complementary color
Monochromatic Colors of #EB2544
Black with #EB2544
Text Example
Text Example
White with #EB2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2544; }
p { color: rgb(235,37,68); }
H1.HeaderClassName
{
color: #EB2544;
}
.AnyTagClassName
{
color: #EB2544;
}
</style>
background-color css
<style>
a { background-color: #EB2544; }
a { background-color: rgb(235,37,68); }
div.DivClassName
{
background-color: #EB2544;
}
.BgClassName
{
background-color: #EB2544;
}
</style>
border-color css
<style>
span { border-color: #EB2544; }
span { border-color: rgb(235,37,68); }
td.TdClassName
{
border-color: #EB2544;
}
.TagClassName
{
border-color: #EB2544;
}
</style>