Shades of Amaranth #ED344F
Tints of Amaranth #ED344F
RGB
CMYK
RGB Variations
Color information
#ED344F (or 0xED344F) is known color: Amaranth. HEX triplet: ED, 34 and 4F. RGB value is (237,52,79). Sum of RGB (Red+Green+Blue) = 237+52+79=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED344F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED344F is #12CBB0. Grayscale: #6E6E6E. Windows color (decimal): -1231793 or 5190893. OLE color: 5190893.
HSL color Cylindrical-coordinate representation of color #ED344F: hue angle of 351.24º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED344F is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 79 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.07 |
| HSL | 351.24º | 0.84% | 0.57% | - |
| HSV(B) | 351.24º | 0.78% | 0.93% | - |
| XYZ | 37.56 | 21.03 | 9.48 | - |
| YUV | 110.39 | 110.29 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 79 | 0 | 0.78 | 0.67 | 0.07 | 351.24 | 0.84 | 0.57 |
| Hex | ED | 34 | 4F | 0 | 4E | 43 | 7 | 15F | 54 | 39 |
| Octal | 355 | 64 | 117 | 0 | 116 | 103 | 7 | 537 | 124 | 71 |
| Binary | 11101101 | 110100 | 1001111 | 0 | 1001110 | 1000011 | 111 | 101011111 | 1010100 | 111001 |
Color Harmonies of #ED344F
Complementary color
Monochromatic Colors of #ED344F
Black with #ED344F
Text Example
Text Example
White with #ED344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED344F; }
p { color: rgb(237,52,79); }
H1.HeaderClassName
{
color: #ED344F;
}
.AnyTagClassName
{
color: #ED344F;
}
</style>
background-color css
<style>
a { background-color: #ED344F; }
a { background-color: rgb(237,52,79); }
div.DivClassName
{
background-color: #ED344F;
}
.BgClassName
{
background-color: #ED344F;
}
</style>
border-color css
<style>
span { border-color: #ED344F; }
span { border-color: rgb(237,52,79); }
td.TdClassName
{
border-color: #ED344F;
}
.TagClassName
{
border-color: #ED344F;
}
</style>