Shades of Amaranth #ED274C
Tints of Amaranth #ED274C
RGB
CMYK
RGB Variations
Color information
#ED274C (or 0xED274C) is known color: Amaranth. HEX triplet: ED, 27 and 4C. RGB value is (237,39,76). Sum of RGB (Red+Green+Blue) = 237+39+76=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED274C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED274C is #12D8B3. Grayscale: #666666. Windows color (decimal): -1235124 or 4990957. OLE color: 4990957.
HSL color Cylindrical-coordinate representation of color #ED274C: hue angle of 348.79º 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 #ED274C is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 76 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.07 |
| HSL | 348.79º | 0.85% | 0.54% | - |
| HSV(B) | 348.79º | 0.84% | 0.93% | - |
| XYZ | 36.96 | 19.98 | 8.75 | - |
| YUV | 102.42 | 113.1 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 76 | 0 | 0.84 | 0.68 | 0.07 | 348.79 | 0.85 | 0.54 |
| Hex | ED | 27 | 4C | 0 | 54 | 44 | 7 | 15D | 55 | 36 |
| Octal | 355 | 47 | 114 | 0 | 124 | 104 | 7 | 535 | 125 | 66 |
| Binary | 11101101 | 100111 | 1001100 | 0 | 1010100 | 1000100 | 111 | 101011101 | 1010101 | 110110 |
Color Harmonies of #ED274C
Complementary color
Monochromatic Colors of #ED274C
Black with #ED274C
Text Example
Text Example
White with #ED274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED274C; }
p { color: rgb(237,39,76); }
H1.HeaderClassName
{
color: #ED274C;
}
.AnyTagClassName
{
color: #ED274C;
}
</style>
background-color css
<style>
a { background-color: #ED274C; }
a { background-color: rgb(237,39,76); }
div.DivClassName
{
background-color: #ED274C;
}
.BgClassName
{
background-color: #ED274C;
}
</style>
border-color css
<style>
span { border-color: #ED274C; }
span { border-color: rgb(237,39,76); }
td.TdClassName
{
border-color: #ED274C;
}
.TagClassName
{
border-color: #ED274C;
}
</style>