Shades of Amaranth #EA3251
Tints of Amaranth #EA3251
RGB
CMYK
RGB Variations
Color information
#EA3251 (or 0xEA3251) is known color: Amaranth. HEX triplet: EA, 32 and 51. RGB value is (234,50,81). Sum of RGB (Red+Green+Blue) = 234+50+81=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3251 is #15CDAE. Grayscale: #6C6C6C. Windows color (decimal): -1428911 or 5321450. OLE color: 5321450.
HSL color Cylindrical-coordinate representation of color #EA3251: hue angle of 349.89º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3251 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 81 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.08 |
| HSL | 349.89º | 0.81% | 0.56% | - |
| HSV(B) | 349.89º | 0.79% | 0.92% | - |
| XYZ | 36.56 | 20.37 | 9.79 | - |
| YUV | 108.55 | 112.46 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 81 | 0 | 0.79 | 0.65 | 0.08 | 349.89 | 0.81 | 0.56 |
| Hex | EA | 32 | 51 | 0 | 4F | 41 | 8 | 15E | 51 | 38 |
| Octal | 352 | 62 | 121 | 0 | 117 | 101 | 10 | 536 | 121 | 70 |
| Binary | 11101010 | 110010 | 1010001 | 0 | 1001111 | 1000001 | 1000 | 101011110 | 1010001 | 111000 |
Color Harmonies of #EA3251
Complementary color
Monochromatic Colors of #EA3251
Black with #EA3251
Text Example
Text Example
White with #EA3251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3251; }
p { color: rgb(234,50,81); }
H1.HeaderClassName
{
color: #EA3251;
}
.AnyTagClassName
{
color: #EA3251;
}
</style>
background-color css
<style>
a { background-color: #EA3251; }
a { background-color: rgb(234,50,81); }
div.DivClassName
{
background-color: #EA3251;
}
.BgClassName
{
background-color: #EA3251;
}
</style>
border-color css
<style>
span { border-color: #EA3251; }
span { border-color: rgb(234,50,81); }
td.TdClassName
{
border-color: #EA3251;
}
.TagClassName
{
border-color: #EA3251;
}
</style>