Shades of Amaranth #EA2958
Tints of Amaranth #EA2958
RGB
CMYK
RGB Variations
Color information
#EA2958 (or 0xEA2958) is known color: Amaranth. HEX triplet: EA, 29 and 58. RGB value is (234,41,88). Sum of RGB (Red+Green+Blue) = 234+41+88=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2958 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2958 is #15D6A7. Grayscale: #686868. Windows color (decimal): -1431208 or 5777898. OLE color: 5777898.
HSL color Cylindrical-coordinate representation of color #EA2958: hue angle of 345.39º 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 #EA2958 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 88 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.08 |
| HSL | 345.39º | 0.82% | 0.54% | - |
| HSV(B) | 345.39º | 0.82% | 0.92% | - |
| XYZ | 36.49 | 19.78 | 11.13 | - |
| YUV | 104.07 | 118.94 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 88 | 0 | 0.82 | 0.62 | 0.08 | 345.39 | 0.82 | 0.54 |
| Hex | EA | 29 | 58 | 0 | 52 | 3E | 8 | 159 | 52 | 36 |
| Octal | 352 | 51 | 130 | 0 | 122 | 76 | 10 | 531 | 122 | 66 |
| Binary | 11101010 | 101001 | 1011000 | 0 | 1010010 | 111110 | 1000 | 101011001 | 1010010 | 110110 |
Color Harmonies of #EA2958
Complementary color
Monochromatic Colors of #EA2958
Black with #EA2958
Text Example
Text Example
White with #EA2958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2958; }
p { color: rgb(234,41,88); }
H1.HeaderClassName
{
color: #EA2958;
}
.AnyTagClassName
{
color: #EA2958;
}
</style>
background-color css
<style>
a { background-color: #EA2958; }
a { background-color: rgb(234,41,88); }
div.DivClassName
{
background-color: #EA2958;
}
.BgClassName
{
background-color: #EA2958;
}
</style>
border-color css
<style>
span { border-color: #EA2958; }
span { border-color: rgb(234,41,88); }
td.TdClassName
{
border-color: #EA2958;
}
.TagClassName
{
border-color: #EA2958;
}
</style>