Shades of Amaranth #EA3943
Tints of Amaranth #EA3943
RGB
CMYK
RGB Variations
Color information
#EA3943 (or 0xEA3943) is known color: Amaranth. HEX triplet: EA, 39 and 43. RGB value is (234,57,67). Sum of RGB (Red+Green+Blue) = 234+57+67=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3943 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3943 is #15C6BC. Grayscale: #6F6F6F. Windows color (decimal): -1427133 or 4405738. OLE color: 4405738.
HSL color Cylindrical-coordinate representation of color #EA3943: hue angle of 356.61º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA3943 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 57 | 67 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.08 |
| HSL | 356.61º | 0.81% | 0.57% | - |
| HSV(B) | 356.61º | 0.76% | 0.92% | - |
| XYZ | 36.41 | 20.82 | 7.41 | - |
| YUV | 111.06 | 103.14 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 57 | 67 | 0 | 0.76 | 0.71 | 0.08 | 356.61 | 0.81 | 0.57 |
| Hex | EA | 39 | 43 | 0 | 4C | 47 | 8 | 165 | 51 | 39 |
| Octal | 352 | 71 | 103 | 0 | 114 | 107 | 10 | 545 | 121 | 71 |
| Binary | 11101010 | 111001 | 1000011 | 0 | 1001100 | 1000111 | 1000 | 101100101 | 1010001 | 111001 |
Color Harmonies of #EA3943
Complementary color
Monochromatic Colors of #EA3943
Black with #EA3943
Text Example
Text Example
White with #EA3943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3943; }
p { color: rgb(234,57,67); }
H1.HeaderClassName
{
color: #EA3943;
}
.AnyTagClassName
{
color: #EA3943;
}
</style>
background-color css
<style>
a { background-color: #EA3943; }
a { background-color: rgb(234,57,67); }
div.DivClassName
{
background-color: #EA3943;
}
.BgClassName
{
background-color: #EA3943;
}
</style>
border-color css
<style>
span { border-color: #EA3943; }
span { border-color: rgb(234,57,67); }
td.TdClassName
{
border-color: #EA3943;
}
.TagClassName
{
border-color: #EA3943;
}
</style>