Shades of Amaranth #EA4546
Tints of Amaranth #EA4546
RGB
CMYK
RGB Variations
Color information
#EA4546 (or 0xEA4546) is known color: Amaranth. HEX triplet: EA, 45 and 46. RGB value is (234,69,70). Sum of RGB (Red+Green+Blue) = 234+69+70=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4546 is #15BAB9. Grayscale: #767676. Windows color (decimal): -1424058 or 4605418. OLE color: 4605418.
HSL color Cylindrical-coordinate representation of color #EA4546: hue angle of 359.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA4546 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 70 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.08 |
| HSL | 359.64º | 0.8% | 0.59% | - |
| HSV(B) | 359.64º | 0.71% | 0.92% | - |
| XYZ | 37.17 | 22.19 | 8.12 | - |
| YUV | 118.45 | 100.66 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 70 | 0 | 0.71 | 0.70 | 0.08 | 359.64 | 0.8 | 0.59 |
| Hex | EA | 45 | 46 | 0 | 47 | 46 | 8 | 168 | 50 | 3B |
| Octal | 352 | 105 | 106 | 0 | 107 | 106 | 10 | 550 | 120 | 73 |
| Binary | 11101010 | 1000101 | 1000110 | 0 | 1000111 | 1000110 | 1000 | 101101000 | 1010000 | 111011 |
Color Harmonies of #EA4546
Complementary color
Monochromatic Colors of #EA4546
Black with #EA4546
Text Example
Text Example
White with #EA4546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4546; }
p { color: rgb(234,69,70); }
H1.HeaderClassName
{
color: #EA4546;
}
.AnyTagClassName
{
color: #EA4546;
}
</style>
background-color css
<style>
a { background-color: #EA4546; }
a { background-color: rgb(234,69,70); }
div.DivClassName
{
background-color: #EA4546;
}
.BgClassName
{
background-color: #EA4546;
}
</style>
border-color css
<style>
span { border-color: #EA4546; }
span { border-color: rgb(234,69,70); }
td.TdClassName
{
border-color: #EA4546;
}
.TagClassName
{
border-color: #EA4546;
}
</style>