Shades of Amaranth #ED414F
Tints of Amaranth #ED414F
RGB
CMYK
RGB Variations
Color information
#ED414F (or 0xED414F) is known color: Amaranth. HEX triplet: ED, 41 and 4F. RGB value is (237,65,79). Sum of RGB (Red+Green+Blue) = 237+65+79=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED414F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED414F is #12BEB0. Grayscale: #767676. Windows color (decimal): -1228465 or 5194221. OLE color: 5194221.
HSL color Cylindrical-coordinate representation of color #ED414F: hue angle of 355.12º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED414F is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 79 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.07 |
| HSL | 355.12º | 0.83% | 0.59% | - |
| HSV(B) | 355.12º | 0.73% | 0.93% | - |
| XYZ | 38.23 | 22.35 | 9.7 | - |
| YUV | 118.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 79 | 0 | 0.73 | 0.67 | 0.07 | 355.12 | 0.83 | 0.59 |
| Hex | ED | 41 | 4F | 0 | 49 | 43 | 7 | 163 | 53 | 3B |
| Octal | 355 | 101 | 117 | 0 | 111 | 103 | 7 | 543 | 123 | 73 |
| Binary | 11101101 | 1000001 | 1001111 | 0 | 1001001 | 1000011 | 111 | 101100011 | 1010011 | 111011 |
Color Harmonies of #ED414F
Complementary color
Monochromatic Colors of #ED414F
Black with #ED414F
Text Example
Text Example
White with #ED414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED414F; }
p { color: rgb(237,65,79); }
H1.HeaderClassName
{
color: #ED414F;
}
.AnyTagClassName
{
color: #ED414F;
}
</style>
background-color css
<style>
a { background-color: #ED414F; }
a { background-color: rgb(237,65,79); }
div.DivClassName
{
background-color: #ED414F;
}
.BgClassName
{
background-color: #ED414F;
}
</style>
border-color css
<style>
span { border-color: #ED414F; }
span { border-color: rgb(237,65,79); }
td.TdClassName
{
border-color: #ED414F;
}
.TagClassName
{
border-color: #ED414F;
}
</style>