Shades of Amaranth #EA2955
Tints of Amaranth #EA2955
RGB
CMYK
RGB Variations
Color information
#EA2955 (or 0xEA2955) is known color: Amaranth. HEX triplet: EA, 29 and 55. RGB value is (234,41,85). Sum of RGB (Red+Green+Blue) = 234+41+85=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2955 is #15D6AA. Grayscale: #676767. Windows color (decimal): -1431211 or 5581290. OLE color: 5581290.
HSL color Cylindrical-coordinate representation of color #EA2955: hue angle of 346.32º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2955 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 85 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.08 |
| HSL | 346.32º | 0.82% | 0.54% | - |
| HSV(B) | 346.32º | 0.82% | 0.92% | - |
| XYZ | 36.36 | 19.73 | 10.49 | - |
| YUV | 103.72 | 117.44 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 85 | 0 | 0.82 | 0.64 | 0.08 | 346.32 | 0.82 | 0.54 |
| Hex | EA | 29 | 55 | 0 | 52 | 40 | 8 | 15A | 52 | 36 |
| Octal | 352 | 51 | 125 | 0 | 122 | 100 | 10 | 532 | 122 | 66 |
| Binary | 11101010 | 101001 | 1010101 | 0 | 1010010 | 1000000 | 1000 | 101011010 | 1010010 | 110110 |
Color Harmonies of #EA2955
Complementary color
Monochromatic Colors of #EA2955
Black with #EA2955
Text Example
Text Example
White with #EA2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2955; }
p { color: rgb(234,41,85); }
H1.HeaderClassName
{
color: #EA2955;
}
.AnyTagClassName
{
color: #EA2955;
}
</style>
background-color css
<style>
a { background-color: #EA2955; }
a { background-color: rgb(234,41,85); }
div.DivClassName
{
background-color: #EA2955;
}
.BgClassName
{
background-color: #EA2955;
}
</style>
border-color css
<style>
span { border-color: #EA2955; }
span { border-color: rgb(234,41,85); }
td.TdClassName
{
border-color: #EA2955;
}
.TagClassName
{
border-color: #EA2955;
}
</style>