Shades of Wewak #EC8892
Tints of Wewak #EC8892
RGB
CMYK
RGB Variations
Color information
#EC8892 (or 0xEC8892) is known color: Wewak. HEX triplet: EC, 88 and 92. RGB value is (236,136,146). Sum of RGB (Red+Green+Blue) = 236+136+146=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8892 is #13776D. Grayscale: #A7A7A7. Windows color (decimal): -1275758 or 9603308. OLE color: 9603308.
HSL color Cylindrical-coordinate representation of color #EC8892: hue angle of 354º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8892 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 146 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.07 |
| HSL | 354º | 0.72% | 0.73% | - |
| HSV(B) | 354º | 0.42% | 0.93% | - |
| XYZ | 48.58 | 37.52 | 31.87 | - |
| YUV | 167.04 | 116.13 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 146 | 0 | 0.42 | 0.38 | 0.07 | 354 | 0.72 | 0.73 |
| Hex | EC | 88 | 92 | 0 | 2A | 26 | 7 | 162 | 48 | 49 |
| Octal | 354 | 210 | 222 | 0 | 52 | 46 | 7 | 542 | 110 | 111 |
| Binary | 11101100 | 10001000 | 10010010 | 0 | 101010 | 100110 | 111 | 101100010 | 1001000 | 1001001 |
Color Harmonies of #EC8892
Complementary color
Monochromatic Colors of #EC8892
Black with #EC8892
Text Example
Text Example
White with #EC8892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8892; }
p { color: rgb(236,136,146); }
H1.HeaderClassName
{
color: #EC8892;
}
.AnyTagClassName
{
color: #EC8892;
}
</style>
background-color css
<style>
a { background-color: #EC8892; }
a { background-color: rgb(236,136,146); }
div.DivClassName
{
background-color: #EC8892;
}
.BgClassName
{
background-color: #EC8892;
}
</style>
border-color css
<style>
span { border-color: #EC8892; }
span { border-color: rgb(236,136,146); }
td.TdClassName
{
border-color: #EC8892;
}
.TagClassName
{
border-color: #EC8892;
}
</style>