Shades of Amaranth #ED284A
Tints of Amaranth #ED284A
RGB
CMYK
RGB Variations
Color information
#ED284A (or 0xED284A) is known color: Amaranth. HEX triplet: ED, 28 and 4A. RGB value is (237,40,74). Sum of RGB (Red+Green+Blue) = 237+40+74=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED284A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED284A is #12D7B5. Grayscale: #666666. Windows color (decimal): -1234870 or 4860141. OLE color: 4860141.
HSL color Cylindrical-coordinate representation of color #ED284A: hue angle of 349.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED284A is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 74 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.07 |
| HSL | 349.64º | 0.85% | 0.54% | - |
| HSV(B) | 349.64º | 0.83% | 0.93% | - |
| XYZ | 36.92 | 20.02 | 8.4 | - |
| YUV | 102.78 | 111.77 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 74 | 0 | 0.83 | 0.69 | 0.07 | 349.64 | 0.85 | 0.54 |
| Hex | ED | 28 | 4A | 0 | 53 | 45 | 7 | 15E | 55 | 36 |
| Octal | 355 | 50 | 112 | 0 | 123 | 105 | 7 | 536 | 125 | 66 |
| Binary | 11101101 | 101000 | 1001010 | 0 | 1010011 | 1000101 | 111 | 101011110 | 1010101 | 110110 |
Color Harmonies of #ED284A
Complementary color
Monochromatic Colors of #ED284A
Black with #ED284A
Text Example
Text Example
White with #ED284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED284A; }
p { color: rgb(237,40,74); }
H1.HeaderClassName
{
color: #ED284A;
}
.AnyTagClassName
{
color: #ED284A;
}
</style>
background-color css
<style>
a { background-color: #ED284A; }
a { background-color: rgb(237,40,74); }
div.DivClassName
{
background-color: #ED284A;
}
.BgClassName
{
background-color: #ED284A;
}
</style>
border-color css
<style>
span { border-color: #ED284A; }
span { border-color: rgb(237,40,74); }
td.TdClassName
{
border-color: #ED284A;
}
.TagClassName
{
border-color: #ED284A;
}
</style>