Shades of Amaranth #EC3F42
Tints of Amaranth #EC3F42
RGB
CMYK
RGB Variations
Color information
#EC3F42 (or 0xEC3F42) is known color: Amaranth. HEX triplet: EC, 3F and 42. RGB value is (236,63,66). Sum of RGB (Red+Green+Blue) = 236+63+66=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F42 is #13C0BD. Grayscale: #737373. Windows color (decimal): -1294526 or 4341740. OLE color: 4341740.
HSL color Cylindrical-coordinate representation of color #EC3F42: hue angle of 358.96º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3F42 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 66 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.07 |
| HSL | 358.96º | 0.82% | 0.59% | - |
| HSV(B) | 358.96º | 0.73% | 0.93% | - |
| XYZ | 37.35 | 21.78 | 7.39 | - |
| YUV | 115.07 | 100.31 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 66 | 0 | 0.73 | 0.72 | 0.07 | 358.96 | 0.82 | 0.59 |
| Hex | EC | 3F | 42 | 0 | 49 | 48 | 7 | 167 | 52 | 3B |
| Octal | 354 | 77 | 102 | 0 | 111 | 110 | 7 | 547 | 122 | 73 |
| Binary | 11101100 | 111111 | 1000010 | 0 | 1001001 | 1001000 | 111 | 101100111 | 1010010 | 111011 |
Color Harmonies of #EC3F42
Complementary color
Monochromatic Colors of #EC3F42
Black with #EC3F42
Text Example
Text Example
White with #EC3F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F42; }
p { color: rgb(236,63,66); }
H1.HeaderClassName
{
color: #EC3F42;
}
.AnyTagClassName
{
color: #EC3F42;
}
</style>
background-color css
<style>
a { background-color: #EC3F42; }
a { background-color: rgb(236,63,66); }
div.DivClassName
{
background-color: #EC3F42;
}
.BgClassName
{
background-color: #EC3F42;
}
</style>
border-color css
<style>
span { border-color: #EC3F42; }
span { border-color: rgb(236,63,66); }
td.TdClassName
{
border-color: #EC3F42;
}
.TagClassName
{
border-color: #EC3F42;
}
</style>