Shades of Amaranth #ED2356
Tints of Amaranth #ED2356
RGB
CMYK
RGB Variations
Color information
#ED2356 (or 0xED2356) is known color: Amaranth. HEX triplet: ED, 23 and 56. RGB value is (237,35,86). Sum of RGB (Red+Green+Blue) = 237+35+86=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2356 is #12DCA9. Grayscale: #656565. Windows color (decimal): -1236138 or 5645293. OLE color: 5645293.
HSL color Cylindrical-coordinate representation of color #ED2356: hue angle of 344.85º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2356 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 86 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.07 |
| HSL | 344.85º | 0.85% | 0.53% | - |
| HSV(B) | 344.85º | 0.85% | 0.93% | - |
| XYZ | 37.21 | 19.88 | 10.68 | - |
| YUV | 101.21 | 119.42 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 86 | 0 | 0.85 | 0.64 | 0.07 | 344.85 | 0.85 | 0.53 |
| Hex | ED | 23 | 56 | 0 | 55 | 40 | 7 | 159 | 55 | 35 |
| Octal | 355 | 43 | 126 | 0 | 125 | 100 | 7 | 531 | 125 | 65 |
| Binary | 11101101 | 100011 | 1010110 | 0 | 1010101 | 1000000 | 111 | 101011001 | 1010101 | 110101 |
Color Harmonies of #ED2356
Complementary color
Monochromatic Colors of #ED2356
Black with #ED2356
Text Example
Text Example
White with #ED2356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2356; }
p { color: rgb(237,35,86); }
H1.HeaderClassName
{
color: #ED2356;
}
.AnyTagClassName
{
color: #ED2356;
}
</style>
background-color css
<style>
a { background-color: #ED2356; }
a { background-color: rgb(237,35,86); }
div.DivClassName
{
background-color: #ED2356;
}
.BgClassName
{
background-color: #ED2356;
}
</style>
border-color css
<style>
span { border-color: #ED2356; }
span { border-color: rgb(237,35,86); }
td.TdClassName
{
border-color: #ED2356;
}
.TagClassName
{
border-color: #ED2356;
}
</style>