Shades of Amaranth #ED454D
Tints of Amaranth #ED454D
RGB
CMYK
RGB Variations
Color information
#ED454D (or 0xED454D) is known color: Amaranth. HEX triplet: ED, 45 and 4D. RGB value is (237,69,77). Sum of RGB (Red+Green+Blue) = 237+69+77=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED454D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED454D is #12BAB2. Grayscale: #787878. Windows color (decimal): -1227443 or 5064173. OLE color: 5064173.
HSL color Cylindrical-coordinate representation of color #ED454D: hue angle of 357.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED454D is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 77 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.07 |
| HSL | 357.14º | 0.82% | 0.6% | - |
| HSV(B) | 357.14º | 0.71% | 0.93% | - |
| XYZ | 38.39 | 22.8 | 9.4 | - |
| YUV | 120.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 77 | 0 | 0.71 | 0.68 | 0.07 | 357.14 | 0.82 | 0.6 |
| Hex | ED | 45 | 4D | 0 | 47 | 44 | 7 | 165 | 52 | 3C |
| Octal | 355 | 105 | 115 | 0 | 107 | 104 | 7 | 545 | 122 | 74 |
| Binary | 11101101 | 1000101 | 1001101 | 0 | 1000111 | 1000100 | 111 | 101100101 | 1010010 | 111100 |
Color Harmonies of #ED454D
Complementary color
Monochromatic Colors of #ED454D
Black with #ED454D
Text Example
Text Example
White with #ED454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED454D; }
p { color: rgb(237,69,77); }
H1.HeaderClassName
{
color: #ED454D;
}
.AnyTagClassName
{
color: #ED454D;
}
</style>
background-color css
<style>
a { background-color: #ED454D; }
a { background-color: rgb(237,69,77); }
div.DivClassName
{
background-color: #ED454D;
}
.BgClassName
{
background-color: #ED454D;
}
</style>
border-color css
<style>
span { border-color: #ED454D; }
span { border-color: rgb(237,69,77); }
td.TdClassName
{
border-color: #ED454D;
}
.TagClassName
{
border-color: #ED454D;
}
</style>