Shades of Amaranth #EA3843
Tints of Amaranth #EA3843
RGB
CMYK
RGB Variations
Color information
#EA3843 (or 0xEA3843) is known color: Amaranth. HEX triplet: EA, 38 and 43. RGB value is (234,56,67). Sum of RGB (Red+Green+Blue) = 234+56+67=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3843 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3843 is #15C7BC. Grayscale: #6E6E6E. Windows color (decimal): -1427389 or 4405482. OLE color: 4405482.
HSL color Cylindrical-coordinate representation of color #EA3843: hue angle of 356.29º 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 #EA3843 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 56 | 67 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.08 |
| HSL | 356.29º | 0.81% | 0.57% | - |
| HSV(B) | 356.29º | 0.76% | 0.92% | - |
| XYZ | 36.36 | 20.73 | 7.39 | - |
| YUV | 110.48 | 103.47 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 56 | 67 | 0 | 0.76 | 0.71 | 0.08 | 356.29 | 0.81 | 0.57 |
| Hex | EA | 38 | 43 | 0 | 4C | 47 | 8 | 164 | 51 | 39 |
| Octal | 352 | 70 | 103 | 0 | 114 | 107 | 10 | 544 | 121 | 71 |
| Binary | 11101010 | 111000 | 1000011 | 0 | 1001100 | 1000111 | 1000 | 101100100 | 1010001 | 111001 |
Color Harmonies of #EA3843
Complementary color
Monochromatic Colors of #EA3843
Black with #EA3843
Text Example
Text Example
White with #EA3843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3843; }
p { color: rgb(234,56,67); }
H1.HeaderClassName
{
color: #EA3843;
}
.AnyTagClassName
{
color: #EA3843;
}
</style>
background-color css
<style>
a { background-color: #EA3843; }
a { background-color: rgb(234,56,67); }
div.DivClassName
{
background-color: #EA3843;
}
.BgClassName
{
background-color: #EA3843;
}
</style>
border-color css
<style>
span { border-color: #EA3843; }
span { border-color: rgb(234,56,67); }
td.TdClassName
{
border-color: #EA3843;
}
.TagClassName
{
border-color: #EA3843;
}
</style>