Shades of Amaranth #ED424B
Tints of Amaranth #ED424B
RGB
CMYK
RGB Variations
Color information
#ED424B (or 0xED424B) is known color: Amaranth. HEX triplet: ED, 42 and 4B. RGB value is (237,66,75). Sum of RGB (Red+Green+Blue) = 237+66+75=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED424B is #12BDB4. Grayscale: #767676. Windows color (decimal): -1228213 or 4932333. OLE color: 4932333.
HSL color Cylindrical-coordinate representation of color #ED424B: hue angle of 356.84º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED424B is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 75 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.07 |
| HSL | 356.84º | 0.83% | 0.59% | - |
| HSV(B) | 356.84º | 0.72% | 0.93% | - |
| XYZ | 38.14 | 22.41 | 8.97 | - |
| YUV | 118.16 | 103.65 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 75 | 0 | 0.72 | 0.68 | 0.07 | 356.84 | 0.83 | 0.59 |
| Hex | ED | 42 | 4B | 0 | 48 | 44 | 7 | 165 | 53 | 3B |
| Octal | 355 | 102 | 113 | 0 | 110 | 104 | 7 | 545 | 123 | 73 |
| Binary | 11101101 | 1000010 | 1001011 | 0 | 1001000 | 1000100 | 111 | 101100101 | 1010011 | 111011 |
Color Harmonies of #ED424B
Complementary color
Monochromatic Colors of #ED424B
Black with #ED424B
Text Example
Text Example
White with #ED424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED424B; }
p { color: rgb(237,66,75); }
H1.HeaderClassName
{
color: #ED424B;
}
.AnyTagClassName
{
color: #ED424B;
}
</style>
background-color css
<style>
a { background-color: #ED424B; }
a { background-color: rgb(237,66,75); }
div.DivClassName
{
background-color: #ED424B;
}
.BgClassName
{
background-color: #ED424B;
}
</style>
border-color css
<style>
span { border-color: #ED424B; }
span { border-color: rgb(237,66,75); }
td.TdClassName
{
border-color: #ED424B;
}
.TagClassName
{
border-color: #ED424B;
}
</style>