Shades of Amaranth #ED264B
Tints of Amaranth #ED264B
RGB
CMYK
RGB Variations
Color information
#ED264B (or 0xED264B) is known color: Amaranth. HEX triplet: ED, 26 and 4B. RGB value is (237,38,75). Sum of RGB (Red+Green+Blue) = 237+38+75=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED264B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED264B is #12D9B4. Grayscale: #656565. Windows color (decimal): -1235381 or 4925165. OLE color: 4925165.
HSL color Cylindrical-coordinate representation of color #ED264B: hue angle of 348.84º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED264B is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 75 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.07 |
| HSL | 348.84º | 0.85% | 0.54% | - |
| HSV(B) | 348.84º | 0.84% | 0.93% | - |
| XYZ | 36.89 | 19.9 | 8.55 | - |
| YUV | 101.72 | 112.93 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 75 | 0 | 0.84 | 0.68 | 0.07 | 348.84 | 0.85 | 0.54 |
| Hex | ED | 26 | 4B | 0 | 54 | 44 | 7 | 15D | 55 | 36 |
| Octal | 355 | 46 | 113 | 0 | 124 | 104 | 7 | 535 | 125 | 66 |
| Binary | 11101101 | 100110 | 1001011 | 0 | 1010100 | 1000100 | 111 | 101011101 | 1010101 | 110110 |
Color Harmonies of #ED264B
Complementary color
Monochromatic Colors of #ED264B
Black with #ED264B
Text Example
Text Example
White with #ED264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED264B; }
p { color: rgb(237,38,75); }
H1.HeaderClassName
{
color: #ED264B;
}
.AnyTagClassName
{
color: #ED264B;
}
</style>
background-color css
<style>
a { background-color: #ED264B; }
a { background-color: rgb(237,38,75); }
div.DivClassName
{
background-color: #ED264B;
}
.BgClassName
{
background-color: #ED264B;
}
</style>
border-color css
<style>
span { border-color: #ED264B; }
span { border-color: rgb(237,38,75); }
td.TdClassName
{
border-color: #ED264B;
}
.TagClassName
{
border-color: #ED264B;
}
</style>