Shades of Amaranth #EB3C5A
Tints of Amaranth #EB3C5A
RGB
CMYK
RGB Variations
Color information
#EB3C5A (or 0xEB3C5A) is known color: Amaranth. HEX triplet: EB, 3C and 5A. RGB value is (235,60,90). Sum of RGB (Red+Green+Blue) = 235+60+90=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3C5A is #14C3A5. Grayscale: #737373. Windows color (decimal): -1360806 or 5913835. OLE color: 5913835.
HSL color Cylindrical-coordinate representation of color #EB3C5A: hue angle of 349.71º 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 #EB3C5A is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 90 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.08 |
| HSL | 349.71º | 0.81% | 0.58% | - |
| HSV(B) | 349.71º | 0.74% | 0.92% | - |
| XYZ | 37.72 | 21.63 | 11.86 | - |
| YUV | 115.75 | 113.48 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 90 | 0 | 0.74 | 0.62 | 0.08 | 349.71 | 0.81 | 0.58 |
| Hex | EB | 3C | 5A | 0 | 4A | 3E | 8 | 15E | 51 | 3A |
| Octal | 353 | 74 | 132 | 0 | 112 | 76 | 10 | 536 | 121 | 72 |
| Binary | 11101011 | 111100 | 1011010 | 0 | 1001010 | 111110 | 1000 | 101011110 | 1010001 | 111010 |
Color Harmonies of #EB3C5A
Complementary color
Monochromatic Colors of #EB3C5A
Black with #EB3C5A
Text Example
Text Example
White with #EB3C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C5A; }
p { color: rgb(235,60,90); }
H1.HeaderClassName
{
color: #EB3C5A;
}
.AnyTagClassName
{
color: #EB3C5A;
}
</style>
background-color css
<style>
a { background-color: #EB3C5A; }
a { background-color: rgb(235,60,90); }
div.DivClassName
{
background-color: #EB3C5A;
}
.BgClassName
{
background-color: #EB3C5A;
}
</style>
border-color css
<style>
span { border-color: #EB3C5A; }
span { border-color: rgb(235,60,90); }
td.TdClassName
{
border-color: #EB3C5A;
}
.TagClassName
{
border-color: #EB3C5A;
}
</style>