Shades of Amaranth #ED424E
Tints of Amaranth #ED424E
RGB
CMYK
RGB Variations
Color information
#ED424E (or 0xED424E) is known color: Amaranth. HEX triplet: ED, 42 and 4E. RGB value is (237,66,78). Sum of RGB (Red+Green+Blue) = 237+66+78=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED424E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED424E is #12BDB1. Grayscale: #767676. Windows color (decimal): -1228210 or 5128941. OLE color: 5128941.
HSL color Cylindrical-coordinate representation of color #ED424E: hue angle of 355.79º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED424E is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 78 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.07 |
| HSL | 355.79º | 0.83% | 0.59% | - |
| HSV(B) | 355.79º | 0.72% | 0.93% | - |
| XYZ | 38.25 | 22.45 | 9.53 | - |
| YUV | 118.5 | 105.15 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 78 | 0 | 0.72 | 0.67 | 0.07 | 355.79 | 0.83 | 0.59 |
| Hex | ED | 42 | 4E | 0 | 48 | 43 | 7 | 164 | 53 | 3B |
| Octal | 355 | 102 | 116 | 0 | 110 | 103 | 7 | 544 | 123 | 73 |
| Binary | 11101101 | 1000010 | 1001110 | 0 | 1001000 | 1000011 | 111 | 101100100 | 1010011 | 111011 |
Color Harmonies of #ED424E
Complementary color
Monochromatic Colors of #ED424E
Black with #ED424E
Text Example
Text Example
White with #ED424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED424E; }
p { color: rgb(237,66,78); }
H1.HeaderClassName
{
color: #ED424E;
}
.AnyTagClassName
{
color: #ED424E;
}
</style>
background-color css
<style>
a { background-color: #ED424E; }
a { background-color: rgb(237,66,78); }
div.DivClassName
{
background-color: #ED424E;
}
.BgClassName
{
background-color: #ED424E;
}
</style>
border-color css
<style>
span { border-color: #ED424E; }
span { border-color: rgb(237,66,78); }
td.TdClassName
{
border-color: #ED424E;
}
.TagClassName
{
border-color: #ED424E;
}
</style>