Shades of Amaranth #EB2259
Tints of Amaranth #EB2259
RGB
CMYK
RGB Variations
Color information
#EB2259 (or 0xEB2259) is known color: Amaranth. HEX triplet: EB, 22 and 59. RGB value is (235,34,89). Sum of RGB (Red+Green+Blue) = 235+34+89=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2259 is #14DDA6. Grayscale: #646464. Windows color (decimal): -1367463 or 5841643. OLE color: 5841643.
HSL color Cylindrical-coordinate representation of color #EB2259: hue angle of 343.58º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2259 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 34 | 89 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.08 |
| HSL | 343.58º | 0.83% | 0.53% | - |
| HSV(B) | 343.58º | 0.86% | 0.92% | - |
| XYZ | 36.64 | 19.53 | 11.29 | - |
| YUV | 100.37 | 121.59 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 34 | 89 | 0 | 0.86 | 0.62 | 0.08 | 343.58 | 0.83 | 0.53 |
| Hex | EB | 22 | 59 | 0 | 56 | 3E | 8 | 158 | 53 | 35 |
| Octal | 353 | 42 | 131 | 0 | 126 | 76 | 10 | 530 | 123 | 65 |
| Binary | 11101011 | 100010 | 1011001 | 0 | 1010110 | 111110 | 1000 | 101011000 | 1010011 | 110101 |
Color Harmonies of #EB2259
Complementary color
Monochromatic Colors of #EB2259
Black with #EB2259
Text Example
Text Example
White with #EB2259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2259; }
p { color: rgb(235,34,89); }
H1.HeaderClassName
{
color: #EB2259;
}
.AnyTagClassName
{
color: #EB2259;
}
</style>
background-color css
<style>
a { background-color: #EB2259; }
a { background-color: rgb(235,34,89); }
div.DivClassName
{
background-color: #EB2259;
}
.BgClassName
{
background-color: #EB2259;
}
</style>
border-color css
<style>
span { border-color: #EB2259; }
span { border-color: rgb(235,34,89); }
td.TdClassName
{
border-color: #EB2259;
}
.TagClassName
{
border-color: #EB2259;
}
</style>