Shades of Amaranth #EB434A
Tints of Amaranth #EB434A
RGB
CMYK
RGB Variations
Color information
#EB434A (or 0xEB434A) is known color: Amaranth. HEX triplet: EB, 43 and 4A. RGB value is (235,67,74). Sum of RGB (Red+Green+Blue) = 235+67+74=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB434A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB434A is #14BCB5. Grayscale: #767676. Windows color (decimal): -1359030 or 4867051. OLE color: 4867051.
HSL color Cylindrical-coordinate representation of color #EB434A: hue angle of 357.5º 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 #EB434A is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 67 | 74 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.08 |
| HSL | 357.5º | 0.81% | 0.59% | - |
| HSV(B) | 357.5º | 0.71% | 0.92% | - |
| XYZ | 37.5 | 22.17 | 8.78 | - |
| YUV | 118.03 | 103.16 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 67 | 74 | 0 | 0.71 | 0.69 | 0.08 | 357.5 | 0.81 | 0.59 |
| Hex | EB | 43 | 4A | 0 | 47 | 45 | 8 | 166 | 51 | 3B |
| Octal | 353 | 103 | 112 | 0 | 107 | 105 | 10 | 546 | 121 | 73 |
| Binary | 11101011 | 1000011 | 1001010 | 0 | 1000111 | 1000101 | 1000 | 101100110 | 1010001 | 111011 |
Color Harmonies of #EB434A
Complementary color
Monochromatic Colors of #EB434A
Black with #EB434A
Text Example
Text Example
White with #EB434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB434A; }
p { color: rgb(235,67,74); }
H1.HeaderClassName
{
color: #EB434A;
}
.AnyTagClassName
{
color: #EB434A;
}
</style>
background-color css
<style>
a { background-color: #EB434A; }
a { background-color: rgb(235,67,74); }
div.DivClassName
{
background-color: #EB434A;
}
.BgClassName
{
background-color: #EB434A;
}
</style>
border-color css
<style>
span { border-color: #EB434A; }
span { border-color: rgb(235,67,74); }
td.TdClassName
{
border-color: #EB434A;
}
.TagClassName
{
border-color: #EB434A;
}
</style>