Shades of Amaranth #ED254F
Tints of Amaranth #ED254F
RGB
CMYK
RGB Variations
Color information
#ED254F (or 0xED254F) is known color: Amaranth. HEX triplet: ED, 25 and 4F. RGB value is (237,37,79). Sum of RGB (Red+Green+Blue) = 237+37+79=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED254F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED254F is #12DAB0. Grayscale: #656565. Windows color (decimal): -1235633 or 5187053. OLE color: 5187053.
HSL color Cylindrical-coordinate representation of color #ED254F: hue angle of 347.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED254F is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 79 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.07 |
| HSL | 347.4º | 0.85% | 0.54% | - |
| HSV(B) | 347.4º | 0.84% | 0.93% | - |
| XYZ | 37 | 19.89 | 9.29 | - |
| YUV | 101.59 | 115.26 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 79 | 0 | 0.84 | 0.67 | 0.07 | 347.4 | 0.85 | 0.54 |
| Hex | ED | 25 | 4F | 0 | 54 | 43 | 7 | 15B | 55 | 36 |
| Octal | 355 | 45 | 117 | 0 | 124 | 103 | 7 | 533 | 125 | 66 |
| Binary | 11101101 | 100101 | 1001111 | 0 | 1010100 | 1000011 | 111 | 101011011 | 1010101 | 110110 |
Color Harmonies of #ED254F
Complementary color
Monochromatic Colors of #ED254F
Black with #ED254F
Text Example
Text Example
White with #ED254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED254F; }
p { color: rgb(237,37,79); }
H1.HeaderClassName
{
color: #ED254F;
}
.AnyTagClassName
{
color: #ED254F;
}
</style>
background-color css
<style>
a { background-color: #ED254F; }
a { background-color: rgb(237,37,79); }
div.DivClassName
{
background-color: #ED254F;
}
.BgClassName
{
background-color: #ED254F;
}
</style>
border-color css
<style>
span { border-color: #ED254F; }
span { border-color: rgb(237,37,79); }
td.TdClassName
{
border-color: #ED254F;
}
.TagClassName
{
border-color: #ED254F;
}
</style>