Shades of Amaranth #ED2353
Tints of Amaranth #ED2353
RGB
CMYK
RGB Variations
Color information
#ED2353 (or 0xED2353) is known color: Amaranth. HEX triplet: ED, 23 and 53. RGB value is (237,35,83). Sum of RGB (Red+Green+Blue) = 237+35+83=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2353 is #12DCAC. Grayscale: #646464. Windows color (decimal): -1236141 or 5448685. OLE color: 5448685.
HSL color Cylindrical-coordinate representation of color #ED2353: hue angle of 345.74º 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 #ED2353 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 83 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.07 |
| HSL | 345.74º | 0.85% | 0.53% | - |
| HSV(B) | 345.74º | 0.85% | 0.93% | - |
| XYZ | 37.09 | 19.83 | 10.06 | - |
| YUV | 100.87 | 117.92 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 83 | 0 | 0.85 | 0.65 | 0.07 | 345.74 | 0.85 | 0.53 |
| Hex | ED | 23 | 53 | 0 | 55 | 41 | 7 | 15A | 55 | 35 |
| Octal | 355 | 43 | 123 | 0 | 125 | 101 | 7 | 532 | 125 | 65 |
| Binary | 11101101 | 100011 | 1010011 | 0 | 1010101 | 1000001 | 111 | 101011010 | 1010101 | 110101 |
Color Harmonies of #ED2353
Complementary color
Monochromatic Colors of #ED2353
Black with #ED2353
Text Example
Text Example
White with #ED2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2353; }
p { color: rgb(237,35,83); }
H1.HeaderClassName
{
color: #ED2353;
}
.AnyTagClassName
{
color: #ED2353;
}
</style>
background-color css
<style>
a { background-color: #ED2353; }
a { background-color: rgb(237,35,83); }
div.DivClassName
{
background-color: #ED2353;
}
.BgClassName
{
background-color: #ED2353;
}
</style>
border-color css
<style>
span { border-color: #ED2353; }
span { border-color: rgb(237,35,83); }
td.TdClassName
{
border-color: #ED2353;
}
.TagClassName
{
border-color: #ED2353;
}
</style>