Shades of Amaranth #EA464F
Tints of Amaranth #EA464F
RGB
CMYK
RGB Variations
Color information
#EA464F (or 0xEA464F) is known color: Amaranth. HEX triplet: EA, 46 and 4F. RGB value is (234,70,79). Sum of RGB (Red+Green+Blue) = 234+70+79=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA464F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA464F is #15B9B0. Grayscale: #787878. Windows color (decimal): -1423793 or 5195498. OLE color: 5195498.
HSL color Cylindrical-coordinate representation of color #EA464F: hue angle of 356.71º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA464F is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 79 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.08 |
| HSL | 356.71º | 0.8% | 0.6% | - |
| HSV(B) | 356.71º | 0.7% | 0.92% | - |
| XYZ | 37.53 | 22.44 | 9.75 | - |
| YUV | 120.06 | 104.83 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 79 | 0 | 0.70 | 0.66 | 0.08 | 356.71 | 0.8 | 0.6 |
| Hex | EA | 46 | 4F | 0 | 46 | 42 | 8 | 165 | 50 | 3C |
| Octal | 352 | 106 | 117 | 0 | 106 | 102 | 10 | 545 | 120 | 74 |
| Binary | 11101010 | 1000110 | 1001111 | 0 | 1000110 | 1000010 | 1000 | 101100101 | 1010000 | 111100 |
Color Harmonies of #EA464F
Complementary color
Monochromatic Colors of #EA464F
Black with #EA464F
Text Example
Text Example
White with #EA464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA464F; }
p { color: rgb(234,70,79); }
H1.HeaderClassName
{
color: #EA464F;
}
.AnyTagClassName
{
color: #EA464F;
}
</style>
background-color css
<style>
a { background-color: #EA464F; }
a { background-color: rgb(234,70,79); }
div.DivClassName
{
background-color: #EA464F;
}
.BgClassName
{
background-color: #EA464F;
}
</style>
border-color css
<style>
span { border-color: #EA464F; }
span { border-color: rgb(234,70,79); }
td.TdClassName
{
border-color: #EA464F;
}
.TagClassName
{
border-color: #EA464F;
}
</style>