Shades of Amaranth #EB4051
Tints of Amaranth #EB4051
RGB
CMYK
RGB Variations
Color information
#EB4051 (or 0xEB4051) is known color: Amaranth. HEX triplet: EB, 40 and 51. RGB value is (235,64,81). Sum of RGB (Red+Green+Blue) = 235+64+81=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4051 is #14BFAE. Grayscale: #757575. Windows color (decimal): -1359791 or 5325035. OLE color: 5325035.
HSL color Cylindrical-coordinate representation of color #EB4051: hue angle of 354.04º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB4051 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 81 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.08 |
| HSL | 354.04º | 0.81% | 0.59% | - |
| HSV(B) | 354.04º | 0.73% | 0.92% | - |
| XYZ | 37.58 | 21.92 | 10.04 | - |
| YUV | 117.07 | 107.65 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 81 | 0 | 0.73 | 0.66 | 0.08 | 354.04 | 0.81 | 0.59 |
| Hex | EB | 40 | 51 | 0 | 49 | 42 | 8 | 162 | 51 | 3B |
| Octal | 353 | 100 | 121 | 0 | 111 | 102 | 10 | 542 | 121 | 73 |
| Binary | 11101011 | 1000000 | 1010001 | 0 | 1001001 | 1000010 | 1000 | 101100010 | 1010001 | 111011 |
Color Harmonies of #EB4051
Complementary color
Monochromatic Colors of #EB4051
Black with #EB4051
Text Example
Text Example
White with #EB4051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4051; }
p { color: rgb(235,64,81); }
H1.HeaderClassName
{
color: #EB4051;
}
.AnyTagClassName
{
color: #EB4051;
}
</style>
background-color css
<style>
a { background-color: #EB4051; }
a { background-color: rgb(235,64,81); }
div.DivClassName
{
background-color: #EB4051;
}
.BgClassName
{
background-color: #EB4051;
}
</style>
border-color css
<style>
span { border-color: #EB4051; }
span { border-color: rgb(235,64,81); }
td.TdClassName
{
border-color: #EB4051;
}
.TagClassName
{
border-color: #EB4051;
}
</style>