Shades of Amaranth #EB324D
Tints of Amaranth #EB324D
RGB
CMYK
RGB Variations
Color information
#EB324D (or 0xEB324D) is known color: Amaranth. HEX triplet: EB, 32 and 4D. RGB value is (235,50,77). Sum of RGB (Red+Green+Blue) = 235+50+77=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB324D is #14CDB2. Grayscale: #6C6C6C. Windows color (decimal): -1363379 or 5059307. OLE color: 5059307.
HSL color Cylindrical-coordinate representation of color #EB324D: hue angle of 351.24º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB324D is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 50 | 77 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.08 |
| HSL | 351.24º | 0.82% | 0.56% | - |
| HSV(B) | 351.24º | 0.79% | 0.92% | - |
| XYZ | 36.74 | 20.48 | 9.04 | - |
| YUV | 108.39 | 110.29 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 50 | 77 | 0 | 0.79 | 0.67 | 0.08 | 351.24 | 0.82 | 0.56 |
| Hex | EB | 32 | 4D | 0 | 4F | 43 | 8 | 15F | 52 | 38 |
| Octal | 353 | 62 | 115 | 0 | 117 | 103 | 10 | 537 | 122 | 70 |
| Binary | 11101011 | 110010 | 1001101 | 0 | 1001111 | 1000011 | 1000 | 101011111 | 1010010 | 111000 |
Color Harmonies of #EB324D
Complementary color
Monochromatic Colors of #EB324D
Black with #EB324D
Text Example
Text Example
White with #EB324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB324D; }
p { color: rgb(235,50,77); }
H1.HeaderClassName
{
color: #EB324D;
}
.AnyTagClassName
{
color: #EB324D;
}
</style>
background-color css
<style>
a { background-color: #EB324D; }
a { background-color: rgb(235,50,77); }
div.DivClassName
{
background-color: #EB324D;
}
.BgClassName
{
background-color: #EB324D;
}
</style>
border-color css
<style>
span { border-color: #EB324D; }
span { border-color: rgb(235,50,77); }
td.TdClassName
{
border-color: #EB324D;
}
.TagClassName
{
border-color: #EB324D;
}
</style>