Shades of Amaranth #EA3E4C
Tints of Amaranth #EA3E4C
RGB
CMYK
RGB Variations
Color information
#EA3E4C (or 0xEA3E4C) is known color: Amaranth. HEX triplet: EA, 3E and 4C. RGB value is (234,62,76). Sum of RGB (Red+Green+Blue) = 234+62+76=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3E4C is #15C1B3. Grayscale: #737373. Windows color (decimal): -1425844 or 4996842. OLE color: 4996842.
HSL color Cylindrical-coordinate representation of color #EA3E4C: hue angle of 355.12º 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 #EA3E4C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 62 | 76 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.08 |
| HSL | 355.12º | 0.8% | 0.58% | - |
| HSV(B) | 355.12º | 0.74% | 0.92% | - |
| XYZ | 36.96 | 21.46 | 9.03 | - |
| YUV | 115.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 62 | 76 | 0 | 0.74 | 0.68 | 0.08 | 355.12 | 0.8 | 0.58 |
| Hex | EA | 3E | 4C | 0 | 4A | 44 | 8 | 163 | 50 | 3A |
| Octal | 352 | 76 | 114 | 0 | 112 | 104 | 10 | 543 | 120 | 72 |
| Binary | 11101010 | 111110 | 1001100 | 0 | 1001010 | 1000100 | 1000 | 101100011 | 1010000 | 111010 |
Color Harmonies of #EA3E4C
Complementary color
Monochromatic Colors of #EA3E4C
Black with #EA3E4C
Text Example
Text Example
White with #EA3E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3E4C; }
p { color: rgb(234,62,76); }
H1.HeaderClassName
{
color: #EA3E4C;
}
.AnyTagClassName
{
color: #EA3E4C;
}
</style>
background-color css
<style>
a { background-color: #EA3E4C; }
a { background-color: rgb(234,62,76); }
div.DivClassName
{
background-color: #EA3E4C;
}
.BgClassName
{
background-color: #EA3E4C;
}
</style>
border-color css
<style>
span { border-color: #EA3E4C; }
span { border-color: rgb(234,62,76); }
td.TdClassName
{
border-color: #EA3E4C;
}
.TagClassName
{
border-color: #EA3E4C;
}
</style>