Shades of Amaranth #ED324F
Tints of Amaranth #ED324F
RGB
CMYK
RGB Variations
Color information
#ED324F (or 0xED324F) is known color: Amaranth. HEX triplet: ED, 32 and 4F. RGB value is (237,50,79). Sum of RGB (Red+Green+Blue) = 237+50+79=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED324F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED324F is #12CDB0. Grayscale: #6D6D6D. Windows color (decimal): -1232305 or 5190381. OLE color: 5190381.
HSL color Cylindrical-coordinate representation of color #ED324F: hue angle of 350.7º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED324F is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 79 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.07 |
| HSL | 350.7º | 0.84% | 0.56% | - |
| HSV(B) | 350.7º | 0.79% | 0.93% | - |
| XYZ | 37.48 | 20.85 | 9.45 | - |
| YUV | 109.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 79 | 0 | 0.79 | 0.67 | 0.07 | 350.7 | 0.84 | 0.56 |
| Hex | ED | 32 | 4F | 0 | 4F | 43 | 7 | 15F | 54 | 38 |
| Octal | 355 | 62 | 117 | 0 | 117 | 103 | 7 | 537 | 124 | 70 |
| Binary | 11101101 | 110010 | 1001111 | 0 | 1001111 | 1000011 | 111 | 101011111 | 1010100 | 111000 |
Color Harmonies of #ED324F
Complementary color
Monochromatic Colors of #ED324F
Black with #ED324F
Text Example
Text Example
White with #ED324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED324F; }
p { color: rgb(237,50,79); }
H1.HeaderClassName
{
color: #ED324F;
}
.AnyTagClassName
{
color: #ED324F;
}
</style>
background-color css
<style>
a { background-color: #ED324F; }
a { background-color: rgb(237,50,79); }
div.DivClassName
{
background-color: #ED324F;
}
.BgClassName
{
background-color: #ED324F;
}
</style>
border-color css
<style>
span { border-color: #ED324F; }
span { border-color: rgb(237,50,79); }
td.TdClassName
{
border-color: #ED324F;
}
.TagClassName
{
border-color: #ED324F;
}
</style>