Shades of Amaranth #EB1D4D
Tints of Amaranth #EB1D4D
RGB
CMYK
RGB Variations
Color information
#EB1D4D (or 0xEB1D4D) is known color: Amaranth. HEX triplet: EB, 1D and 4D. RGB value is (235,29,77). Sum of RGB (Red+Green+Blue) = 235+29+77=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1D4D is #14E2B2. Grayscale: #606060. Windows color (decimal): -1368755 or 5053931. OLE color: 5053931.
HSL color Cylindrical-coordinate representation of color #EB1D4D: hue angle of 346.02º 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 #EB1D4D is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 29 | 77 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.08 |
| HSL | 346.02º | 0.84% | 0.52% | - |
| HSV(B) | 346.02º | 0.88% | 0.92% | - |
| XYZ | 36.04 | 19.08 | 8.8 | - |
| YUV | 96.07 | 117.25 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 29 | 77 | 0 | 0.88 | 0.67 | 0.08 | 346.02 | 0.84 | 0.52 |
| Hex | EB | 1D | 4D | 0 | 58 | 43 | 8 | 15A | 54 | 34 |
| Octal | 353 | 35 | 115 | 0 | 130 | 103 | 10 | 532 | 124 | 64 |
| Binary | 11101011 | 11101 | 1001101 | 0 | 1011000 | 1000011 | 1000 | 101011010 | 1010100 | 110100 |
Color Harmonies of #EB1D4D
Complementary color
Monochromatic Colors of #EB1D4D
Black with #EB1D4D
Text Example
Text Example
White with #EB1D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1D4D; }
p { color: rgb(235,29,77); }
H1.HeaderClassName
{
color: #EB1D4D;
}
.AnyTagClassName
{
color: #EB1D4D;
}
</style>
background-color css
<style>
a { background-color: #EB1D4D; }
a { background-color: rgb(235,29,77); }
div.DivClassName
{
background-color: #EB1D4D;
}
.BgClassName
{
background-color: #EB1D4D;
}
</style>
border-color css
<style>
span { border-color: #EB1D4D; }
span { border-color: rgb(235,29,77); }
td.TdClassName
{
border-color: #EB1D4D;
}
.TagClassName
{
border-color: #EB1D4D;
}
</style>