Shades of Amaranth #EC3250
Tints of Amaranth #EC3250
RGB
CMYK
RGB Variations
Color information
#EC3250 (or 0xEC3250) is known color: Amaranth. HEX triplet: EC, 32 and 50. RGB value is (236,50,80). Sum of RGB (Red+Green+Blue) = 236+50+80=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3250 is #13CDAF. Grayscale: #6D6D6D. Windows color (decimal): -1297840 or 5255916. OLE color: 5255916.
HSL color Cylindrical-coordinate representation of color #EC3250: hue angle of 350.32º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3250 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 80 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.07 |
| HSL | 350.32º | 0.83% | 0.56% | - |
| HSV(B) | 350.32º | 0.79% | 0.93% | - |
| XYZ | 37.18 | 20.69 | 9.62 | - |
| YUV | 109.03 | 111.62 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 80 | 0 | 0.79 | 0.66 | 0.07 | 350.32 | 0.83 | 0.56 |
| Hex | EC | 32 | 50 | 0 | 4F | 42 | 7 | 15E | 53 | 38 |
| Octal | 354 | 62 | 120 | 0 | 117 | 102 | 7 | 536 | 123 | 70 |
| Binary | 11101100 | 110010 | 1010000 | 0 | 1001111 | 1000010 | 111 | 101011110 | 1010011 | 111000 |
Color Harmonies of #EC3250
Complementary color
Monochromatic Colors of #EC3250
Black with #EC3250
Text Example
Text Example
White with #EC3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3250; }
p { color: rgb(236,50,80); }
H1.HeaderClassName
{
color: #EC3250;
}
.AnyTagClassName
{
color: #EC3250;
}
</style>
background-color css
<style>
a { background-color: #EC3250; }
a { background-color: rgb(236,50,80); }
div.DivClassName
{
background-color: #EC3250;
}
.BgClassName
{
background-color: #EC3250;
}
</style>
border-color css
<style>
span { border-color: #EC3250; }
span { border-color: rgb(236,50,80); }
td.TdClassName
{
border-color: #EC3250;
}
.TagClassName
{
border-color: #EC3250;
}
</style>