Shades of Amaranth #ED275D
Tints of Amaranth #ED275D
RGB
CMYK
RGB Variations
Color information
#ED275D (or 0xED275D) is known color: Amaranth. HEX triplet: ED, 27 and 5D. RGB value is (237,39,93). Sum of RGB (Red+Green+Blue) = 237+39+93=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED275D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED275D is #12D8A2. Grayscale: #686868. Windows color (decimal): -1235107 or 6105069. OLE color: 6105069.
HSL color Cylindrical-coordinate representation of color #ED275D: hue angle of 343.64º 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 #ED275D is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 93 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.07 |
| HSL | 343.64º | 0.85% | 0.54% | - |
| HSV(B) | 343.64º | 0.84% | 0.93% | - |
| XYZ | 37.63 | 20.25 | 12.28 | - |
| YUV | 104.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 93 | 0 | 0.84 | 0.61 | 0.07 | 343.64 | 0.85 | 0.54 |
| Hex | ED | 27 | 5D | 0 | 54 | 3D | 7 | 158 | 55 | 36 |
| Octal | 355 | 47 | 135 | 0 | 124 | 75 | 7 | 530 | 125 | 66 |
| Binary | 11101101 | 100111 | 1011101 | 0 | 1010100 | 111101 | 111 | 101011000 | 1010101 | 110110 |
Color Harmonies of #ED275D
Complementary color
Monochromatic Colors of #ED275D
Black with #ED275D
Text Example
Text Example
White with #ED275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED275D; }
p { color: rgb(237,39,93); }
H1.HeaderClassName
{
color: #ED275D;
}
.AnyTagClassName
{
color: #ED275D;
}
</style>
background-color css
<style>
a { background-color: #ED275D; }
a { background-color: rgb(237,39,93); }
div.DivClassName
{
background-color: #ED275D;
}
.BgClassName
{
background-color: #ED275D;
}
</style>
border-color css
<style>
span { border-color: #ED275D; }
span { border-color: rgb(237,39,93); }
td.TdClassName
{
border-color: #ED275D;
}
.TagClassName
{
border-color: #ED275D;
}
</style>