Shades of Amaranth #EB2654
Tints of Amaranth #EB2654
RGB
CMYK
RGB Variations
Color information
#EB2654 (or 0xEB2654) is known color: Amaranth. HEX triplet: EB, 26 and 54. RGB value is (235,38,84). Sum of RGB (Red+Green+Blue) = 235+38+84=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2654 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2654 is #14D9AB. Grayscale: #666666. Windows color (decimal): -1366444 or 5514987. OLE color: 5514987.
HSL color Cylindrical-coordinate representation of color #EB2654: hue angle of 345.99º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2654 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 84 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.08 |
| HSL | 345.99º | 0.83% | 0.54% | - |
| HSV(B) | 345.99º | 0.84% | 0.92% | - |
| XYZ | 36.55 | 19.69 | 10.26 | - |
| YUV | 102.15 | 117.77 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 84 | 0 | 0.84 | 0.64 | 0.08 | 345.99 | 0.83 | 0.54 |
| Hex | EB | 26 | 54 | 0 | 54 | 40 | 8 | 15A | 53 | 36 |
| Octal | 353 | 46 | 124 | 0 | 124 | 100 | 10 | 532 | 123 | 66 |
| Binary | 11101011 | 100110 | 1010100 | 0 | 1010100 | 1000000 | 1000 | 101011010 | 1010011 | 110110 |
Color Harmonies of #EB2654
Complementary color
Monochromatic Colors of #EB2654
Black with #EB2654
Text Example
Text Example
White with #EB2654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2654; }
p { color: rgb(235,38,84); }
H1.HeaderClassName
{
color: #EB2654;
}
.AnyTagClassName
{
color: #EB2654;
}
</style>
background-color css
<style>
a { background-color: #EB2654; }
a { background-color: rgb(235,38,84); }
div.DivClassName
{
background-color: #EB2654;
}
.BgClassName
{
background-color: #EB2654;
}
</style>
border-color css
<style>
span { border-color: #EB2654; }
span { border-color: rgb(235,38,84); }
td.TdClassName
{
border-color: #EB2654;
}
.TagClassName
{
border-color: #EB2654;
}
</style>