Shades of Amaranth #EA3249
Tints of Amaranth #EA3249
RGB
CMYK
RGB Variations
Color information
#EA3249 (or 0xEA3249) is known color: Amaranth. HEX triplet: EA, 32 and 49. RGB value is (234,50,73). Sum of RGB (Red+Green+Blue) = 234+50+73=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3249 is #15CDB6. Grayscale: #6B6B6B. Windows color (decimal): -1428919 or 4797162. OLE color: 4797162.
HSL color Cylindrical-coordinate representation of color #EA3249: hue angle of 352.5º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3249 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 73 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.08 |
| HSL | 352.5º | 0.81% | 0.56% | - |
| HSV(B) | 352.5º | 0.79% | 0.92% | - |
| XYZ | 36.27 | 20.25 | 8.3 | - |
| YUV | 107.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 73 | 0 | 0.79 | 0.69 | 0.08 | 352.5 | 0.81 | 0.56 |
| Hex | EA | 32 | 49 | 0 | 4F | 45 | 8 | 160 | 51 | 38 |
| Octal | 352 | 62 | 111 | 0 | 117 | 105 | 10 | 540 | 121 | 70 |
| Binary | 11101010 | 110010 | 1001001 | 0 | 1001111 | 1000101 | 1000 | 101100000 | 1010001 | 111000 |
Color Harmonies of #EA3249
Complementary color
Monochromatic Colors of #EA3249
Black with #EA3249
Text Example
Text Example
White with #EA3249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3249; }
p { color: rgb(234,50,73); }
H1.HeaderClassName
{
color: #EA3249;
}
.AnyTagClassName
{
color: #EA3249;
}
</style>
background-color css
<style>
a { background-color: #EA3249; }
a { background-color: rgb(234,50,73); }
div.DivClassName
{
background-color: #EA3249;
}
.BgClassName
{
background-color: #EA3249;
}
</style>
border-color css
<style>
span { border-color: #EA3249; }
span { border-color: rgb(234,50,73); }
td.TdClassName
{
border-color: #EA3249;
}
.TagClassName
{
border-color: #EA3249;
}
</style>