Shades of Amaranth #EC274F
Tints of Amaranth #EC274F
RGB
CMYK
RGB Variations
Color information
#EC274F (or 0xEC274F) is known color: Amaranth. HEX triplet: EC, 27 and 4F. RGB value is (236,39,79). Sum of RGB (Red+Green+Blue) = 236+39+79=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC274F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC274F is #13D8B0. Grayscale: #666666. Windows color (decimal): -1300657 or 5187564. OLE color: 5187564.
HSL color Cylindrical-coordinate representation of color #EC274F: hue angle of 347.82º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC274F is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 79 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.07 |
| HSL | 347.82º | 0.84% | 0.54% | - |
| HSV(B) | 347.82º | 0.83% | 0.93% | - |
| XYZ | 36.73 | 19.85 | 9.29 | - |
| YUV | 102.46 | 114.77 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 79 | 0 | 0.83 | 0.67 | 0.07 | 347.82 | 0.84 | 0.54 |
| Hex | EC | 27 | 4F | 0 | 53 | 43 | 7 | 15C | 54 | 36 |
| Octal | 354 | 47 | 117 | 0 | 123 | 103 | 7 | 534 | 124 | 66 |
| Binary | 11101100 | 100111 | 1001111 | 0 | 1010011 | 1000011 | 111 | 101011100 | 1010100 | 110110 |
Color Harmonies of #EC274F
Complementary color
Monochromatic Colors of #EC274F
Black with #EC274F
Text Example
Text Example
White with #EC274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC274F; }
p { color: rgb(236,39,79); }
H1.HeaderClassName
{
color: #EC274F;
}
.AnyTagClassName
{
color: #EC274F;
}
</style>
background-color css
<style>
a { background-color: #EC274F; }
a { background-color: rgb(236,39,79); }
div.DivClassName
{
background-color: #EC274F;
}
.BgClassName
{
background-color: #EC274F;
}
</style>
border-color css
<style>
span { border-color: #EC274F; }
span { border-color: rgb(236,39,79); }
td.TdClassName
{
border-color: #EC274F;
}
.TagClassName
{
border-color: #EC274F;
}
</style>