Shades of Amaranth #EA2747
Tints of Amaranth #EA2747
RGB
CMYK
RGB Variations
Color information
#EA2747 (or 0xEA2747) is known color: Amaranth. HEX triplet: EA, 27 and 47. RGB value is (234,39,71). Sum of RGB (Red+Green+Blue) = 234+39+71=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2747 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2747 is #15D8B8. Grayscale: #656565. Windows color (decimal): -1431737 or 4663274. OLE color: 4663274.
HSL color Cylindrical-coordinate representation of color #EA2747: hue angle of 350.15º 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 #EA2747 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 71 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.08 |
| HSL | 350.15º | 0.82% | 0.54% | - |
| HSV(B) | 350.15º | 0.83% | 0.92% | - |
| XYZ | 35.79 | 19.4 | 7.82 | - |
| YUV | 100.95 | 111.1 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 71 | 0 | 0.83 | 0.70 | 0.08 | 350.15 | 0.82 | 0.54 |
| Hex | EA | 27 | 47 | 0 | 53 | 46 | 8 | 15E | 52 | 36 |
| Octal | 352 | 47 | 107 | 0 | 123 | 106 | 10 | 536 | 122 | 66 |
| Binary | 11101010 | 100111 | 1000111 | 0 | 1010011 | 1000110 | 1000 | 101011110 | 1010010 | 110110 |
Color Harmonies of #EA2747
Complementary color
Monochromatic Colors of #EA2747
Black with #EA2747
Text Example
Text Example
White with #EA2747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2747; }
p { color: rgb(234,39,71); }
H1.HeaderClassName
{
color: #EA2747;
}
.AnyTagClassName
{
color: #EA2747;
}
</style>
background-color css
<style>
a { background-color: #EA2747; }
a { background-color: rgb(234,39,71); }
div.DivClassName
{
background-color: #EA2747;
}
.BgClassName
{
background-color: #EA2747;
}
</style>
border-color css
<style>
span { border-color: #EA2747; }
span { border-color: rgb(234,39,71); }
td.TdClassName
{
border-color: #EA2747;
}
.TagClassName
{
border-color: #EA2747;
}
</style>