Shades of Amaranth #EB434D
Tints of Amaranth #EB434D
RGB
CMYK
RGB Variations
Color information
#EB434D (or 0xEB434D) is known color: Amaranth. HEX triplet: EB, 43 and 4D. RGB value is (235,67,77). Sum of RGB (Red+Green+Blue) = 235+67+77=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB434D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB434D is #14BCB2. Grayscale: #767676. Windows color (decimal): -1359027 or 5063659. OLE color: 5063659.
HSL color Cylindrical-coordinate representation of color #EB434D: hue angle of 356.43º 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 #EB434D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 67 | 77 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.08 |
| HSL | 356.43º | 0.81% | 0.59% | - |
| HSV(B) | 356.43º | 0.71% | 0.92% | - |
| XYZ | 37.61 | 22.21 | 9.33 | - |
| YUV | 118.37 | 104.66 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 67 | 77 | 0 | 0.71 | 0.67 | 0.08 | 356.43 | 0.81 | 0.59 |
| Hex | EB | 43 | 4D | 0 | 47 | 43 | 8 | 164 | 51 | 3B |
| Octal | 353 | 103 | 115 | 0 | 107 | 103 | 10 | 544 | 121 | 73 |
| Binary | 11101011 | 1000011 | 1001101 | 0 | 1000111 | 1000011 | 1000 | 101100100 | 1010001 | 111011 |
Color Harmonies of #EB434D
Complementary color
Monochromatic Colors of #EB434D
Black with #EB434D
Text Example
Text Example
White with #EB434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB434D; }
p { color: rgb(235,67,77); }
H1.HeaderClassName
{
color: #EB434D;
}
.AnyTagClassName
{
color: #EB434D;
}
</style>
background-color css
<style>
a { background-color: #EB434D; }
a { background-color: rgb(235,67,77); }
div.DivClassName
{
background-color: #EB434D;
}
.BgClassName
{
background-color: #EB434D;
}
</style>
border-color css
<style>
span { border-color: #EB434D; }
span { border-color: rgb(235,67,77); }
td.TdClassName
{
border-color: #EB434D;
}
.TagClassName
{
border-color: #EB434D;
}
</style>