Shades of Amaranth #EB3C58
Tints of Amaranth #EB3C58
RGB
CMYK
RGB Variations
Color information
#EB3C58 (or 0xEB3C58) is known color: Amaranth. HEX triplet: EB, 3C and 58. RGB value is (235,60,88). Sum of RGB (Red+Green+Blue) = 235+60+88=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3C58 is #14C3A7. Grayscale: #737373. Windows color (decimal): -1360808 or 5782763. OLE color: 5782763.
HSL color Cylindrical-coordinate representation of color #EB3C58: hue angle of 350.4º 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 #EB3C58 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 88 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.08 |
| HSL | 350.4º | 0.81% | 0.58% | - |
| HSV(B) | 350.4º | 0.74% | 0.92% | - |
| XYZ | 37.64 | 21.6 | 11.42 | - |
| YUV | 115.52 | 112.48 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 88 | 0 | 0.74 | 0.63 | 0.08 | 350.4 | 0.81 | 0.58 |
| Hex | EB | 3C | 58 | 0 | 4A | 3F | 8 | 15E | 51 | 3A |
| Octal | 353 | 74 | 130 | 0 | 112 | 77 | 10 | 536 | 121 | 72 |
| Binary | 11101011 | 111100 | 1011000 | 0 | 1001010 | 111111 | 1000 | 101011110 | 1010001 | 111010 |
Color Harmonies of #EB3C58
Complementary color
Monochromatic Colors of #EB3C58
Black with #EB3C58
Text Example
Text Example
White with #EB3C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C58; }
p { color: rgb(235,60,88); }
H1.HeaderClassName
{
color: #EB3C58;
}
.AnyTagClassName
{
color: #EB3C58;
}
</style>
background-color css
<style>
a { background-color: #EB3C58; }
a { background-color: rgb(235,60,88); }
div.DivClassName
{
background-color: #EB3C58;
}
.BgClassName
{
background-color: #EB3C58;
}
</style>
border-color css
<style>
span { border-color: #EB3C58; }
span { border-color: rgb(235,60,88); }
td.TdClassName
{
border-color: #EB3C58;
}
.TagClassName
{
border-color: #EB3C58;
}
</style>