Shades of Amaranth #ED4351
Tints of Amaranth #ED4351
RGB
CMYK
RGB Variations
Color information
#ED4351 (or 0xED4351) is known color: Amaranth. HEX triplet: ED, 43 and 51. RGB value is (237,67,81). Sum of RGB (Red+Green+Blue) = 237+67+81=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4351 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4351 is #12BCAE. Grayscale: #777777. Windows color (decimal): -1227951 or 5325805. OLE color: 5325805.
HSL color Cylindrical-coordinate representation of color #ED4351: hue angle of 355.06º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED4351 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 81 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.07 |
| HSL | 355.06º | 0.83% | 0.6% | - |
| HSV(B) | 355.06º | 0.72% | 0.93% | - |
| XYZ | 38.42 | 22.61 | 10.12 | - |
| YUV | 119.43 | 106.32 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 81 | 0 | 0.72 | 0.66 | 0.07 | 355.06 | 0.83 | 0.6 |
| Hex | ED | 43 | 51 | 0 | 48 | 42 | 7 | 163 | 53 | 3C |
| Octal | 355 | 103 | 121 | 0 | 110 | 102 | 7 | 543 | 123 | 74 |
| Binary | 11101101 | 1000011 | 1010001 | 0 | 1001000 | 1000010 | 111 | 101100011 | 1010011 | 111100 |
Color Harmonies of #ED4351
Complementary color
Monochromatic Colors of #ED4351
Black with #ED4351
Text Example
Text Example
White with #ED4351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4351; }
p { color: rgb(237,67,81); }
H1.HeaderClassName
{
color: #ED4351;
}
.AnyTagClassName
{
color: #ED4351;
}
</style>
background-color css
<style>
a { background-color: #ED4351; }
a { background-color: rgb(237,67,81); }
div.DivClassName
{
background-color: #ED4351;
}
.BgClassName
{
background-color: #ED4351;
}
</style>
border-color css
<style>
span { border-color: #ED4351; }
span { border-color: rgb(237,67,81); }
td.TdClassName
{
border-color: #ED4351;
}
.TagClassName
{
border-color: #ED4351;
}
</style>