Shades of Amaranth #EC274B
Tints of Amaranth #EC274B
RGB
CMYK
RGB Variations
Color information
#EC274B (or 0xEC274B) is known color: Amaranth. HEX triplet: EC, 27 and 4B. RGB value is (236,39,75). Sum of RGB (Red+Green+Blue) = 236+39+75=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC274B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC274B is #13D8B4. Grayscale: #666666. Windows color (decimal): -1300661 or 4925420. OLE color: 4925420.
HSL color Cylindrical-coordinate representation of color #EC274B: hue angle of 349.04º 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 #EC274B is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 75 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.07 |
| HSL | 349.04º | 0.84% | 0.54% | - |
| HSV(B) | 349.04º | 0.83% | 0.93% | - |
| XYZ | 36.59 | 19.79 | 8.55 | - |
| YUV | 102.01 | 112.77 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 75 | 0 | 0.83 | 0.68 | 0.07 | 349.04 | 0.84 | 0.54 |
| Hex | EC | 27 | 4B | 0 | 53 | 44 | 7 | 15D | 54 | 36 |
| Octal | 354 | 47 | 113 | 0 | 123 | 104 | 7 | 535 | 124 | 66 |
| Binary | 11101100 | 100111 | 1001011 | 0 | 1010011 | 1000100 | 111 | 101011101 | 1010100 | 110110 |
Color Harmonies of #EC274B
Complementary color
Monochromatic Colors of #EC274B
Black with #EC274B
Text Example
Text Example
White with #EC274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC274B; }
p { color: rgb(236,39,75); }
H1.HeaderClassName
{
color: #EC274B;
}
.AnyTagClassName
{
color: #EC274B;
}
</style>
background-color css
<style>
a { background-color: #EC274B; }
a { background-color: rgb(236,39,75); }
div.DivClassName
{
background-color: #EC274B;
}
.BgClassName
{
background-color: #EC274B;
}
</style>
border-color css
<style>
span { border-color: #EC274B; }
span { border-color: rgb(236,39,75); }
td.TdClassName
{
border-color: #EC274B;
}
.TagClassName
{
border-color: #EC274B;
}
</style>