Shades of Amaranth #EB3E5A
Tints of Amaranth #EB3E5A
RGB
CMYK
RGB Variations
Color information
#EB3E5A (or 0xEB3E5A) is known color: Amaranth. HEX triplet: EB, 3E and 5A. RGB value is (235,62,90). Sum of RGB (Red+Green+Blue) = 235+62+90=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3E5A is #14C1A5. Grayscale: #747474. Windows color (decimal): -1360294 or 5914347. OLE color: 5914347.
HSL color Cylindrical-coordinate representation of color #EB3E5A: hue angle of 350.29º 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 #EB3E5A is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 62 | 90 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.08 |
| HSL | 350.29º | 0.81% | 0.58% | - |
| HSV(B) | 350.29º | 0.74% | 0.92% | - |
| XYZ | 37.83 | 21.85 | 11.9 | - |
| YUV | 116.92 | 112.81 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 62 | 90 | 0 | 0.74 | 0.62 | 0.08 | 350.29 | 0.81 | 0.58 |
| Hex | EB | 3E | 5A | 0 | 4A | 3E | 8 | 15E | 51 | 3A |
| Octal | 353 | 76 | 132 | 0 | 112 | 76 | 10 | 536 | 121 | 72 |
| Binary | 11101011 | 111110 | 1011010 | 0 | 1001010 | 111110 | 1000 | 101011110 | 1010001 | 111010 |
Color Harmonies of #EB3E5A
Complementary color
Monochromatic Colors of #EB3E5A
Black with #EB3E5A
Text Example
Text Example
White with #EB3E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3E5A; }
p { color: rgb(235,62,90); }
H1.HeaderClassName
{
color: #EB3E5A;
}
.AnyTagClassName
{
color: #EB3E5A;
}
</style>
background-color css
<style>
a { background-color: #EB3E5A; }
a { background-color: rgb(235,62,90); }
div.DivClassName
{
background-color: #EB3E5A;
}
.BgClassName
{
background-color: #EB3E5A;
}
</style>
border-color css
<style>
span { border-color: #EB3E5A; }
span { border-color: rgb(235,62,90); }
td.TdClassName
{
border-color: #EB3E5A;
}
.TagClassName
{
border-color: #EB3E5A;
}
</style>