Shades of Amaranth #ED324E
Tints of Amaranth #ED324E
RGB
CMYK
RGB Variations
Color information
#ED324E (or 0xED324E) is known color: Amaranth. HEX triplet: ED, 32 and 4E. RGB value is (237,50,78). Sum of RGB (Red+Green+Blue) = 237+50+78=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED324E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED324E is #12CDB1. Grayscale: #6D6D6D. Windows color (decimal): -1232306 or 5124845. OLE color: 5124845.
HSL color Cylindrical-coordinate representation of color #ED324E: hue angle of 351.02º 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 #ED324E is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 78 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.07 |
| HSL | 351.02º | 0.84% | 0.56% | - |
| HSV(B) | 351.02º | 0.79% | 0.93% | - |
| XYZ | 37.44 | 20.84 | 9.26 | - |
| YUV | 109.11 | 110.45 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 78 | 0 | 0.79 | 0.67 | 0.07 | 351.02 | 0.84 | 0.56 |
| Hex | ED | 32 | 4E | 0 | 4F | 43 | 7 | 15F | 54 | 38 |
| Octal | 355 | 62 | 116 | 0 | 117 | 103 | 7 | 537 | 124 | 70 |
| Binary | 11101101 | 110010 | 1001110 | 0 | 1001111 | 1000011 | 111 | 101011111 | 1010100 | 111000 |
Color Harmonies of #ED324E
Complementary color
Monochromatic Colors of #ED324E
Black with #ED324E
Text Example
Text Example
White with #ED324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED324E; }
p { color: rgb(237,50,78); }
H1.HeaderClassName
{
color: #ED324E;
}
.AnyTagClassName
{
color: #ED324E;
}
</style>
background-color css
<style>
a { background-color: #ED324E; }
a { background-color: rgb(237,50,78); }
div.DivClassName
{
background-color: #ED324E;
}
.BgClassName
{
background-color: #ED324E;
}
</style>
border-color css
<style>
span { border-color: #ED324E; }
span { border-color: rgb(237,50,78); }
td.TdClassName
{
border-color: #ED324E;
}
.TagClassName
{
border-color: #ED324E;
}
</style>