Shades of Amaranth #EA2749
Tints of Amaranth #EA2749
RGB
CMYK
RGB Variations
Color information
#EA2749 (or 0xEA2749) is known color: Amaranth. HEX triplet: EA, 27 and 49. RGB value is (234,39,73). Sum of RGB (Red+Green+Blue) = 234+39+73=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2749 is #15D8B6. Grayscale: #656565. Windows color (decimal): -1431735 or 4794346. OLE color: 4794346.
HSL color Cylindrical-coordinate representation of color #EA2749: hue angle of 349.54º 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 #EA2749 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 73 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.08 |
| HSL | 349.54º | 0.82% | 0.54% | - |
| HSV(B) | 349.54º | 0.83% | 0.92% | - |
| XYZ | 35.86 | 19.42 | 8.16 | - |
| YUV | 101.18 | 112.1 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 73 | 0 | 0.83 | 0.69 | 0.08 | 349.54 | 0.82 | 0.54 |
| Hex | EA | 27 | 49 | 0 | 53 | 45 | 8 | 15E | 52 | 36 |
| Octal | 352 | 47 | 111 | 0 | 123 | 105 | 10 | 536 | 122 | 66 |
| Binary | 11101010 | 100111 | 1001001 | 0 | 1010011 | 1000101 | 1000 | 101011110 | 1010010 | 110110 |
Color Harmonies of #EA2749
Complementary color
Monochromatic Colors of #EA2749
Black with #EA2749
Text Example
Text Example
White with #EA2749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2749; }
p { color: rgb(234,39,73); }
H1.HeaderClassName
{
color: #EA2749;
}
.AnyTagClassName
{
color: #EA2749;
}
</style>
background-color css
<style>
a { background-color: #EA2749; }
a { background-color: rgb(234,39,73); }
div.DivClassName
{
background-color: #EA2749;
}
.BgClassName
{
background-color: #EA2749;
}
</style>
border-color css
<style>
span { border-color: #EA2749; }
span { border-color: rgb(234,39,73); }
td.TdClassName
{
border-color: #EA2749;
}
.TagClassName
{
border-color: #EA2749;
}
</style>