Shades of Amaranth #ED254D
Tints of Amaranth #ED254D
RGB
CMYK
RGB Variations
Color information
#ED254D (or 0xED254D) is known color: Amaranth. HEX triplet: ED, 25 and 4D. RGB value is (237,37,77). Sum of RGB (Red+Green+Blue) = 237+37+77=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED254D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED254D is #12DAB2. Grayscale: #656565. Windows color (decimal): -1235635 or 5055981. OLE color: 5055981.
HSL color Cylindrical-coordinate representation of color #ED254D: hue angle of 348º 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 #ED254D is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 77 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.07 |
| HSL | 348º | 0.85% | 0.54% | - |
| HSV(B) | 348º | 0.84% | 0.93% | - |
| XYZ | 36.93 | 19.86 | 8.91 | - |
| YUV | 101.36 | 114.26 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 77 | 0 | 0.84 | 0.68 | 0.07 | 348 | 0.85 | 0.54 |
| Hex | ED | 25 | 4D | 0 | 54 | 44 | 7 | 15C | 55 | 36 |
| Octal | 355 | 45 | 115 | 0 | 124 | 104 | 7 | 534 | 125 | 66 |
| Binary | 11101101 | 100101 | 1001101 | 0 | 1010100 | 1000100 | 111 | 101011100 | 1010101 | 110110 |
Color Harmonies of #ED254D
Complementary color
Monochromatic Colors of #ED254D
Black with #ED254D
Text Example
Text Example
White with #ED254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED254D; }
p { color: rgb(237,37,77); }
H1.HeaderClassName
{
color: #ED254D;
}
.AnyTagClassName
{
color: #ED254D;
}
</style>
background-color css
<style>
a { background-color: #ED254D; }
a { background-color: rgb(237,37,77); }
div.DivClassName
{
background-color: #ED254D;
}
.BgClassName
{
background-color: #ED254D;
}
</style>
border-color css
<style>
span { border-color: #ED254D; }
span { border-color: rgb(237,37,77); }
td.TdClassName
{
border-color: #ED254D;
}
.TagClassName
{
border-color: #ED254D;
}
</style>