Shades of Amaranth #EC4345
Tints of Amaranth #EC4345
RGB
CMYK
RGB Variations
Color information
#EC4345 (or 0xEC4345) is known color: Amaranth. HEX triplet: EC, 43 and 45. RGB value is (236,67,69). Sum of RGB (Red+Green+Blue) = 236+67+69=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4345 is #13BCBA. Grayscale: #757575. Windows color (decimal): -1293499 or 4539372. OLE color: 4539372.
HSL color Cylindrical-coordinate representation of color #EC4345: hue angle of 359.29º degrees, saturation: 0.82, 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 #EC4345 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 69 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.07 |
| HSL | 359.29º | 0.82% | 0.59% | - |
| HSV(B) | 359.29º | 0.72% | 0.93% | - |
| XYZ | 37.67 | 22.28 | 7.94 | - |
| YUV | 117.76 | 100.49 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 69 | 0 | 0.72 | 0.71 | 0.07 | 359.29 | 0.82 | 0.59 |
| Hex | EC | 43 | 45 | 0 | 48 | 47 | 7 | 167 | 52 | 3B |
| Octal | 354 | 103 | 105 | 0 | 110 | 107 | 7 | 547 | 122 | 73 |
| Binary | 11101100 | 1000011 | 1000101 | 0 | 1001000 | 1000111 | 111 | 101100111 | 1010010 | 111011 |
Color Harmonies of #EC4345
Complementary color
Monochromatic Colors of #EC4345
Black with #EC4345
Text Example
Text Example
White with #EC4345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4345; }
p { color: rgb(236,67,69); }
H1.HeaderClassName
{
color: #EC4345;
}
.AnyTagClassName
{
color: #EC4345;
}
</style>
background-color css
<style>
a { background-color: #EC4345; }
a { background-color: rgb(236,67,69); }
div.DivClassName
{
background-color: #EC4345;
}
.BgClassName
{
background-color: #EC4345;
}
</style>
border-color css
<style>
span { border-color: #EC4345; }
span { border-color: rgb(236,67,69); }
td.TdClassName
{
border-color: #EC4345;
}
.TagClassName
{
border-color: #EC4345;
}
</style>