Shades of Amaranth #EA2758
Tints of Amaranth #EA2758
RGB
CMYK
RGB Variations
Color information
#EA2758 (or 0xEA2758) is known color: Amaranth. HEX triplet: EA, 27 and 58. RGB value is (234,39,88). Sum of RGB (Red+Green+Blue) = 234+39+88=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2758 is #15D8A7. Grayscale: #666666. Windows color (decimal): -1431720 or 5777386. OLE color: 5777386.
HSL color Cylindrical-coordinate representation of color #EA2758: hue angle of 344.92º 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 #EA2758 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 88 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.08 |
| HSL | 344.92º | 0.82% | 0.54% | - |
| HSV(B) | 344.92º | 0.83% | 0.92% | - |
| XYZ | 36.42 | 19.65 | 11.11 | - |
| YUV | 102.89 | 119.6 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 88 | 0 | 0.83 | 0.62 | 0.08 | 344.92 | 0.82 | 0.54 |
| Hex | EA | 27 | 58 | 0 | 53 | 3E | 8 | 159 | 52 | 36 |
| Octal | 352 | 47 | 130 | 0 | 123 | 76 | 10 | 531 | 122 | 66 |
| Binary | 11101010 | 100111 | 1011000 | 0 | 1010011 | 111110 | 1000 | 101011001 | 1010010 | 110110 |
Color Harmonies of #EA2758
Complementary color
Monochromatic Colors of #EA2758
Black with #EA2758
Text Example
Text Example
White with #EA2758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2758; }
p { color: rgb(234,39,88); }
H1.HeaderClassName
{
color: #EA2758;
}
.AnyTagClassName
{
color: #EA2758;
}
</style>
background-color css
<style>
a { background-color: #EA2758; }
a { background-color: rgb(234,39,88); }
div.DivClassName
{
background-color: #EA2758;
}
.BgClassName
{
background-color: #EA2758;
}
</style>
border-color css
<style>
span { border-color: #EA2758; }
span { border-color: rgb(234,39,88); }
td.TdClassName
{
border-color: #EA2758;
}
.TagClassName
{
border-color: #EA2758;
}
</style>