Shades of Amaranth #EA225D
Tints of Amaranth #EA225D
RGB
CMYK
RGB Variations
Color information
#EA225D (or 0xEA225D) is known color: Amaranth. HEX triplet: EA, 22 and 5D. RGB value is (234,34,93). Sum of RGB (Red+Green+Blue) = 234+34+93=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA225D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA225D is #15DDA2. Grayscale: #646464. Windows color (decimal): -1432995 or 6103786. OLE color: 6103786.
HSL color Cylindrical-coordinate representation of color #EA225D: hue angle of 342.3º 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 #EA225D is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 93 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.08 |
| HSL | 342.3º | 0.83% | 0.53% | - |
| HSV(B) | 342.3º | 0.85% | 0.92% | - |
| XYZ | 36.48 | 19.43 | 12.18 | - |
| YUV | 100.53 | 123.76 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 93 | 0 | 0.85 | 0.60 | 0.08 | 342.3 | 0.83 | 0.53 |
| Hex | EA | 22 | 5D | 0 | 55 | 3C | 8 | 156 | 53 | 35 |
| Octal | 352 | 42 | 135 | 0 | 125 | 74 | 10 | 526 | 123 | 65 |
| Binary | 11101010 | 100010 | 1011101 | 0 | 1010101 | 111100 | 1000 | 101010110 | 1010011 | 110101 |
Color Harmonies of #EA225D
Complementary color
Monochromatic Colors of #EA225D
Black with #EA225D
Text Example
Text Example
White with #EA225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA225D; }
p { color: rgb(234,34,93); }
H1.HeaderClassName
{
color: #EA225D;
}
.AnyTagClassName
{
color: #EA225D;
}
</style>
background-color css
<style>
a { background-color: #EA225D; }
a { background-color: rgb(234,34,93); }
div.DivClassName
{
background-color: #EA225D;
}
.BgClassName
{
background-color: #EA225D;
}
</style>
border-color css
<style>
span { border-color: #EA225D; }
span { border-color: rgb(234,34,93); }
td.TdClassName
{
border-color: #EA225D;
}
.TagClassName
{
border-color: #EA225D;
}
</style>