Shades of Amaranth #EB3A54
Tints of Amaranth #EB3A54
RGB
CMYK
RGB Variations
Color information
#EB3A54 (or 0xEB3A54) is known color: Amaranth. HEX triplet: EB, 3A and 54. RGB value is (235,58,84). Sum of RGB (Red+Green+Blue) = 235+58+84=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3A54 is #14C5AB. Grayscale: #717171. Windows color (decimal): -1361324 or 5520107. OLE color: 5520107.
HSL color Cylindrical-coordinate representation of color #EB3A54: hue angle of 351.19º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB3A54 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 58 | 84 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.08 |
| HSL | 351.19º | 0.82% | 0.57% | - |
| HSV(B) | 351.19º | 0.75% | 0.92% | - |
| XYZ | 37.37 | 21.33 | 10.53 | - |
| YUV | 113.89 | 111.14 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 58 | 84 | 0 | 0.75 | 0.64 | 0.08 | 351.19 | 0.82 | 0.57 |
| Hex | EB | 3A | 54 | 0 | 4B | 40 | 8 | 15F | 52 | 39 |
| Octal | 353 | 72 | 124 | 0 | 113 | 100 | 10 | 537 | 122 | 71 |
| Binary | 11101011 | 111010 | 1010100 | 0 | 1001011 | 1000000 | 1000 | 101011111 | 1010010 | 111001 |
Color Harmonies of #EB3A54
Complementary color
Monochromatic Colors of #EB3A54
Black with #EB3A54
Text Example
Text Example
White with #EB3A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3A54; }
p { color: rgb(235,58,84); }
H1.HeaderClassName
{
color: #EB3A54;
}
.AnyTagClassName
{
color: #EB3A54;
}
</style>
background-color css
<style>
a { background-color: #EB3A54; }
a { background-color: rgb(235,58,84); }
div.DivClassName
{
background-color: #EB3A54;
}
.BgClassName
{
background-color: #EB3A54;
}
</style>
border-color css
<style>
span { border-color: #EB3A54; }
span { border-color: rgb(235,58,84); }
td.TdClassName
{
border-color: #EB3A54;
}
.TagClassName
{
border-color: #EB3A54;
}
</style>