Shades of Wewak #EC9395
Tints of Wewak #EC9395
RGB
CMYK
RGB Variations
Color information
#EC9395 (or 0xEC9395) is known color: Wewak. HEX triplet: EC, 93 and 95. RGB value is (236,147,149). Sum of RGB (Red+Green+Blue) = 236+147+149=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9395 is #136C6A. Grayscale: #ADADAD. Windows color (decimal): -1272939 or 9802732. OLE color: 9802732.
HSL color Cylindrical-coordinate representation of color #EC9395: hue angle of 358.65º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC9395 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 149 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.07 |
| HSL | 358.65º | 0.7% | 0.75% | - |
| HSV(B) | 358.65º | 0.38% | 0.93% | - |
| XYZ | 50.45 | 40.87 | 33.66 | - |
| YUV | 173.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 149 | 0 | 0.38 | 0.37 | 0.07 | 358.65 | 0.7 | 0.75 |
| Hex | EC | 93 | 95 | 0 | 26 | 25 | 7 | 167 | 46 | 4B |
| Octal | 354 | 223 | 225 | 0 | 46 | 45 | 7 | 547 | 106 | 113 |
| Binary | 11101100 | 10010011 | 10010101 | 0 | 100110 | 100101 | 111 | 101100111 | 1000110 | 1001011 |
Color Harmonies of #EC9395
Complementary color
Monochromatic Colors of #EC9395
Black with #EC9395
Text Example
Text Example
White with #EC9395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9395; }
p { color: rgb(236,147,149); }
H1.HeaderClassName
{
color: #EC9395;
}
.AnyTagClassName
{
color: #EC9395;
}
</style>
background-color css
<style>
a { background-color: #EC9395; }
a { background-color: rgb(236,147,149); }
div.DivClassName
{
background-color: #EC9395;
}
.BgClassName
{
background-color: #EC9395;
}
</style>
border-color css
<style>
span { border-color: #EC9395; }
span { border-color: rgb(236,147,149); }
td.TdClassName
{
border-color: #EC9395;
}
.TagClassName
{
border-color: #EC9395;
}
</style>