Shades of Amaranth #EB434C
Tints of Amaranth #EB434C
RGB
CMYK
RGB Variations
Color information
#EB434C (or 0xEB434C) is known color: Amaranth. HEX triplet: EB, 43 and 4C. RGB value is (235,67,76). Sum of RGB (Red+Green+Blue) = 235+67+76=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB434C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB434C is #14BCB3. Grayscale: #767676. Windows color (decimal): -1359028 or 4998123. OLE color: 4998123.
HSL color Cylindrical-coordinate representation of color #EB434C: hue angle of 356.79º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB434C is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 67 | 76 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.08 |
| HSL | 356.79º | 0.81% | 0.59% | - |
| HSV(B) | 356.79º | 0.71% | 0.92% | - |
| XYZ | 37.57 | 22.2 | 9.14 | - |
| YUV | 118.26 | 104.16 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 67 | 76 | 0 | 0.71 | 0.68 | 0.08 | 356.79 | 0.81 | 0.59 |
| Hex | EB | 43 | 4C | 0 | 47 | 44 | 8 | 165 | 51 | 3B |
| Octal | 353 | 103 | 114 | 0 | 107 | 104 | 10 | 545 | 121 | 73 |
| Binary | 11101011 | 1000011 | 1001100 | 0 | 1000111 | 1000100 | 1000 | 101100101 | 1010001 | 111011 |
Color Harmonies of #EB434C
Complementary color
Monochromatic Colors of #EB434C
Black with #EB434C
Text Example
Text Example
White with #EB434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB434C; }
p { color: rgb(235,67,76); }
H1.HeaderClassName
{
color: #EB434C;
}
.AnyTagClassName
{
color: #EB434C;
}
</style>
background-color css
<style>
a { background-color: #EB434C; }
a { background-color: rgb(235,67,76); }
div.DivClassName
{
background-color: #EB434C;
}
.BgClassName
{
background-color: #EB434C;
}
</style>
border-color css
<style>
span { border-color: #EB434C; }
span { border-color: rgb(235,67,76); }
td.TdClassName
{
border-color: #EB434C;
}
.TagClassName
{
border-color: #EB434C;
}
</style>