Shades of Amaranth #EB4155
Tints of Amaranth #EB4155
RGB
CMYK
RGB Variations
Color information
#EB4155 (or 0xEB4155) is known color: Amaranth. HEX triplet: EB, 41 and 55. RGB value is (235,65,85). Sum of RGB (Red+Green+Blue) = 235+65+85=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4155 is #14BEAA. Grayscale: #767676. Windows color (decimal): -1359531 or 5587435. OLE color: 5587435.
HSL color Cylindrical-coordinate representation of color #EB4155: hue angle of 352.94º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB4155 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 65 | 85 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.08 |
| HSL | 352.94º | 0.81% | 0.59% | - |
| HSV(B) | 352.94º | 0.72% | 0.92% | - |
| XYZ | 37.79 | 22.1 | 10.87 | - |
| YUV | 118.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 65 | 85 | 0 | 0.72 | 0.64 | 0.08 | 352.94 | 0.81 | 0.59 |
| Hex | EB | 41 | 55 | 0 | 48 | 40 | 8 | 161 | 51 | 3B |
| Octal | 353 | 101 | 125 | 0 | 110 | 100 | 10 | 541 | 121 | 73 |
| Binary | 11101011 | 1000001 | 1010101 | 0 | 1001000 | 1000000 | 1000 | 101100001 | 1010001 | 111011 |
Color Harmonies of #EB4155
Complementary color
Monochromatic Colors of #EB4155
Black with #EB4155
Text Example
Text Example
White with #EB4155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4155; }
p { color: rgb(235,65,85); }
H1.HeaderClassName
{
color: #EB4155;
}
.AnyTagClassName
{
color: #EB4155;
}
</style>
background-color css
<style>
a { background-color: #EB4155; }
a { background-color: rgb(235,65,85); }
div.DivClassName
{
background-color: #EB4155;
}
.BgClassName
{
background-color: #EB4155;
}
</style>
border-color css
<style>
span { border-color: #EB4155; }
span { border-color: rgb(235,65,85); }
td.TdClassName
{
border-color: #EB4155;
}
.TagClassName
{
border-color: #EB4155;
}
</style>