Shades of Amaranth #EB2A54
Tints of Amaranth #EB2A54
RGB
CMYK
RGB Variations
Color information
#EB2A54 (or 0xEB2A54) is known color: Amaranth. HEX triplet: EB, 2A and 54. RGB value is (235,42,84). Sum of RGB (Red+Green+Blue) = 235+42+84=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2A54 is #14D5AB. Grayscale: #686868. Windows color (decimal): -1365420 or 5516011. OLE color: 5516011.
HSL color Cylindrical-coordinate representation of color #EB2A54: hue angle of 346.94º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2A54 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 84 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.08 |
| HSL | 346.94º | 0.83% | 0.54% | - |
| HSV(B) | 346.94º | 0.82% | 0.92% | - |
| XYZ | 36.69 | 19.96 | 10.31 | - |
| YUV | 104.5 | 116.44 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 84 | 0 | 0.82 | 0.64 | 0.08 | 346.94 | 0.83 | 0.54 |
| Hex | EB | 2A | 54 | 0 | 52 | 40 | 8 | 15B | 53 | 36 |
| Octal | 353 | 52 | 124 | 0 | 122 | 100 | 10 | 533 | 123 | 66 |
| Binary | 11101011 | 101010 | 1010100 | 0 | 1010010 | 1000000 | 1000 | 101011011 | 1010011 | 110110 |
Color Harmonies of #EB2A54
Complementary color
Monochromatic Colors of #EB2A54
Black with #EB2A54
Text Example
Text Example
White with #EB2A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2A54; }
p { color: rgb(235,42,84); }
H1.HeaderClassName
{
color: #EB2A54;
}
.AnyTagClassName
{
color: #EB2A54;
}
</style>
background-color css
<style>
a { background-color: #EB2A54; }
a { background-color: rgb(235,42,84); }
div.DivClassName
{
background-color: #EB2A54;
}
.BgClassName
{
background-color: #EB2A54;
}
</style>
border-color css
<style>
span { border-color: #EB2A54; }
span { border-color: rgb(235,42,84); }
td.TdClassName
{
border-color: #EB2A54;
}
.TagClassName
{
border-color: #EB2A54;
}
</style>