Shades of Amaranth #ED255E
Tints of Amaranth #ED255E
RGB
CMYK
RGB Variations
Color information
#ED255E (or 0xED255E) is known color: Amaranth. HEX triplet: ED, 25 and 5E. RGB value is (237,37,94). Sum of RGB (Red+Green+Blue) = 237+37+94=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED255E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED255E is #12DAA1. Grayscale: #676767. Windows color (decimal): -1235618 or 6170093. OLE color: 6170093.
HSL color Cylindrical-coordinate representation of color #ED255E: hue angle of 342.9º 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 #ED255E is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 94 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.07 |
| HSL | 342.9º | 0.85% | 0.54% | - |
| HSV(B) | 342.9º | 0.84% | 0.93% | - |
| XYZ | 37.61 | 20.14 | 12.49 | - |
| YUV | 103.3 | 122.76 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 94 | 0 | 0.84 | 0.60 | 0.07 | 342.9 | 0.85 | 0.54 |
| Hex | ED | 25 | 5E | 0 | 54 | 3C | 7 | 157 | 55 | 36 |
| Octal | 355 | 45 | 136 | 0 | 124 | 74 | 7 | 527 | 125 | 66 |
| Binary | 11101101 | 100101 | 1011110 | 0 | 1010100 | 111100 | 111 | 101010111 | 1010101 | 110110 |
Color Harmonies of #ED255E
Complementary color
Monochromatic Colors of #ED255E
Black with #ED255E
Text Example
Text Example
White with #ED255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED255E; }
p { color: rgb(237,37,94); }
H1.HeaderClassName
{
color: #ED255E;
}
.AnyTagClassName
{
color: #ED255E;
}
</style>
background-color css
<style>
a { background-color: #ED255E; }
a { background-color: rgb(237,37,94); }
div.DivClassName
{
background-color: #ED255E;
}
.BgClassName
{
background-color: #ED255E;
}
</style>
border-color css
<style>
span { border-color: #ED255E; }
span { border-color: rgb(237,37,94); }
td.TdClassName
{
border-color: #ED255E;
}
.TagClassName
{
border-color: #ED255E;
}
</style>