Shades of Amaranth #EB2758
Tints of Amaranth #EB2758
RGB
CMYK
RGB Variations
Color information
#EB2758 (or 0xEB2758) is known color: Amaranth. HEX triplet: EB, 27 and 58. RGB value is (235,39,88). Sum of RGB (Red+Green+Blue) = 235+39+88=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2758 is #14D8A7. Grayscale: #676767. Windows color (decimal): -1366184 or 5777387. OLE color: 5777387.
HSL color Cylindrical-coordinate representation of color #EB2758: hue angle of 345º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB2758 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 88 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.08 |
| HSL | 345º | 0.83% | 0.54% | - |
| HSV(B) | 345º | 0.83% | 0.92% | - |
| XYZ | 36.75 | 19.82 | 11.12 | - |
| YUV | 103.19 | 119.43 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 88 | 0 | 0.83 | 0.63 | 0.08 | 345 | 0.83 | 0.54 |
| Hex | EB | 27 | 58 | 0 | 53 | 3F | 8 | 159 | 53 | 36 |
| Octal | 353 | 47 | 130 | 0 | 123 | 77 | 10 | 531 | 123 | 66 |
| Binary | 11101011 | 100111 | 1011000 | 0 | 1010011 | 111111 | 1000 | 101011001 | 1010011 | 110110 |
Color Harmonies of #EB2758
Complementary color
Monochromatic Colors of #EB2758
Black with #EB2758
Text Example
Text Example
White with #EB2758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2758; }
p { color: rgb(235,39,88); }
H1.HeaderClassName
{
color: #EB2758;
}
.AnyTagClassName
{
color: #EB2758;
}
</style>
background-color css
<style>
a { background-color: #EB2758; }
a { background-color: rgb(235,39,88); }
div.DivClassName
{
background-color: #EB2758;
}
.BgClassName
{
background-color: #EB2758;
}
</style>
border-color css
<style>
span { border-color: #EB2758; }
span { border-color: rgb(235,39,88); }
td.TdClassName
{
border-color: #EB2758;
}
.TagClassName
{
border-color: #EB2758;
}
</style>