Shades of Amaranth #EA3D51
Tints of Amaranth #EA3D51
RGB
CMYK
RGB Variations
Color information
#EA3D51 (or 0xEA3D51) is known color: Amaranth. HEX triplet: EA, 3D and 51. RGB value is (234,61,81). Sum of RGB (Red+Green+Blue) = 234+61+81=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3D51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3D51 is #15C2AE. Grayscale: #737373. Windows color (decimal): -1426095 or 5324266. OLE color: 5324266.
HSL color Cylindrical-coordinate representation of color #EA3D51: hue angle of 353.06º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3D51 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 61 | 81 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.08 |
| HSL | 353.06º | 0.8% | 0.58% | - |
| HSV(B) | 353.06º | 0.74% | 0.92% | - |
| XYZ | 37.09 | 21.42 | 9.97 | - |
| YUV | 115.01 | 108.81 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 61 | 81 | 0 | 0.74 | 0.65 | 0.08 | 353.06 | 0.8 | 0.58 |
| Hex | EA | 3D | 51 | 0 | 4A | 41 | 8 | 161 | 50 | 3A |
| Octal | 352 | 75 | 121 | 0 | 112 | 101 | 10 | 541 | 120 | 72 |
| Binary | 11101010 | 111101 | 1010001 | 0 | 1001010 | 1000001 | 1000 | 101100001 | 1010000 | 111010 |
Color Harmonies of #EA3D51
Complementary color
Monochromatic Colors of #EA3D51
Black with #EA3D51
Text Example
Text Example
White with #EA3D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3D51; }
p { color: rgb(234,61,81); }
H1.HeaderClassName
{
color: #EA3D51;
}
.AnyTagClassName
{
color: #EA3D51;
}
</style>
background-color css
<style>
a { background-color: #EA3D51; }
a { background-color: rgb(234,61,81); }
div.DivClassName
{
background-color: #EA3D51;
}
.BgClassName
{
background-color: #EA3D51;
}
</style>
border-color css
<style>
span { border-color: #EA3D51; }
span { border-color: rgb(234,61,81); }
td.TdClassName
{
border-color: #EA3D51;
}
.TagClassName
{
border-color: #EA3D51;
}
</style>