Shades of Wewak #EC8894
Tints of Wewak #EC8894
RGB
CMYK
RGB Variations
Color information
#EC8894 (or 0xEC8894) is known color: Wewak. HEX triplet: EC, 88 and 94. RGB value is (236,136,148). Sum of RGB (Red+Green+Blue) = 236+136+148=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8894 is #13776B. Grayscale: #A7A7A7. Windows color (decimal): -1275756 or 9734380. OLE color: 9734380.
HSL color Cylindrical-coordinate representation of color #EC8894: hue angle of 352.8º 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 #EC8894 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 148 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.07 |
| HSL | 352.8º | 0.72% | 0.73% | - |
| HSV(B) | 352.8º | 0.42% | 0.93% | - |
| XYZ | 48.74 | 37.58 | 32.7 | - |
| YUV | 167.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 148 | 0 | 0.42 | 0.37 | 0.07 | 352.8 | 0.72 | 0.73 |
| Hex | EC | 88 | 94 | 0 | 2A | 25 | 7 | 161 | 48 | 49 |
| Octal | 354 | 210 | 224 | 0 | 52 | 45 | 7 | 541 | 110 | 111 |
| Binary | 11101100 | 10001000 | 10010100 | 0 | 101010 | 100101 | 111 | 101100001 | 1001000 | 1001001 |
Color Harmonies of #EC8894
Complementary color
Monochromatic Colors of #EC8894
Black with #EC8894
Text Example
Text Example
White with #EC8894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8894; }
p { color: rgb(236,136,148); }
H1.HeaderClassName
{
color: #EC8894;
}
.AnyTagClassName
{
color: #EC8894;
}
</style>
background-color css
<style>
a { background-color: #EC8894; }
a { background-color: rgb(236,136,148); }
div.DivClassName
{
background-color: #EC8894;
}
.BgClassName
{
background-color: #EC8894;
}
</style>
border-color css
<style>
span { border-color: #EC8894; }
span { border-color: rgb(236,136,148); }
td.TdClassName
{
border-color: #EC8894;
}
.TagClassName
{
border-color: #EC8894;
}
</style>