Shades of Amaranth #EB2551
Tints of Amaranth #EB2551
RGB
CMYK
RGB Variations
Color information
#EB2551 (or 0xEB2551) is known color: Amaranth. HEX triplet: EB, 25 and 51. RGB value is (235,37,81). Sum of RGB (Red+Green+Blue) = 235+37+81=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2551 is #14DAAE. Grayscale: #656565. Windows color (decimal): -1366703 or 5318123. OLE color: 5318123.
HSL color Cylindrical-coordinate representation of color #EB2551: hue angle of 346.67º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2551 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 81 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.08 |
| HSL | 346.67º | 0.83% | 0.53% | - |
| HSV(B) | 346.67º | 0.84% | 0.92% | - |
| XYZ | 36.41 | 19.58 | 9.64 | - |
| YUV | 101.22 | 116.6 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 81 | 0 | 0.84 | 0.66 | 0.08 | 346.67 | 0.83 | 0.53 |
| Hex | EB | 25 | 51 | 0 | 54 | 42 | 8 | 15B | 53 | 35 |
| Octal | 353 | 45 | 121 | 0 | 124 | 102 | 10 | 533 | 123 | 65 |
| Binary | 11101011 | 100101 | 1010001 | 0 | 1010100 | 1000010 | 1000 | 101011011 | 1010011 | 110101 |
Color Harmonies of #EB2551
Complementary color
Monochromatic Colors of #EB2551
Black with #EB2551
Text Example
Text Example
White with #EB2551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2551; }
p { color: rgb(235,37,81); }
H1.HeaderClassName
{
color: #EB2551;
}
.AnyTagClassName
{
color: #EB2551;
}
</style>
background-color css
<style>
a { background-color: #EB2551; }
a { background-color: rgb(235,37,81); }
div.DivClassName
{
background-color: #EB2551;
}
.BgClassName
{
background-color: #EB2551;
}
</style>
border-color css
<style>
span { border-color: #EB2551; }
span { border-color: rgb(235,37,81); }
td.TdClassName
{
border-color: #EB2551;
}
.TagClassName
{
border-color: #EB2551;
}
</style>