Shades of Amaranth #EC454B
Tints of Amaranth #EC454B
RGB
CMYK
RGB Variations
Color information
#EC454B (or 0xEC454B) is known color: Amaranth. HEX triplet: EC, 45 and 4B. RGB value is (236,69,75). Sum of RGB (Red+Green+Blue) = 236+69+75=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC454B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC454B is #13BAB4. Grayscale: #777777. Windows color (decimal): -1292981 or 4933100. OLE color: 4933100.
HSL color Cylindrical-coordinate representation of color #EC454B: hue angle of 357.84º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC454B is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 75 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.07 |
| HSL | 357.84º | 0.81% | 0.6% | - |
| HSV(B) | 357.84º | 0.71% | 0.93% | - |
| XYZ | 37.99 | 22.6 | 9.02 | - |
| YUV | 119.62 | 102.83 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 75 | 0 | 0.71 | 0.68 | 0.07 | 357.84 | 0.81 | 0.6 |
| Hex | EC | 45 | 4B | 0 | 47 | 44 | 7 | 166 | 51 | 3C |
| Octal | 354 | 105 | 113 | 0 | 107 | 104 | 7 | 546 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1001011 | 0 | 1000111 | 1000100 | 111 | 101100110 | 1010001 | 111100 |
Color Harmonies of #EC454B
Complementary color
Monochromatic Colors of #EC454B
Black with #EC454B
Text Example
Text Example
White with #EC454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC454B; }
p { color: rgb(236,69,75); }
H1.HeaderClassName
{
color: #EC454B;
}
.AnyTagClassName
{
color: #EC454B;
}
</style>
background-color css
<style>
a { background-color: #EC454B; }
a { background-color: rgb(236,69,75); }
div.DivClassName
{
background-color: #EC454B;
}
.BgClassName
{
background-color: #EC454B;
}
</style>
border-color css
<style>
span { border-color: #EC454B; }
span { border-color: rgb(236,69,75); }
td.TdClassName
{
border-color: #EC454B;
}
.TagClassName
{
border-color: #EC454B;
}
</style>