Shades of Wewak #ECA1A4
Tints of Wewak #ECA1A4
RGB
CMYK
RGB Variations
Color information
#ECA1A4 (or 0xECA1A4) is known color: Wewak. HEX triplet: EC, A1 and A4. RGB value is (236,161,164). Sum of RGB (Red+Green+Blue) = 236+161+164=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA1A4 is #135E5B. Grayscale: #B7B7B7. Windows color (decimal): -1269340 or 10789356. OLE color: 10789356.
HSL color Cylindrical-coordinate representation of color #ECA1A4: hue angle of 357.6º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA1A4 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 164 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.07 |
| HSL | 357.6º | 0.66% | 0.78% | - |
| HSV(B) | 357.6º | 0.32% | 0.93% | - |
| XYZ | 54.04 | 46 | 41.15 | - |
| YUV | 183.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 164 | 0 | 0.32 | 0.31 | 0.07 | 357.6 | 0.66 | 0.78 |
| Hex | EC | A1 | A4 | 0 | 20 | 1F | 7 | 166 | 42 | 4E |
| Octal | 354 | 241 | 244 | 0 | 40 | 37 | 7 | 546 | 102 | 116 |
| Binary | 11101100 | 10100001 | 10100100 | 0 | 100000 | 11111 | 111 | 101100110 | 1000010 | 1001110 |
Color Harmonies of #ECA1A4
Complementary color
Monochromatic Colors of #ECA1A4
Black with #ECA1A4
Text Example
Text Example
White with #ECA1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA1A4; }
p { color: rgb(236,161,164); }
H1.HeaderClassName
{
color: #ECA1A4;
}
.AnyTagClassName
{
color: #ECA1A4;
}
</style>
background-color css
<style>
a { background-color: #ECA1A4; }
a { background-color: rgb(236,161,164); }
div.DivClassName
{
background-color: #ECA1A4;
}
.BgClassName
{
background-color: #ECA1A4;
}
</style>
border-color css
<style>
span { border-color: #ECA1A4; }
span { border-color: rgb(236,161,164); }
td.TdClassName
{
border-color: #ECA1A4;
}
.TagClassName
{
border-color: #ECA1A4;
}
</style>