Shades of Amaranth #EA3550
Tints of Amaranth #EA3550
RGB
CMYK
RGB Variations
Color information
#EA3550 (or 0xEA3550) is known color: Amaranth. HEX triplet: EA, 35 and 50. RGB value is (234,53,80). Sum of RGB (Red+Green+Blue) = 234+53+80=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3550 is #15CAAF. Grayscale: #6E6E6E. Windows color (decimal): -1428144 or 5256682. OLE color: 5256682.
HSL color Cylindrical-coordinate representation of color #EA3550: hue angle of 351.05º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA3550 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 80 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.08 |
| HSL | 351.05º | 0.81% | 0.56% | - |
| HSV(B) | 351.05º | 0.77% | 0.92% | - |
| XYZ | 36.65 | 20.62 | 9.64 | - |
| YUV | 110.2 | 110.97 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 80 | 0 | 0.77 | 0.66 | 0.08 | 351.05 | 0.81 | 0.56 |
| Hex | EA | 35 | 50 | 0 | 4D | 42 | 8 | 15F | 51 | 38 |
| Octal | 352 | 65 | 120 | 0 | 115 | 102 | 10 | 537 | 121 | 70 |
| Binary | 11101010 | 110101 | 1010000 | 0 | 1001101 | 1000010 | 1000 | 101011111 | 1010001 | 111000 |
Color Harmonies of #EA3550
Complementary color
Monochromatic Colors of #EA3550
Black with #EA3550
Text Example
Text Example
White with #EA3550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3550; }
p { color: rgb(234,53,80); }
H1.HeaderClassName
{
color: #EA3550;
}
.AnyTagClassName
{
color: #EA3550;
}
</style>
background-color css
<style>
a { background-color: #EA3550; }
a { background-color: rgb(234,53,80); }
div.DivClassName
{
background-color: #EA3550;
}
.BgClassName
{
background-color: #EA3550;
}
</style>
border-color css
<style>
span { border-color: #EA3550; }
span { border-color: rgb(234,53,80); }
td.TdClassName
{
border-color: #EA3550;
}
.TagClassName
{
border-color: #EA3550;
}
</style>