Shades of Amaranth #ED355A
Tints of Amaranth #ED355A
RGB
CMYK
RGB Variations
Color information
#ED355A (or 0xED355A) is known color: Amaranth. HEX triplet: ED, 35 and 5A. RGB value is (237,53,90). Sum of RGB (Red+Green+Blue) = 237+53+90=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED355A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED355A is #12CAA5. Grayscale: #707070. Windows color (decimal): -1231526 or 5912045. OLE color: 5912045.
HSL color Cylindrical-coordinate representation of color #ED355A: hue angle of 347.93º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED355A is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 90 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.07 |
| HSL | 347.93º | 0.84% | 0.57% | - |
| HSV(B) | 347.93º | 0.78% | 0.93% | - |
| XYZ | 38.04 | 21.29 | 11.78 | - |
| YUV | 112.23 | 115.46 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 90 | 0 | 0.78 | 0.62 | 0.07 | 347.93 | 0.84 | 0.57 |
| Hex | ED | 35 | 5A | 0 | 4E | 3E | 7 | 15C | 54 | 39 |
| Octal | 355 | 65 | 132 | 0 | 116 | 76 | 7 | 534 | 124 | 71 |
| Binary | 11101101 | 110101 | 1011010 | 0 | 1001110 | 111110 | 111 | 101011100 | 1010100 | 111001 |
Color Harmonies of #ED355A
Complementary color
Monochromatic Colors of #ED355A
Black with #ED355A
Text Example
Text Example
White with #ED355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED355A; }
p { color: rgb(237,53,90); }
H1.HeaderClassName
{
color: #ED355A;
}
.AnyTagClassName
{
color: #ED355A;
}
</style>
background-color css
<style>
a { background-color: #ED355A; }
a { background-color: rgb(237,53,90); }
div.DivClassName
{
background-color: #ED355A;
}
.BgClassName
{
background-color: #ED355A;
}
</style>
border-color css
<style>
span { border-color: #ED355A; }
span { border-color: rgb(237,53,90); }
td.TdClassName
{
border-color: #ED355A;
}
.TagClassName
{
border-color: #ED355A;
}
</style>