Shades of Amaranth #ED2358
Tints of Amaranth #ED2358
RGB
CMYK
RGB Variations
Color information
#ED2358 (or 0xED2358) is known color: Amaranth. HEX triplet: ED, 23 and 58. RGB value is (237,35,88). Sum of RGB (Red+Green+Blue) = 237+35+88=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2358 is #12DCA7. Grayscale: #656565. Windows color (decimal): -1236136 or 5776365. OLE color: 5776365.
HSL color Cylindrical-coordinate representation of color #ED2358: hue angle of 344.26º 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 #ED2358 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 88 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.07 |
| HSL | 344.26º | 0.85% | 0.53% | - |
| HSV(B) | 344.26º | 0.85% | 0.93% | - |
| XYZ | 37.29 | 19.91 | 11.11 | - |
| YUV | 101.44 | 120.42 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 88 | 0 | 0.85 | 0.63 | 0.07 | 344.26 | 0.85 | 0.53 |
| Hex | ED | 23 | 58 | 0 | 55 | 3F | 7 | 158 | 55 | 35 |
| Octal | 355 | 43 | 130 | 0 | 125 | 77 | 7 | 530 | 125 | 65 |
| Binary | 11101101 | 100011 | 1011000 | 0 | 1010101 | 111111 | 111 | 101011000 | 1010101 | 110101 |
Color Harmonies of #ED2358
Complementary color
Monochromatic Colors of #ED2358
Black with #ED2358
Text Example
Text Example
White with #ED2358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2358; }
p { color: rgb(237,35,88); }
H1.HeaderClassName
{
color: #ED2358;
}
.AnyTagClassName
{
color: #ED2358;
}
</style>
background-color css
<style>
a { background-color: #ED2358; }
a { background-color: rgb(237,35,88); }
div.DivClassName
{
background-color: #ED2358;
}
.BgClassName
{
background-color: #ED2358;
}
</style>
border-color css
<style>
span { border-color: #ED2358; }
span { border-color: rgb(237,35,88); }
td.TdClassName
{
border-color: #ED2358;
}
.TagClassName
{
border-color: #ED2358;
}
</style>