Shades of Amaranth #EA2258
Tints of Amaranth #EA2258
RGB
CMYK
RGB Variations
Color information
#EA2258 (or 0xEA2258) is known color: Amaranth. HEX triplet: EA, 22 and 58. RGB value is (234,34,88). Sum of RGB (Red+Green+Blue) = 234+34+88=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2258 is #15DDA7. Grayscale: #636363. Windows color (decimal): -1433000 or 5776106. OLE color: 5776106.
HSL color Cylindrical-coordinate representation of color #EA2258: hue angle of 343.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2258 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 88 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.08 |
| HSL | 343.8º | 0.83% | 0.53% | - |
| HSV(B) | 343.8º | 0.85% | 0.92% | - |
| XYZ | 36.27 | 19.34 | 11.05 | - |
| YUV | 99.96 | 121.26 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 88 | 0 | 0.85 | 0.62 | 0.08 | 343.8 | 0.83 | 0.53 |
| Hex | EA | 22 | 58 | 0 | 55 | 3E | 8 | 158 | 53 | 35 |
| Octal | 352 | 42 | 130 | 0 | 125 | 76 | 10 | 530 | 123 | 65 |
| Binary | 11101010 | 100010 | 1011000 | 0 | 1010101 | 111110 | 1000 | 101011000 | 1010011 | 110101 |
Color Harmonies of #EA2258
Complementary color
Monochromatic Colors of #EA2258
Black with #EA2258
Text Example
Text Example
White with #EA2258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2258; }
p { color: rgb(234,34,88); }
H1.HeaderClassName
{
color: #EA2258;
}
.AnyTagClassName
{
color: #EA2258;
}
</style>
background-color css
<style>
a { background-color: #EA2258; }
a { background-color: rgb(234,34,88); }
div.DivClassName
{
background-color: #EA2258;
}
.BgClassName
{
background-color: #EA2258;
}
</style>
border-color css
<style>
span { border-color: #EA2258; }
span { border-color: rgb(234,34,88); }
td.TdClassName
{
border-color: #EA2258;
}
.TagClassName
{
border-color: #EA2258;
}
</style>