Shades of Amaranth #ED255C
Tints of Amaranth #ED255C
RGB
CMYK
RGB Variations
Color information
#ED255C (or 0xED255C) is known color: Amaranth. HEX triplet: ED, 25 and 5C. RGB value is (237,37,92). Sum of RGB (Red+Green+Blue) = 237+37+92=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED255C is #12DAA3. Grayscale: #676767. Windows color (decimal): -1235620 or 6039021. OLE color: 6039021.
HSL color Cylindrical-coordinate representation of color #ED255C: hue angle of 343.5º 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 #ED255C is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 92 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.07 |
| HSL | 343.5º | 0.85% | 0.54% | - |
| HSV(B) | 343.5º | 0.84% | 0.93% | - |
| XYZ | 37.52 | 20.1 | 12.03 | - |
| YUV | 103.07 | 121.76 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 92 | 0 | 0.84 | 0.61 | 0.07 | 343.5 | 0.85 | 0.54 |
| Hex | ED | 25 | 5C | 0 | 54 | 3D | 7 | 158 | 55 | 36 |
| Octal | 355 | 45 | 134 | 0 | 124 | 75 | 7 | 530 | 125 | 66 |
| Binary | 11101101 | 100101 | 1011100 | 0 | 1010100 | 111101 | 111 | 101011000 | 1010101 | 110110 |
Color Harmonies of #ED255C
Complementary color
Monochromatic Colors of #ED255C
Black with #ED255C
Text Example
Text Example
White with #ED255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED255C; }
p { color: rgb(237,37,92); }
H1.HeaderClassName
{
color: #ED255C;
}
.AnyTagClassName
{
color: #ED255C;
}
</style>
background-color css
<style>
a { background-color: #ED255C; }
a { background-color: rgb(237,37,92); }
div.DivClassName
{
background-color: #ED255C;
}
.BgClassName
{
background-color: #ED255C;
}
</style>
border-color css
<style>
span { border-color: #ED255C; }
span { border-color: rgb(237,37,92); }
td.TdClassName
{
border-color: #ED255C;
}
.TagClassName
{
border-color: #ED255C;
}
</style>