Shades of Amaranth #EA2850
Tints of Amaranth #EA2850
RGB
CMYK
RGB Variations
Color information
#EA2850 (or 0xEA2850) is known color: Amaranth. HEX triplet: EA, 28 and 50. RGB value is (234,40,80). Sum of RGB (Red+Green+Blue) = 234+40+80=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2850 is #15D7AF. Grayscale: #666666. Windows color (decimal): -1431472 or 5253354. OLE color: 5253354.
HSL color Cylindrical-coordinate representation of color #EA2850: hue angle of 347.63º 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 #EA2850 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 80 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.08 |
| HSL | 347.63º | 0.82% | 0.54% | - |
| HSV(B) | 347.63º | 0.83% | 0.92% | - |
| XYZ | 36.14 | 19.59 | 9.47 | - |
| YUV | 102.57 | 115.27 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 80 | 0 | 0.83 | 0.66 | 0.08 | 347.63 | 0.82 | 0.54 |
| Hex | EA | 28 | 50 | 0 | 53 | 42 | 8 | 15C | 52 | 36 |
| Octal | 352 | 50 | 120 | 0 | 123 | 102 | 10 | 534 | 122 | 66 |
| Binary | 11101010 | 101000 | 1010000 | 0 | 1010011 | 1000010 | 1000 | 101011100 | 1010010 | 110110 |
Color Harmonies of #EA2850
Complementary color
Monochromatic Colors of #EA2850
Black with #EA2850
Text Example
Text Example
White with #EA2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2850; }
p { color: rgb(234,40,80); }
H1.HeaderClassName
{
color: #EA2850;
}
.AnyTagClassName
{
color: #EA2850;
}
</style>
background-color css
<style>
a { background-color: #EA2850; }
a { background-color: rgb(234,40,80); }
div.DivClassName
{
background-color: #EA2850;
}
.BgClassName
{
background-color: #EA2850;
}
</style>
border-color css
<style>
span { border-color: #EA2850; }
span { border-color: rgb(234,40,80); }
td.TdClassName
{
border-color: #EA2850;
}
.TagClassName
{
border-color: #EA2850;
}
</style>