Shades of Amaranth #EA3155
Tints of Amaranth #EA3155
RGB
CMYK
RGB Variations
Color information
#EA3155 (or 0xEA3155) is known color: Amaranth. HEX triplet: EA, 31 and 55. RGB value is (234,49,85). Sum of RGB (Red+Green+Blue) = 234+49+85=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3155 is #15CEAA. Grayscale: #6C6C6C. Windows color (decimal): -1429163 or 5583338. OLE color: 5583338.
HSL color Cylindrical-coordinate representation of color #EA3155: hue angle of 348.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3155 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 49 | 85 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.08 |
| HSL | 348.32º | 0.81% | 0.55% | - |
| HSV(B) | 348.32º | 0.79% | 0.92% | - |
| XYZ | 36.67 | 20.34 | 10.59 | - |
| YUV | 108.42 | 114.79 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 85 | 0 | 0.79 | 0.64 | 0.08 | 348.32 | 0.81 | 0.55 |
| Hex | EA | 31 | 55 | 0 | 4F | 40 | 8 | 15C | 51 | 37 |
| Octal | 352 | 61 | 125 | 0 | 117 | 100 | 10 | 534 | 121 | 67 |
| Binary | 11101010 | 110001 | 1010101 | 0 | 1001111 | 1000000 | 1000 | 101011100 | 1010001 | 110111 |
Color Harmonies of #EA3155
Complementary color
Monochromatic Colors of #EA3155
Black with #EA3155
Text Example
Text Example
White with #EA3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3155; }
p { color: rgb(234,49,85); }
H1.HeaderClassName
{
color: #EA3155;
}
.AnyTagClassName
{
color: #EA3155;
}
</style>
background-color css
<style>
a { background-color: #EA3155; }
a { background-color: rgb(234,49,85); }
div.DivClassName
{
background-color: #EA3155;
}
.BgClassName
{
background-color: #EA3155;
}
</style>
border-color css
<style>
span { border-color: #EA3155; }
span { border-color: rgb(234,49,85); }
td.TdClassName
{
border-color: #EA3155;
}
.TagClassName
{
border-color: #EA3155;
}
</style>