Shades of Amaranth #ED3E4C
Tints of Amaranth #ED3E4C
RGB
CMYK
RGB Variations
Color information
#ED3E4C (or 0xED3E4C) is known color: Amaranth. HEX triplet: ED, 3E and 4C. RGB value is (237,62,76). Sum of RGB (Red+Green+Blue) = 237+62+76=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3E4C is #12C1B3. Grayscale: #747474. Windows color (decimal): -1229236 or 4996845. OLE color: 4996845.
HSL color Cylindrical-coordinate representation of color #ED3E4C: hue angle of 355.2º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED3E4C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 62 | 76 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.07 |
| HSL | 355.2º | 0.83% | 0.59% | - |
| HSV(B) | 355.2º | 0.74% | 0.93% | - |
| XYZ | 37.95 | 21.97 | 9.08 | - |
| YUV | 115.92 | 105.48 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 62 | 76 | 0 | 0.74 | 0.68 | 0.07 | 355.2 | 0.83 | 0.59 |
| Hex | ED | 3E | 4C | 0 | 4A | 44 | 7 | 163 | 53 | 3B |
| Octal | 355 | 76 | 114 | 0 | 112 | 104 | 7 | 543 | 123 | 73 |
| Binary | 11101101 | 111110 | 1001100 | 0 | 1001010 | 1000100 | 111 | 101100011 | 1010011 | 111011 |
Color Harmonies of #ED3E4C
Complementary color
Monochromatic Colors of #ED3E4C
Black with #ED3E4C
Text Example
Text Example
White with #ED3E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3E4C; }
p { color: rgb(237,62,76); }
H1.HeaderClassName
{
color: #ED3E4C;
}
.AnyTagClassName
{
color: #ED3E4C;
}
</style>
background-color css
<style>
a { background-color: #ED3E4C; }
a { background-color: rgb(237,62,76); }
div.DivClassName
{
background-color: #ED3E4C;
}
.BgClassName
{
background-color: #ED3E4C;
}
</style>
border-color css
<style>
span { border-color: #ED3E4C; }
span { border-color: rgb(237,62,76); }
td.TdClassName
{
border-color: #ED3E4C;
}
.TagClassName
{
border-color: #ED3E4C;
}
</style>