Shades of Amaranth #ED2B55
Tints of Amaranth #ED2B55
RGB
CMYK
RGB Variations
Color information
#ED2B55 (or 0xED2B55) is known color: Amaranth. HEX triplet: ED, 2B and 55. RGB value is (237,43,85). Sum of RGB (Red+Green+Blue) = 237+43+85=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2B55 is #12D4AA. Grayscale: #696969. Windows color (decimal): -1234091 or 5581805. OLE color: 5581805.
HSL color Cylindrical-coordinate representation of color #ED2B55: hue angle of 347.01º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2B55 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 85 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.07 |
| HSL | 347.01º | 0.84% | 0.55% | - |
| HSV(B) | 347.01º | 0.82% | 0.93% | - |
| XYZ | 37.43 | 20.39 | 10.56 | - |
| YUV | 105.79 | 116.27 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 85 | 0 | 0.82 | 0.64 | 0.07 | 347.01 | 0.84 | 0.55 |
| Hex | ED | 2B | 55 | 0 | 52 | 40 | 7 | 15B | 54 | 37 |
| Octal | 355 | 53 | 125 | 0 | 122 | 100 | 7 | 533 | 124 | 67 |
| Binary | 11101101 | 101011 | 1010101 | 0 | 1010010 | 1000000 | 111 | 101011011 | 1010100 | 110111 |
Color Harmonies of #ED2B55
Complementary color
Monochromatic Colors of #ED2B55
Black with #ED2B55
Text Example
Text Example
White with #ED2B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2B55; }
p { color: rgb(237,43,85); }
H1.HeaderClassName
{
color: #ED2B55;
}
.AnyTagClassName
{
color: #ED2B55;
}
</style>
background-color css
<style>
a { background-color: #ED2B55; }
a { background-color: rgb(237,43,85); }
div.DivClassName
{
background-color: #ED2B55;
}
.BgClassName
{
background-color: #ED2B55;
}
</style>
border-color css
<style>
span { border-color: #ED2B55; }
span { border-color: rgb(237,43,85); }
td.TdClassName
{
border-color: #ED2B55;
}
.TagClassName
{
border-color: #ED2B55;
}
</style>