Shades of Amaranth #ED275C
Tints of Amaranth #ED275C
RGB
CMYK
RGB Variations
Color information
#ED275C (or 0xED275C) is known color: Amaranth. HEX triplet: ED, 27 and 5C. RGB value is (237,39,92). Sum of RGB (Red+Green+Blue) = 237+39+92=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED275C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED275C is #12D8A3. Grayscale: #686868. Windows color (decimal): -1235108 or 6039533. OLE color: 6039533.
HSL color Cylindrical-coordinate representation of color #ED275C: hue angle of 343.94º 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 #ED275C is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 92 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.07 |
| HSL | 343.94º | 0.85% | 0.54% | - |
| HSV(B) | 343.94º | 0.84% | 0.93% | - |
| XYZ | 37.58 | 20.23 | 12.05 | - |
| YUV | 104.24 | 121.1 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 92 | 0 | 0.84 | 0.61 | 0.07 | 343.94 | 0.85 | 0.54 |
| Hex | ED | 27 | 5C | 0 | 54 | 3D | 7 | 158 | 55 | 36 |
| Octal | 355 | 47 | 134 | 0 | 124 | 75 | 7 | 530 | 125 | 66 |
| Binary | 11101101 | 100111 | 1011100 | 0 | 1010100 | 111101 | 111 | 101011000 | 1010101 | 110110 |
Color Harmonies of #ED275C
Complementary color
Monochromatic Colors of #ED275C
Black with #ED275C
Text Example
Text Example
White with #ED275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED275C; }
p { color: rgb(237,39,92); }
H1.HeaderClassName
{
color: #ED275C;
}
.AnyTagClassName
{
color: #ED275C;
}
</style>
background-color css
<style>
a { background-color: #ED275C; }
a { background-color: rgb(237,39,92); }
div.DivClassName
{
background-color: #ED275C;
}
.BgClassName
{
background-color: #ED275C;
}
</style>
border-color css
<style>
span { border-color: #ED275C; }
span { border-color: rgb(237,39,92); }
td.TdClassName
{
border-color: #ED275C;
}
.TagClassName
{
border-color: #ED275C;
}
</style>