Shades of Amaranth #EC414B
Tints of Amaranth #EC414B
RGB
CMYK
RGB Variations
Color information
#EC414B (or 0xEC414B) is known color: Amaranth. HEX triplet: EC, 41 and 4B. RGB value is (236,65,75). Sum of RGB (Red+Green+Blue) = 236+65+75=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC414B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC414B is #13BEB4. Grayscale: #757575. Windows color (decimal): -1294005 or 4932076. OLE color: 4932076.
HSL color Cylindrical-coordinate representation of color #EC414B: hue angle of 356.49º 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 #EC414B is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 75 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.07 |
| HSL | 356.49º | 0.82% | 0.59% | - |
| HSV(B) | 356.49º | 0.72% | 0.93% | - |
| XYZ | 37.75 | 22.12 | 8.94 | - |
| YUV | 117.27 | 104.15 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 75 | 0 | 0.72 | 0.68 | 0.07 | 356.49 | 0.82 | 0.59 |
| Hex | EC | 41 | 4B | 0 | 48 | 44 | 7 | 164 | 52 | 3B |
| Octal | 354 | 101 | 113 | 0 | 110 | 104 | 7 | 544 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1001011 | 0 | 1001000 | 1000100 | 111 | 101100100 | 1010010 | 111011 |
Color Harmonies of #EC414B
Complementary color
Monochromatic Colors of #EC414B
Black with #EC414B
Text Example
Text Example
White with #EC414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC414B; }
p { color: rgb(236,65,75); }
H1.HeaderClassName
{
color: #EC414B;
}
.AnyTagClassName
{
color: #EC414B;
}
</style>
background-color css
<style>
a { background-color: #EC414B; }
a { background-color: rgb(236,65,75); }
div.DivClassName
{
background-color: #EC414B;
}
.BgClassName
{
background-color: #EC414B;
}
</style>
border-color css
<style>
span { border-color: #EC414B; }
span { border-color: rgb(236,65,75); }
td.TdClassName
{
border-color: #EC414B;
}
.TagClassName
{
border-color: #EC414B;
}
</style>