Shades of Amaranth #EA2851
Tints of Amaranth #EA2851
RGB
CMYK
RGB Variations
Color information
#EA2851 (or 0xEA2851) is known color: Amaranth. HEX triplet: EA, 28 and 51. RGB value is (234,40,81). Sum of RGB (Red+Green+Blue) = 234+40+81=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2851 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2851 is #15D7AE. Grayscale: #666666. Windows color (decimal): -1431471 or 5318890. OLE color: 5318890.
HSL color Cylindrical-coordinate representation of color #EA2851: hue angle of 347.32º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2851 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 81 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.08 |
| HSL | 347.32º | 0.82% | 0.54% | - |
| HSV(B) | 347.32º | 0.83% | 0.92% | - |
| XYZ | 36.18 | 19.6 | 9.66 | - |
| YUV | 102.68 | 115.77 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 81 | 0 | 0.83 | 0.65 | 0.08 | 347.32 | 0.82 | 0.54 |
| Hex | EA | 28 | 51 | 0 | 53 | 41 | 8 | 15B | 52 | 36 |
| Octal | 352 | 50 | 121 | 0 | 123 | 101 | 10 | 533 | 122 | 66 |
| Binary | 11101010 | 101000 | 1010001 | 0 | 1010011 | 1000001 | 1000 | 101011011 | 1010010 | 110110 |
Color Harmonies of #EA2851
Complementary color
Monochromatic Colors of #EA2851
Black with #EA2851
Text Example
Text Example
White with #EA2851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2851; }
p { color: rgb(234,40,81); }
H1.HeaderClassName
{
color: #EA2851;
}
.AnyTagClassName
{
color: #EA2851;
}
</style>
background-color css
<style>
a { background-color: #EA2851; }
a { background-color: rgb(234,40,81); }
div.DivClassName
{
background-color: #EA2851;
}
.BgClassName
{
background-color: #EA2851;
}
</style>
border-color css
<style>
span { border-color: #EA2851; }
span { border-color: rgb(234,40,81); }
td.TdClassName
{
border-color: #EA2851;
}
.TagClassName
{
border-color: #EA2851;
}
</style>