Shades of Amaranth #EA3E4A
Tints of Amaranth #EA3E4A
RGB
CMYK
RGB Variations
Color information
#EA3E4A (or 0xEA3E4A) is known color: Amaranth. HEX triplet: EA, 3E and 4A. RGB value is (234,62,74). Sum of RGB (Red+Green+Blue) = 234+62+74=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3E4A is #15C1B5. Grayscale: #727272. Windows color (decimal): -1425846 or 4865770. OLE color: 4865770.
HSL color Cylindrical-coordinate representation of color #EA3E4A: hue angle of 355.81º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3E4A is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 62 | 74 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.08 |
| HSL | 355.81º | 0.8% | 0.58% | - |
| HSV(B) | 355.81º | 0.74% | 0.92% | - |
| XYZ | 36.89 | 21.43 | 8.67 | - |
| YUV | 114.8 | 104.98 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 62 | 74 | 0 | 0.74 | 0.68 | 0.08 | 355.81 | 0.8 | 0.58 |
| Hex | EA | 3E | 4A | 0 | 4A | 44 | 8 | 164 | 50 | 3A |
| Octal | 352 | 76 | 112 | 0 | 112 | 104 | 10 | 544 | 120 | 72 |
| Binary | 11101010 | 111110 | 1001010 | 0 | 1001010 | 1000100 | 1000 | 101100100 | 1010000 | 111010 |
Color Harmonies of #EA3E4A
Complementary color
Monochromatic Colors of #EA3E4A
Black with #EA3E4A
Text Example
Text Example
White with #EA3E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3E4A; }
p { color: rgb(234,62,74); }
H1.HeaderClassName
{
color: #EA3E4A;
}
.AnyTagClassName
{
color: #EA3E4A;
}
</style>
background-color css
<style>
a { background-color: #EA3E4A; }
a { background-color: rgb(234,62,74); }
div.DivClassName
{
background-color: #EA3E4A;
}
.BgClassName
{
background-color: #EA3E4A;
}
</style>
border-color css
<style>
span { border-color: #EA3E4A; }
span { border-color: rgb(234,62,74); }
td.TdClassName
{
border-color: #EA3E4A;
}
.TagClassName
{
border-color: #EA3E4A;
}
</style>