Shades of Amaranth #EA2655
Tints of Amaranth #EA2655
RGB
CMYK
RGB Variations
Color information
#EA2655 (or 0xEA2655) is known color: Amaranth. HEX triplet: EA, 26 and 55. RGB value is (234,38,85). Sum of RGB (Red+Green+Blue) = 234+38+85=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2655 is #15D9AA. Grayscale: #656565. Windows color (decimal): -1431979 or 5580522. OLE color: 5580522.
HSL color Cylindrical-coordinate representation of color #EA2655: hue angle of 345.61º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2655 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 85 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.08 |
| HSL | 345.61º | 0.82% | 0.53% | - |
| HSV(B) | 345.61º | 0.84% | 0.92% | - |
| XYZ | 36.26 | 19.53 | 10.45 | - |
| YUV | 101.96 | 118.43 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 85 | 0 | 0.84 | 0.64 | 0.08 | 345.61 | 0.82 | 0.53 |
| Hex | EA | 26 | 55 | 0 | 54 | 40 | 8 | 15A | 52 | 35 |
| Octal | 352 | 46 | 125 | 0 | 124 | 100 | 10 | 532 | 122 | 65 |
| Binary | 11101010 | 100110 | 1010101 | 0 | 1010100 | 1000000 | 1000 | 101011010 | 1010010 | 110101 |
Color Harmonies of #EA2655
Complementary color
Monochromatic Colors of #EA2655
Black with #EA2655
Text Example
Text Example
White with #EA2655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2655; }
p { color: rgb(234,38,85); }
H1.HeaderClassName
{
color: #EA2655;
}
.AnyTagClassName
{
color: #EA2655;
}
</style>
background-color css
<style>
a { background-color: #EA2655; }
a { background-color: rgb(234,38,85); }
div.DivClassName
{
background-color: #EA2655;
}
.BgClassName
{
background-color: #EA2655;
}
</style>
border-color css
<style>
span { border-color: #EA2655; }
span { border-color: rgb(234,38,85); }
td.TdClassName
{
border-color: #EA2655;
}
.TagClassName
{
border-color: #EA2655;
}
</style>