Shades of Amaranth #EB2952
Tints of Amaranth #EB2952
RGB
CMYK
RGB Variations
Color information
#EB2952 (or 0xEB2952) is known color: Amaranth. HEX triplet: EB, 29 and 52. RGB value is (235,41,82). Sum of RGB (Red+Green+Blue) = 235+41+82=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2952 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2952 is #14D6AD. Grayscale: #676767. Windows color (decimal): -1365678 or 5384683. OLE color: 5384683.
HSL color Cylindrical-coordinate representation of color #EB2952: hue angle of 347.32º 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 #EB2952 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 82 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.08 |
| HSL | 347.32º | 0.83% | 0.54% | - |
| HSV(B) | 347.32º | 0.83% | 0.92% | - |
| XYZ | 36.58 | 19.86 | 9.89 | - |
| YUV | 103.68 | 115.77 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 82 | 0 | 0.83 | 0.65 | 0.08 | 347.32 | 0.83 | 0.54 |
| Hex | EB | 29 | 52 | 0 | 53 | 41 | 8 | 15B | 53 | 36 |
| Octal | 353 | 51 | 122 | 0 | 123 | 101 | 10 | 533 | 123 | 66 |
| Binary | 11101011 | 101001 | 1010010 | 0 | 1010011 | 1000001 | 1000 | 101011011 | 1010011 | 110110 |
Color Harmonies of #EB2952
Complementary color
Monochromatic Colors of #EB2952
Black with #EB2952
Text Example
Text Example
White with #EB2952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2952; }
p { color: rgb(235,41,82); }
H1.HeaderClassName
{
color: #EB2952;
}
.AnyTagClassName
{
color: #EB2952;
}
</style>
background-color css
<style>
a { background-color: #EB2952; }
a { background-color: rgb(235,41,82); }
div.DivClassName
{
background-color: #EB2952;
}
.BgClassName
{
background-color: #EB2952;
}
</style>
border-color css
<style>
span { border-color: #EB2952; }
span { border-color: rgb(235,41,82); }
td.TdClassName
{
border-color: #EB2952;
}
.TagClassName
{
border-color: #EB2952;
}
</style>