Shades of Amaranth #ED294F
Tints of Amaranth #ED294F
RGB
CMYK
RGB Variations
Color information
#ED294F (or 0xED294F) is known color: Amaranth. HEX triplet: ED, 29 and 4F. RGB value is (237,41,79). Sum of RGB (Red+Green+Blue) = 237+41+79=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED294F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED294F is #12D6B0. Grayscale: #676767. Windows color (decimal): -1234609 or 5188077. OLE color: 5188077.
HSL color Cylindrical-coordinate representation of color #ED294F: hue angle of 348.37º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED294F is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 79 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.07 |
| HSL | 348.37º | 0.84% | 0.55% | - |
| HSV(B) | 348.37º | 0.83% | 0.93% | - |
| XYZ | 37.13 | 20.15 | 9.33 | - |
| YUV | 103.94 | 113.93 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 79 | 0 | 0.83 | 0.67 | 0.07 | 348.37 | 0.84 | 0.55 |
| Hex | ED | 29 | 4F | 0 | 53 | 43 | 7 | 15C | 54 | 37 |
| Octal | 355 | 51 | 117 | 0 | 123 | 103 | 7 | 534 | 124 | 67 |
| Binary | 11101101 | 101001 | 1001111 | 0 | 1010011 | 1000011 | 111 | 101011100 | 1010100 | 110111 |
Color Harmonies of #ED294F
Complementary color
Monochromatic Colors of #ED294F
Black with #ED294F
Text Example
Text Example
White with #ED294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED294F; }
p { color: rgb(237,41,79); }
H1.HeaderClassName
{
color: #ED294F;
}
.AnyTagClassName
{
color: #ED294F;
}
</style>
background-color css
<style>
a { background-color: #ED294F; }
a { background-color: rgb(237,41,79); }
div.DivClassName
{
background-color: #ED294F;
}
.BgClassName
{
background-color: #ED294F;
}
</style>
border-color css
<style>
span { border-color: #ED294F; }
span { border-color: rgb(237,41,79); }
td.TdClassName
{
border-color: #ED294F;
}
.TagClassName
{
border-color: #ED294F;
}
</style>