Shades of Amaranth #EA3B4C
Tints of Amaranth #EA3B4C
RGB
CMYK
RGB Variations
Color information
#EA3B4C (or 0xEA3B4C) is known color: Amaranth. HEX triplet: EA, 3B and 4C. RGB value is (234,59,76). Sum of RGB (Red+Green+Blue) = 234+59+76=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3B4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3B4C is #15C4B3. Grayscale: #717171. Windows color (decimal): -1426612 or 4996074. OLE color: 4996074.
HSL color Cylindrical-coordinate representation of color #EA3B4C: hue angle of 354.17º degrees, saturation: 0.81, 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 #EA3B4C is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 59 | 76 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.08 |
| HSL | 354.17º | 0.81% | 0.57% | - |
| HSV(B) | 354.17º | 0.75% | 0.92% | - |
| XYZ | 36.8 | 21.14 | 8.98 | - |
| YUV | 113.26 | 106.98 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 59 | 76 | 0 | 0.75 | 0.68 | 0.08 | 354.17 | 0.81 | 0.57 |
| Hex | EA | 3B | 4C | 0 | 4B | 44 | 8 | 162 | 51 | 39 |
| Octal | 352 | 73 | 114 | 0 | 113 | 104 | 10 | 542 | 121 | 71 |
| Binary | 11101010 | 111011 | 1001100 | 0 | 1001011 | 1000100 | 1000 | 101100010 | 1010001 | 111001 |
Color Harmonies of #EA3B4C
Complementary color
Monochromatic Colors of #EA3B4C
Black with #EA3B4C
Text Example
Text Example
White with #EA3B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3B4C; }
p { color: rgb(234,59,76); }
H1.HeaderClassName
{
color: #EA3B4C;
}
.AnyTagClassName
{
color: #EA3B4C;
}
</style>
background-color css
<style>
a { background-color: #EA3B4C; }
a { background-color: rgb(234,59,76); }
div.DivClassName
{
background-color: #EA3B4C;
}
.BgClassName
{
background-color: #EA3B4C;
}
</style>
border-color css
<style>
span { border-color: #EA3B4C; }
span { border-color: rgb(234,59,76); }
td.TdClassName
{
border-color: #EA3B4C;
}
.TagClassName
{
border-color: #EA3B4C;
}
</style>