Shades of Wewak #ECA0A7
Tints of Wewak #ECA0A7
RGB
CMYK
RGB Variations
Color information
#ECA0A7 (or 0xECA0A7) is known color: Wewak. HEX triplet: EC, A0 and A7. RGB value is (236,160,167). Sum of RGB (Red+Green+Blue) = 236+160+167=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 167 (65.62% from 255 or 29.66% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA0A7 is #135F58. Grayscale: #B7B7B7. Windows color (decimal): -1269593 or 10985708. OLE color: 10985708.
HSL color Cylindrical-coordinate representation of color #ECA0A7: hue angle of 354.47º degrees, saturation: 0.67, 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 #ECA0A7 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 167 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.07 |
| HSL | 354.47º | 0.67% | 0.78% | - |
| HSV(B) | 354.47º | 0.32% | 0.93% | - |
| XYZ | 54.14 | 45.76 | 42.54 | - |
| YUV | 183.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 167 | 0 | 0.32 | 0.29 | 0.07 | 354.47 | 0.67 | 0.78 |
| Hex | EC | A0 | A7 | 0 | 20 | 1D | 7 | 162 | 43 | 4E |
| Octal | 354 | 240 | 247 | 0 | 40 | 35 | 7 | 542 | 103 | 116 |
| Binary | 11101100 | 10100000 | 10100111 | 0 | 100000 | 11101 | 111 | 101100010 | 1000011 | 1001110 |
Color Harmonies of #ECA0A7
Complementary color
Monochromatic Colors of #ECA0A7
Black with #ECA0A7
Text Example
Text Example
White with #ECA0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0A7; }
p { color: rgb(236,160,167); }
H1.HeaderClassName
{
color: #ECA0A7;
}
.AnyTagClassName
{
color: #ECA0A7;
}
</style>
background-color css
<style>
a { background-color: #ECA0A7; }
a { background-color: rgb(236,160,167); }
div.DivClassName
{
background-color: #ECA0A7;
}
.BgClassName
{
background-color: #ECA0A7;
}
</style>
border-color css
<style>
span { border-color: #ECA0A7; }
span { border-color: rgb(236,160,167); }
td.TdClassName
{
border-color: #ECA0A7;
}
.TagClassName
{
border-color: #ECA0A7;
}
</style>