Shades of Amaranth #EB2852
Tints of Amaranth #EB2852
RGB
CMYK
RGB Variations
Color information
#EB2852 (or 0xEB2852) is known color: Amaranth. HEX triplet: EB, 28 and 52. RGB value is (235,40,82). Sum of RGB (Red+Green+Blue) = 235+40+82=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2852 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2852 is #14D7AD. Grayscale: #676767. Windows color (decimal): -1365934 or 5384427. OLE color: 5384427.
HSL color Cylindrical-coordinate representation of color #EB2852: hue angle of 347.08º 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 #EB2852 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 82 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.08 |
| HSL | 347.08º | 0.83% | 0.54% | - |
| HSV(B) | 347.08º | 0.83% | 0.92% | - |
| XYZ | 36.54 | 19.79 | 9.88 | - |
| YUV | 103.09 | 116.1 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 82 | 0 | 0.83 | 0.65 | 0.08 | 347.08 | 0.83 | 0.54 |
| Hex | EB | 28 | 52 | 0 | 53 | 41 | 8 | 15B | 53 | 36 |
| Octal | 353 | 50 | 122 | 0 | 123 | 101 | 10 | 533 | 123 | 66 |
| Binary | 11101011 | 101000 | 1010010 | 0 | 1010011 | 1000001 | 1000 | 101011011 | 1010011 | 110110 |
Color Harmonies of #EB2852
Complementary color
Monochromatic Colors of #EB2852
Black with #EB2852
Text Example
Text Example
White with #EB2852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2852; }
p { color: rgb(235,40,82); }
H1.HeaderClassName
{
color: #EB2852;
}
.AnyTagClassName
{
color: #EB2852;
}
</style>
background-color css
<style>
a { background-color: #EB2852; }
a { background-color: rgb(235,40,82); }
div.DivClassName
{
background-color: #EB2852;
}
.BgClassName
{
background-color: #EB2852;
}
</style>
border-color css
<style>
span { border-color: #EB2852; }
span { border-color: rgb(235,40,82); }
td.TdClassName
{
border-color: #EB2852;
}
.TagClassName
{
border-color: #EB2852;
}
</style>