Shades of Amaranth #ED354F
Tints of Amaranth #ED354F
RGB
CMYK
RGB Variations
Color information
#ED354F (or 0xED354F) is known color: Amaranth. HEX triplet: ED, 35 and 4F. RGB value is (237,53,79). Sum of RGB (Red+Green+Blue) = 237+53+79=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED354F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED354F is #12CAB0. Grayscale: #6F6F6F. Windows color (decimal): -1231537 or 5191149. OLE color: 5191149.
HSL color Cylindrical-coordinate representation of color #ED354F: hue angle of 351.52º 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 #ED354F is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 79 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.07 |
| HSL | 351.52º | 0.84% | 0.57% | - |
| HSV(B) | 351.52º | 0.78% | 0.93% | - |
| XYZ | 37.61 | 21.12 | 9.49 | - |
| YUV | 110.98 | 109.96 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 79 | 0 | 0.78 | 0.67 | 0.07 | 351.52 | 0.84 | 0.57 |
| Hex | ED | 35 | 4F | 0 | 4E | 43 | 7 | 160 | 54 | 39 |
| Octal | 355 | 65 | 117 | 0 | 116 | 103 | 7 | 540 | 124 | 71 |
| Binary | 11101101 | 110101 | 1001111 | 0 | 1001110 | 1000011 | 111 | 101100000 | 1010100 | 111001 |
Color Harmonies of #ED354F
Complementary color
Monochromatic Colors of #ED354F
Black with #ED354F
Text Example
Text Example
White with #ED354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED354F; }
p { color: rgb(237,53,79); }
H1.HeaderClassName
{
color: #ED354F;
}
.AnyTagClassName
{
color: #ED354F;
}
</style>
background-color css
<style>
a { background-color: #ED354F; }
a { background-color: rgb(237,53,79); }
div.DivClassName
{
background-color: #ED354F;
}
.BgClassName
{
background-color: #ED354F;
}
</style>
border-color css
<style>
span { border-color: #ED354F; }
span { border-color: rgb(237,53,79); }
td.TdClassName
{
border-color: #ED354F;
}
.TagClassName
{
border-color: #ED354F;
}
</style>