Shades of Amaranth #EB254C
Tints of Amaranth #EB254C
RGB
CMYK
RGB Variations
Color information
#EB254C (or 0xEB254C) is known color: Amaranth. HEX triplet: EB, 25 and 4C. RGB value is (235,37,76). Sum of RGB (Red+Green+Blue) = 235+37+76=348 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.53% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 235 - color contains mainly: red. Hex color #EB254C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB254C is #14DAB3. Grayscale: #646464. Windows color (decimal): -1366708 or 4990443. OLE color: 4990443.
HSL color Cylindrical-coordinate representation of color #EB254C: hue angle of 348.18º 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 #EB254C is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 76 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.08 |
| HSL | 348.18º | 0.83% | 0.53% | - |
| HSV(B) | 348.18º | 0.84% | 0.92% | - |
| XYZ | 36.23 | 19.51 | 8.69 | - |
| YUV | 100.65 | 114.1 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 76 | 0 | 0.84 | 0.68 | 0.08 | 348.18 | 0.83 | 0.53 |
| Hex | EB | 25 | 4C | 0 | 54 | 44 | 8 | 15C | 53 | 35 |
| Octal | 353 | 45 | 114 | 0 | 124 | 104 | 10 | 534 | 123 | 65 |
| Binary | 11101011 | 100101 | 1001100 | 0 | 1010100 | 1000100 | 1000 | 101011100 | 1010011 | 110101 |
Color Harmonies of #EB254C
Complementary color
Monochromatic Colors of #EB254C
Black with #EB254C
Text Example
Text Example
White with #EB254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB254C; }
p { color: rgb(235,37,76); }
H1.HeaderClassName
{
color: #EB254C;
}
.AnyTagClassName
{
color: #EB254C;
}
</style>
background-color css
<style>
a { background-color: #EB254C; }
a { background-color: rgb(235,37,76); }
div.DivClassName
{
background-color: #EB254C;
}
.BgClassName
{
background-color: #EB254C;
}
</style>
border-color css
<style>
span { border-color: #EB254C; }
span { border-color: rgb(235,37,76); }
td.TdClassName
{
border-color: #EB254C;
}
.TagClassName
{
border-color: #EB254C;
}
</style>