Shades of Amaranth #EA244D
Tints of Amaranth #EA244D
RGB
CMYK
RGB Variations
Color information
#EA244D (or 0xEA244D) is known color: Amaranth. HEX triplet: EA, 24 and 4D. RGB value is (234,36,77). Sum of RGB (Red+Green+Blue) = 234+36+77=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA244D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA244D is #15DBB2. Grayscale: #636363. Windows color (decimal): -1432499 or 5055722. OLE color: 5055722.
HSL color Cylindrical-coordinate representation of color #EA244D: hue angle of 347.58º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA244D is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 77 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.08 |
| HSL | 347.58º | 0.83% | 0.53% | - |
| HSV(B) | 347.58º | 0.85% | 0.92% | - |
| XYZ | 35.9 | 19.29 | 8.85 | - |
| YUV | 99.88 | 115.1 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 77 | 0 | 0.85 | 0.67 | 0.08 | 347.58 | 0.83 | 0.53 |
| Hex | EA | 24 | 4D | 0 | 55 | 43 | 8 | 15C | 52 | 35 |
| Octal | 352 | 44 | 115 | 0 | 125 | 103 | 10 | 534 | 122 | 65 |
| Binary | 11101010 | 100100 | 1001101 | 0 | 1010101 | 1000011 | 1000 | 101011100 | 1010010 | 110101 |
Color Harmonies of #EA244D
Complementary color
Monochromatic Colors of #EA244D
Black with #EA244D
Text Example
Text Example
White with #EA244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA244D; }
p { color: rgb(234,36,77); }
H1.HeaderClassName
{
color: #EA244D;
}
.AnyTagClassName
{
color: #EA244D;
}
</style>
background-color css
<style>
a { background-color: #EA244D; }
a { background-color: rgb(234,36,77); }
div.DivClassName
{
background-color: #EA244D;
}
.BgClassName
{
background-color: #EA244D;
}
</style>
border-color css
<style>
span { border-color: #EA244D; }
span { border-color: rgb(234,36,77); }
td.TdClassName
{
border-color: #EA244D;
}
.TagClassName
{
border-color: #EA244D;
}
</style>