Shades of Amaranth #EA264E
Tints of Amaranth #EA264E
RGB
CMYK
RGB Variations
Color information
#EA264E (or 0xEA264E) is known color: Amaranth. HEX triplet: EA, 26 and 4E. RGB value is (234,38,78). Sum of RGB (Red+Green+Blue) = 234+38+78=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA264E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA264E is #15D9B1. Grayscale: #656565. Windows color (decimal): -1431986 or 5121770. OLE color: 5121770.
HSL color Cylindrical-coordinate representation of color #EA264E: hue angle of 347.76º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA264E is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 78 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.08 |
| HSL | 347.76º | 0.82% | 0.53% | - |
| HSV(B) | 347.76º | 0.84% | 0.92% | - |
| XYZ | 36 | 19.43 | 9.06 | - |
| YUV | 101.16 | 114.93 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 78 | 0 | 0.84 | 0.67 | 0.08 | 347.76 | 0.82 | 0.53 |
| Hex | EA | 26 | 4E | 0 | 54 | 43 | 8 | 15C | 52 | 35 |
| Octal | 352 | 46 | 116 | 0 | 124 | 103 | 10 | 534 | 122 | 65 |
| Binary | 11101010 | 100110 | 1001110 | 0 | 1010100 | 1000011 | 1000 | 101011100 | 1010010 | 110101 |
Color Harmonies of #EA264E
Complementary color
Monochromatic Colors of #EA264E
Black with #EA264E
Text Example
Text Example
White with #EA264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA264E; }
p { color: rgb(234,38,78); }
H1.HeaderClassName
{
color: #EA264E;
}
.AnyTagClassName
{
color: #EA264E;
}
</style>
background-color css
<style>
a { background-color: #EA264E; }
a { background-color: rgb(234,38,78); }
div.DivClassName
{
background-color: #EA264E;
}
.BgClassName
{
background-color: #EA264E;
}
</style>
border-color css
<style>
span { border-color: #EA264E; }
span { border-color: rgb(234,38,78); }
td.TdClassName
{
border-color: #EA264E;
}
.TagClassName
{
border-color: #EA264E;
}
</style>