Shades of Amaranth #EB2850
Tints of Amaranth #EB2850
RGB
CMYK
RGB Variations
Color information
#EB2850 (or 0xEB2850) is known color: Amaranth. HEX triplet: EB, 28 and 50. RGB value is (235,40,80). Sum of RGB (Red+Green+Blue) = 235+40+80=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2850 is #14D7AF. Grayscale: #666666. Windows color (decimal): -1365936 or 5253355. OLE color: 5253355.
HSL color Cylindrical-coordinate representation of color #EB2850: hue angle of 347.69º 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 #EB2850 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 80 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.08 |
| HSL | 347.69º | 0.83% | 0.54% | - |
| HSV(B) | 347.69º | 0.83% | 0.92% | - |
| XYZ | 36.47 | 19.76 | 9.48 | - |
| YUV | 102.87 | 115.1 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 80 | 0 | 0.83 | 0.66 | 0.08 | 347.69 | 0.83 | 0.54 |
| Hex | EB | 28 | 50 | 0 | 53 | 42 | 8 | 15C | 53 | 36 |
| Octal | 353 | 50 | 120 | 0 | 123 | 102 | 10 | 534 | 123 | 66 |
| Binary | 11101011 | 101000 | 1010000 | 0 | 1010011 | 1000010 | 1000 | 101011100 | 1010011 | 110110 |
Color Harmonies of #EB2850
Complementary color
Monochromatic Colors of #EB2850
Black with #EB2850
Text Example
Text Example
White with #EB2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2850; }
p { color: rgb(235,40,80); }
H1.HeaderClassName
{
color: #EB2850;
}
.AnyTagClassName
{
color: #EB2850;
}
</style>
background-color css
<style>
a { background-color: #EB2850; }
a { background-color: rgb(235,40,80); }
div.DivClassName
{
background-color: #EB2850;
}
.BgClassName
{
background-color: #EB2850;
}
</style>
border-color css
<style>
span { border-color: #EB2850; }
span { border-color: rgb(235,40,80); }
td.TdClassName
{
border-color: #EB2850;
}
.TagClassName
{
border-color: #EB2850;
}
</style>