Shades of Amaranth #EA2050
Tints of Amaranth #EA2050
RGB
CMYK
RGB Variations
Color information
#EA2050 (or 0xEA2050) is known color: Amaranth. HEX triplet: EA, 20 and 50. RGB value is (234,32,80). Sum of RGB (Red+Green+Blue) = 234+32+80=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2050 is #15DFAF. Grayscale: #616161. Windows color (decimal): -1433520 or 5251306. OLE color: 5251306.
HSL color Cylindrical-coordinate representation of color #EA2050: hue angle of 345.74º 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 #EA2050 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 80 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.08 |
| HSL | 345.74º | 0.83% | 0.52% | - |
| HSV(B) | 345.74º | 0.86% | 0.92% | - |
| XYZ | 35.9 | 19.1 | 9.39 | - |
| YUV | 97.87 | 117.92 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 80 | 0 | 0.86 | 0.66 | 0.08 | 345.74 | 0.83 | 0.52 |
| Hex | EA | 20 | 50 | 0 | 56 | 42 | 8 | 15A | 53 | 34 |
| Octal | 352 | 40 | 120 | 0 | 126 | 102 | 10 | 532 | 123 | 64 |
| Binary | 11101010 | 100000 | 1010000 | 0 | 1010110 | 1000010 | 1000 | 101011010 | 1010011 | 110100 |
Color Harmonies of #EA2050
Complementary color
Monochromatic Colors of #EA2050
Black with #EA2050
Text Example
Text Example
White with #EA2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2050; }
p { color: rgb(234,32,80); }
H1.HeaderClassName
{
color: #EA2050;
}
.AnyTagClassName
{
color: #EA2050;
}
</style>
background-color css
<style>
a { background-color: #EA2050; }
a { background-color: rgb(234,32,80); }
div.DivClassName
{
background-color: #EA2050;
}
.BgClassName
{
background-color: #EA2050;
}
</style>
border-color css
<style>
span { border-color: #EA2050; }
span { border-color: rgb(234,32,80); }
td.TdClassName
{
border-color: #EA2050;
}
.TagClassName
{
border-color: #EA2050;
}
</style>