Shades of Amaranth #EA3651
Tints of Amaranth #EA3651
RGB
CMYK
RGB Variations
Color information
#EA3651 (or 0xEA3651) is known color: Amaranth. HEX triplet: EA, 36 and 51. RGB value is (234,54,81). Sum of RGB (Red+Green+Blue) = 234+54+81=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3651 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3651 is #15C9AE. Grayscale: #6E6E6E. Windows color (decimal): -1427887 or 5322474. OLE color: 5322474.
HSL color Cylindrical-coordinate representation of color #EA3651: hue angle of 351º 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 #EA3651 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 54 | 81 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.08 |
| HSL | 351º | 0.81% | 0.56% | - |
| HSV(B) | 351º | 0.77% | 0.92% | - |
| XYZ | 36.74 | 20.72 | 9.85 | - |
| YUV | 110.9 | 111.13 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 54 | 81 | 0 | 0.77 | 0.65 | 0.08 | 351 | 0.81 | 0.56 |
| Hex | EA | 36 | 51 | 0 | 4D | 41 | 8 | 15F | 51 | 38 |
| Octal | 352 | 66 | 121 | 0 | 115 | 101 | 10 | 537 | 121 | 70 |
| Binary | 11101010 | 110110 | 1010001 | 0 | 1001101 | 1000001 | 1000 | 101011111 | 1010001 | 111000 |
Color Harmonies of #EA3651
Complementary color
Monochromatic Colors of #EA3651
Black with #EA3651
Text Example
Text Example
White with #EA3651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3651; }
p { color: rgb(234,54,81); }
H1.HeaderClassName
{
color: #EA3651;
}
.AnyTagClassName
{
color: #EA3651;
}
</style>
background-color css
<style>
a { background-color: #EA3651; }
a { background-color: rgb(234,54,81); }
div.DivClassName
{
background-color: #EA3651;
}
.BgClassName
{
background-color: #EA3651;
}
</style>
border-color css
<style>
span { border-color: #EA3651; }
span { border-color: rgb(234,54,81); }
td.TdClassName
{
border-color: #EA3651;
}
.TagClassName
{
border-color: #EA3651;
}
</style>