Shades of Amaranth #EB1C4D
Tints of Amaranth #EB1C4D
RGB
CMYK
RGB Variations
Color information
#EB1C4D (or 0xEB1C4D) is known color: Amaranth. HEX triplet: EB, 1C and 4D. RGB value is (235,28,77). Sum of RGB (Red+Green+Blue) = 235+28+77=340 (45% of max value = 765). Red value is 235 (92.19% from 255 or 69.12% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1C4D is #14E3B2. Grayscale: #5F5F5F. Windows color (decimal): -1369011 or 5053675. OLE color: 5053675.
HSL color Cylindrical-coordinate representation of color #EB1C4D: hue angle of 345.8º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB1C4D is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 28 | 77 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.08 |
| HSL | 345.8º | 0.84% | 0.52% | - |
| HSV(B) | 345.8º | 0.88% | 0.92% | - |
| XYZ | 36.02 | 19.03 | 8.8 | - |
| YUV | 95.48 | 117.58 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 28 | 77 | 0 | 0.88 | 0.67 | 0.08 | 345.8 | 0.84 | 0.52 |
| Hex | EB | 1C | 4D | 0 | 58 | 43 | 8 | 15A | 54 | 34 |
| Octal | 353 | 34 | 115 | 0 | 130 | 103 | 10 | 532 | 124 | 64 |
| Binary | 11101011 | 11100 | 1001101 | 0 | 1011000 | 1000011 | 1000 | 101011010 | 1010100 | 110100 |
Color Harmonies of #EB1C4D
Complementary color
Monochromatic Colors of #EB1C4D
Black with #EB1C4D
Text Example
Text Example
White with #EB1C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1C4D; }
p { color: rgb(235,28,77); }
H1.HeaderClassName
{
color: #EB1C4D;
}
.AnyTagClassName
{
color: #EB1C4D;
}
</style>
background-color css
<style>
a { background-color: #EB1C4D; }
a { background-color: rgb(235,28,77); }
div.DivClassName
{
background-color: #EB1C4D;
}
.BgClassName
{
background-color: #EB1C4D;
}
</style>
border-color css
<style>
span { border-color: #EB1C4D; }
span { border-color: rgb(235,28,77); }
td.TdClassName
{
border-color: #EB1C4D;
}
.TagClassName
{
border-color: #EB1C4D;
}
</style>