Shades of Amaranth #EA2051
Tints of Amaranth #EA2051
RGB
CMYK
RGB Variations
Color information
#EA2051 (or 0xEA2051) is known color: Amaranth. HEX triplet: EA, 20 and 51. RGB value is (234,32,81). Sum of RGB (Red+Green+Blue) = 234+32+81=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2051 is #15DFAE. Grayscale: #616161. Windows color (decimal): -1433519 or 5316842. OLE color: 5316842.
HSL color Cylindrical-coordinate representation of color #EA2051: hue angle of 345.45º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2051 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 81 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.08 |
| HSL | 345.45º | 0.83% | 0.52% | - |
| HSV(B) | 345.45º | 0.86% | 0.92% | - |
| XYZ | 35.93 | 19.12 | 9.58 | - |
| YUV | 97.98 | 118.42 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 81 | 0 | 0.86 | 0.65 | 0.08 | 345.45 | 0.83 | 0.52 |
| Hex | EA | 20 | 51 | 0 | 56 | 41 | 8 | 159 | 53 | 34 |
| Octal | 352 | 40 | 121 | 0 | 126 | 101 | 10 | 531 | 123 | 64 |
| Binary | 11101010 | 100000 | 1010001 | 0 | 1010110 | 1000001 | 1000 | 101011001 | 1010011 | 110100 |
Color Harmonies of #EA2051
Complementary color
Monochromatic Colors of #EA2051
Black with #EA2051
Text Example
Text Example
White with #EA2051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2051; }
p { color: rgb(234,32,81); }
H1.HeaderClassName
{
color: #EA2051;
}
.AnyTagClassName
{
color: #EA2051;
}
</style>
background-color css
<style>
a { background-color: #EA2051; }
a { background-color: rgb(234,32,81); }
div.DivClassName
{
background-color: #EA2051;
}
.BgClassName
{
background-color: #EA2051;
}
</style>
border-color css
<style>
span { border-color: #EA2051; }
span { border-color: rgb(234,32,81); }
td.TdClassName
{
border-color: #EA2051;
}
.TagClassName
{
border-color: #EA2051;
}
</style>