Shades of Amaranth #EB224D
Tints of Amaranth #EB224D
RGB
CMYK
RGB Variations
Color information
#EB224D (or 0xEB224D) is known color: Amaranth. HEX triplet: EB, 22 and 4D. RGB value is (235,34,77). Sum of RGB (Red+Green+Blue) = 235+34+77=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB224D is #14DDB2. Grayscale: #636363. Windows color (decimal): -1367475 or 5055211. OLE color: 5055211.
HSL color Cylindrical-coordinate representation of color #EB224D: hue angle of 347.16º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB224D is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 34 | 77 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.08 |
| HSL | 347.16º | 0.83% | 0.53% | - |
| HSV(B) | 347.16º | 0.86% | 0.92% | - |
| XYZ | 36.17 | 19.34 | 8.85 | - |
| YUV | 99 | 115.59 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 34 | 77 | 0 | 0.86 | 0.67 | 0.08 | 347.16 | 0.83 | 0.53 |
| Hex | EB | 22 | 4D | 0 | 56 | 43 | 8 | 15B | 53 | 35 |
| Octal | 353 | 42 | 115 | 0 | 126 | 103 | 10 | 533 | 123 | 65 |
| Binary | 11101011 | 100010 | 1001101 | 0 | 1010110 | 1000011 | 1000 | 101011011 | 1010011 | 110101 |
Color Harmonies of #EB224D
Complementary color
Monochromatic Colors of #EB224D
Black with #EB224D
Text Example
Text Example
White with #EB224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB224D; }
p { color: rgb(235,34,77); }
H1.HeaderClassName
{
color: #EB224D;
}
.AnyTagClassName
{
color: #EB224D;
}
</style>
background-color css
<style>
a { background-color: #EB224D; }
a { background-color: rgb(235,34,77); }
div.DivClassName
{
background-color: #EB224D;
}
.BgClassName
{
background-color: #EB224D;
}
</style>
border-color css
<style>
span { border-color: #EB224D; }
span { border-color: rgb(235,34,77); }
td.TdClassName
{
border-color: #EB224D;
}
.TagClassName
{
border-color: #EB224D;
}
</style>