Shades of Amaranth #EA204E
Tints of Amaranth #EA204E
RGB
CMYK
RGB Variations
Color information
#EA204E (or 0xEA204E) is known color: Amaranth. HEX triplet: EA, 20 and 4E. RGB value is (234,32,78). Sum of RGB (Red+Green+Blue) = 234+32+78=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA204E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA204E is #15DFB1. Grayscale: #616161. Windows color (decimal): -1433522 or 5120234. OLE color: 5120234.
HSL color Cylindrical-coordinate representation of color #EA204E: hue angle of 346.34º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA204E is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 78 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.08 |
| HSL | 346.34º | 0.83% | 0.52% | - |
| HSV(B) | 346.34º | 0.86% | 0.92% | - |
| XYZ | 35.82 | 19.08 | 9 | - |
| YUV | 97.64 | 116.92 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 78 | 0 | 0.86 | 0.67 | 0.08 | 346.34 | 0.83 | 0.52 |
| Hex | EA | 20 | 4E | 0 | 56 | 43 | 8 | 15A | 53 | 34 |
| Octal | 352 | 40 | 116 | 0 | 126 | 103 | 10 | 532 | 123 | 64 |
| Binary | 11101010 | 100000 | 1001110 | 0 | 1010110 | 1000011 | 1000 | 101011010 | 1010011 | 110100 |
Color Harmonies of #EA204E
Complementary color
Monochromatic Colors of #EA204E
Black with #EA204E
Text Example
Text Example
White with #EA204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA204E; }
p { color: rgb(234,32,78); }
H1.HeaderClassName
{
color: #EA204E;
}
.AnyTagClassName
{
color: #EA204E;
}
</style>
background-color css
<style>
a { background-color: #EA204E; }
a { background-color: rgb(234,32,78); }
div.DivClassName
{
background-color: #EA204E;
}
.BgClassName
{
background-color: #EA204E;
}
</style>
border-color css
<style>
span { border-color: #EA204E; }
span { border-color: rgb(234,32,78); }
td.TdClassName
{
border-color: #EA204E;
}
.TagClassName
{
border-color: #EA204E;
}
</style>