Shades of Amaranth #ED2455
Tints of Amaranth #ED2455
RGB
CMYK
RGB Variations
Color information
#ED2455 (or 0xED2455) is known color: Amaranth. HEX triplet: ED, 24 and 55. RGB value is (237,36,85). Sum of RGB (Red+Green+Blue) = 237+36+85=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2455 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2455 is #12DBAA. Grayscale: #656565. Windows color (decimal): -1235883 or 5580013. OLE color: 5580013.
HSL color Cylindrical-coordinate representation of color #ED2455: hue angle of 345.37º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2455 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 85 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.07 |
| HSL | 345.37º | 0.85% | 0.54% | - |
| HSV(B) | 345.37º | 0.85% | 0.93% | - |
| XYZ | 37.2 | 19.92 | 10.48 | - |
| YUV | 101.69 | 118.59 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 85 | 0 | 0.85 | 0.64 | 0.07 | 345.37 | 0.85 | 0.54 |
| Hex | ED | 24 | 55 | 0 | 55 | 40 | 7 | 159 | 55 | 36 |
| Octal | 355 | 44 | 125 | 0 | 125 | 100 | 7 | 531 | 125 | 66 |
| Binary | 11101101 | 100100 | 1010101 | 0 | 1010101 | 1000000 | 111 | 101011001 | 1010101 | 110110 |
Color Harmonies of #ED2455
Complementary color
Monochromatic Colors of #ED2455
Black with #ED2455
Text Example
Text Example
White with #ED2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2455; }
p { color: rgb(237,36,85); }
H1.HeaderClassName
{
color: #ED2455;
}
.AnyTagClassName
{
color: #ED2455;
}
</style>
background-color css
<style>
a { background-color: #ED2455; }
a { background-color: rgb(237,36,85); }
div.DivClassName
{
background-color: #ED2455;
}
.BgClassName
{
background-color: #ED2455;
}
</style>
border-color css
<style>
span { border-color: #ED2455; }
span { border-color: rgb(237,36,85); }
td.TdClassName
{
border-color: #ED2455;
}
.TagClassName
{
border-color: #ED2455;
}
</style>