Shades of Amaranth #EB324C
Tints of Amaranth #EB324C
RGB
CMYK
RGB Variations
Color information
#EB324C (or 0xEB324C) is known color: Amaranth. HEX triplet: EB, 32 and 4C. RGB value is (235,50,76). Sum of RGB (Red+Green+Blue) = 235+50+76=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB324C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB324C is #14CDB3. Grayscale: #6C6C6C. Windows color (decimal): -1363380 or 4993771. OLE color: 4993771.
HSL color Cylindrical-coordinate representation of color #EB324C: hue angle of 351.57º 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 #EB324C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 50 | 76 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.08 |
| HSL | 351.57º | 0.82% | 0.56% | - |
| HSV(B) | 351.57º | 0.79% | 0.92% | - |
| XYZ | 36.71 | 20.47 | 8.85 | - |
| YUV | 108.28 | 109.79 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 50 | 76 | 0 | 0.79 | 0.68 | 0.08 | 351.57 | 0.82 | 0.56 |
| Hex | EB | 32 | 4C | 0 | 4F | 44 | 8 | 160 | 52 | 38 |
| Octal | 353 | 62 | 114 | 0 | 117 | 104 | 10 | 540 | 122 | 70 |
| Binary | 11101011 | 110010 | 1001100 | 0 | 1001111 | 1000100 | 1000 | 101100000 | 1010010 | 111000 |
Color Harmonies of #EB324C
Complementary color
Monochromatic Colors of #EB324C
Black with #EB324C
Text Example
Text Example
White with #EB324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB324C; }
p { color: rgb(235,50,76); }
H1.HeaderClassName
{
color: #EB324C;
}
.AnyTagClassName
{
color: #EB324C;
}
</style>
background-color css
<style>
a { background-color: #EB324C; }
a { background-color: rgb(235,50,76); }
div.DivClassName
{
background-color: #EB324C;
}
.BgClassName
{
background-color: #EB324C;
}
</style>
border-color css
<style>
span { border-color: #EB324C; }
span { border-color: rgb(235,50,76); }
td.TdClassName
{
border-color: #EB324C;
}
.TagClassName
{
border-color: #EB324C;
}
</style>