Shades of Amaranth #EB3C52
Tints of Amaranth #EB3C52
RGB
CMYK
RGB Variations
Color information
#EB3C52 (or 0xEB3C52) is known color: Amaranth. HEX triplet: EB, 3C and 52. RGB value is (235,60,82). Sum of RGB (Red+Green+Blue) = 235+60+82=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3C52 is #14C3AD. Grayscale: #727272. Windows color (decimal): -1360814 or 5389547. OLE color: 5389547.
HSL color Cylindrical-coordinate representation of color #EB3C52: hue angle of 352.46º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3C52 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 82 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.08 |
| HSL | 352.46º | 0.81% | 0.58% | - |
| HSV(B) | 352.46º | 0.74% | 0.92% | - |
| XYZ | 37.4 | 21.5 | 10.16 | - |
| YUV | 114.83 | 109.48 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 82 | 0 | 0.74 | 0.65 | 0.08 | 352.46 | 0.81 | 0.58 |
| Hex | EB | 3C | 52 | 0 | 4A | 41 | 8 | 160 | 51 | 3A |
| Octal | 353 | 74 | 122 | 0 | 112 | 101 | 10 | 540 | 121 | 72 |
| Binary | 11101011 | 111100 | 1010010 | 0 | 1001010 | 1000001 | 1000 | 101100000 | 1010001 | 111010 |
Color Harmonies of #EB3C52
Complementary color
Monochromatic Colors of #EB3C52
Black with #EB3C52
Text Example
Text Example
White with #EB3C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C52; }
p { color: rgb(235,60,82); }
H1.HeaderClassName
{
color: #EB3C52;
}
.AnyTagClassName
{
color: #EB3C52;
}
</style>
background-color css
<style>
a { background-color: #EB3C52; }
a { background-color: rgb(235,60,82); }
div.DivClassName
{
background-color: #EB3C52;
}
.BgClassName
{
background-color: #EB3C52;
}
</style>
border-color css
<style>
span { border-color: #EB3C52; }
span { border-color: rgb(235,60,82); }
td.TdClassName
{
border-color: #EB3C52;
}
.TagClassName
{
border-color: #EB3C52;
}
</style>