Shades of Amaranth #ED2255
Tints of Amaranth #ED2255
RGB
CMYK
RGB Variations
Color information
#ED2255 (or 0xED2255) is known color: Amaranth. HEX triplet: ED, 22 and 55. RGB value is (237,34,85). Sum of RGB (Red+Green+Blue) = 237+34+85=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2255 is #12DDAA. Grayscale: #646464. Windows color (decimal): -1236395 or 5579501. OLE color: 5579501.
HSL color Cylindrical-coordinate representation of color #ED2255: hue angle of 344.93º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2255 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 85 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.07 |
| HSL | 344.93º | 0.85% | 0.53% | - |
| HSV(B) | 344.93º | 0.86% | 0.93% | - |
| XYZ | 37.14 | 19.8 | 10.46 | - |
| YUV | 100.51 | 119.25 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 85 | 0 | 0.86 | 0.64 | 0.07 | 344.93 | 0.85 | 0.53 |
| Hex | ED | 22 | 55 | 0 | 56 | 40 | 7 | 159 | 55 | 35 |
| Octal | 355 | 42 | 125 | 0 | 126 | 100 | 7 | 531 | 125 | 65 |
| Binary | 11101101 | 100010 | 1010101 | 0 | 1010110 | 1000000 | 111 | 101011001 | 1010101 | 110101 |
Color Harmonies of #ED2255
Complementary color
Monochromatic Colors of #ED2255
Black with #ED2255
Text Example
Text Example
White with #ED2255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2255; }
p { color: rgb(237,34,85); }
H1.HeaderClassName
{
color: #ED2255;
}
.AnyTagClassName
{
color: #ED2255;
}
</style>
background-color css
<style>
a { background-color: #ED2255; }
a { background-color: rgb(237,34,85); }
div.DivClassName
{
background-color: #ED2255;
}
.BgClassName
{
background-color: #ED2255;
}
</style>
border-color css
<style>
span { border-color: #ED2255; }
span { border-color: rgb(237,34,85); }
td.TdClassName
{
border-color: #ED2255;
}
.TagClassName
{
border-color: #ED2255;
}
</style>