Shades of Amaranth #EA3445
Tints of Amaranth #EA3445
RGB
CMYK
RGB Variations
Color information
#EA3445 (or 0xEA3445) is known color: Amaranth. HEX triplet: EA, 34 and 45. RGB value is (234,52,69). Sum of RGB (Red+Green+Blue) = 234+52+69=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3445 is #15CBBA. Grayscale: #6C6C6C. Windows color (decimal): -1428411 or 4535530. OLE color: 4535530.
HSL color Cylindrical-coordinate representation of color #EA3445: hue angle of 354.4º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA3445 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 69 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.08 |
| HSL | 354.4º | 0.81% | 0.56% | - |
| HSV(B) | 354.4º | 0.78% | 0.92% | - |
| XYZ | 36.23 | 20.38 | 7.65 | - |
| YUV | 108.36 | 105.8 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 69 | 0 | 0.78 | 0.71 | 0.08 | 354.4 | 0.81 | 0.56 |
| Hex | EA | 34 | 45 | 0 | 4E | 47 | 8 | 162 | 51 | 38 |
| Octal | 352 | 64 | 105 | 0 | 116 | 107 | 10 | 542 | 121 | 70 |
| Binary | 11101010 | 110100 | 1000101 | 0 | 1001110 | 1000111 | 1000 | 101100010 | 1010001 | 111000 |
Color Harmonies of #EA3445
Complementary color
Monochromatic Colors of #EA3445
Black with #EA3445
Text Example
Text Example
White with #EA3445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3445; }
p { color: rgb(234,52,69); }
H1.HeaderClassName
{
color: #EA3445;
}
.AnyTagClassName
{
color: #EA3445;
}
</style>
background-color css
<style>
a { background-color: #EA3445; }
a { background-color: rgb(234,52,69); }
div.DivClassName
{
background-color: #EA3445;
}
.BgClassName
{
background-color: #EA3445;
}
</style>
border-color css
<style>
span { border-color: #EA3445; }
span { border-color: rgb(234,52,69); }
td.TdClassName
{
border-color: #EA3445;
}
.TagClassName
{
border-color: #EA3445;
}
</style>