Shades of Amaranth #EB184D
Tints of Amaranth #EB184D
RGB
CMYK
RGB Variations
Color information
#EB184D (or 0xEB184D) is known color: Amaranth. HEX triplet: EB, 18 and 4D. RGB value is (235,24,77). Sum of RGB (Red+Green+Blue) = 235+24+77=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB184D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB184D is #14E7B2. Grayscale: #5D5D5D. Windows color (decimal): -1370035 or 5052651. OLE color: 5052651.
HSL color Cylindrical-coordinate representation of color #EB184D: hue angle of 344.93º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB184D is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 77 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.08 |
| HSL | 344.93º | 0.84% | 0.51% | - |
| HSV(B) | 344.93º | 0.9% | 0.92% | - |
| XYZ | 35.93 | 18.85 | 8.77 | - |
| YUV | 93.13 | 118.9 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 77 | 0 | 0.90 | 0.67 | 0.08 | 344.93 | 0.84 | 0.51 |
| Hex | EB | 18 | 4D | 0 | 5A | 43 | 8 | 159 | 54 | 33 |
| Octal | 353 | 30 | 115 | 0 | 132 | 103 | 10 | 531 | 124 | 63 |
| Binary | 11101011 | 11000 | 1001101 | 0 | 1011010 | 1000011 | 1000 | 101011001 | 1010100 | 110011 |
Color Harmonies of #EB184D
Complementary color
Monochromatic Colors of #EB184D
Black with #EB184D
Text Example
Text Example
White with #EB184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB184D; }
p { color: rgb(235,24,77); }
H1.HeaderClassName
{
color: #EB184D;
}
.AnyTagClassName
{
color: #EB184D;
}
</style>
background-color css
<style>
a { background-color: #EB184D; }
a { background-color: rgb(235,24,77); }
div.DivClassName
{
background-color: #EB184D;
}
.BgClassName
{
background-color: #EB184D;
}
</style>
border-color css
<style>
span { border-color: #EB184D; }
span { border-color: rgb(235,24,77); }
td.TdClassName
{
border-color: #EB184D;
}
.TagClassName
{
border-color: #EB184D;
}
</style>