Shades of Amaranth #EC264B
Tints of Amaranth #EC264B
RGB
CMYK
RGB Variations
Color information
#EC264B (or 0xEC264B) is known color: Amaranth. HEX triplet: EC, 26 and 4B. RGB value is (236,38,75). Sum of RGB (Red+Green+Blue) = 236+38+75=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC264B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC264B is #13D9B4. Grayscale: #656565. Windows color (decimal): -1300917 or 4925164. OLE color: 4925164.
HSL color Cylindrical-coordinate representation of color #EC264B: hue angle of 348.79º degrees, saturation: 0.84, 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 #EC264B is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 75 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.07 |
| HSL | 348.79º | 0.84% | 0.54% | - |
| HSV(B) | 348.79º | 0.84% | 0.93% | - |
| XYZ | 36.56 | 19.73 | 8.54 | - |
| YUV | 101.42 | 113.1 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 75 | 0 | 0.84 | 0.68 | 0.07 | 348.79 | 0.84 | 0.54 |
| Hex | EC | 26 | 4B | 0 | 54 | 44 | 7 | 15D | 54 | 36 |
| Octal | 354 | 46 | 113 | 0 | 124 | 104 | 7 | 535 | 124 | 66 |
| Binary | 11101100 | 100110 | 1001011 | 0 | 1010100 | 1000100 | 111 | 101011101 | 1010100 | 110110 |
Color Harmonies of #EC264B
Complementary color
Monochromatic Colors of #EC264B
Black with #EC264B
Text Example
Text Example
White with #EC264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC264B; }
p { color: rgb(236,38,75); }
H1.HeaderClassName
{
color: #EC264B;
}
.AnyTagClassName
{
color: #EC264B;
}
</style>
background-color css
<style>
a { background-color: #EC264B; }
a { background-color: rgb(236,38,75); }
div.DivClassName
{
background-color: #EC264B;
}
.BgClassName
{
background-color: #EC264B;
}
</style>
border-color css
<style>
span { border-color: #EC264B; }
span { border-color: rgb(236,38,75); }
td.TdClassName
{
border-color: #EC264B;
}
.TagClassName
{
border-color: #EC264B;
}
</style>