Shades of Wewak #EC9BA3
Tints of Wewak #EC9BA3
RGB
CMYK
RGB Variations
Color information
#EC9BA3 (or 0xEC9BA3) is known color: Wewak. HEX triplet: EC, 9B and A3. RGB value is (236,155,163). Sum of RGB (Red+Green+Blue) = 236+155+163=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9BA3 is #13645C. Grayscale: #B4B4B4. Windows color (decimal): -1270877 or 10722284. OLE color: 10722284.
HSL color Cylindrical-coordinate representation of color #EC9BA3: hue angle of 354.07º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9BA3 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 163 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.07 |
| HSL | 354.07º | 0.68% | 0.77% | - |
| HSV(B) | 354.07º | 0.34% | 0.93% | - |
| XYZ | 52.92 | 43.92 | 40.34 | - |
| YUV | 180.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 163 | 0 | 0.34 | 0.31 | 0.07 | 354.07 | 0.68 | 0.77 |
| Hex | EC | 9B | A3 | 0 | 22 | 1F | 7 | 162 | 44 | 4D |
| Octal | 354 | 233 | 243 | 0 | 42 | 37 | 7 | 542 | 104 | 115 |
| Binary | 11101100 | 10011011 | 10100011 | 0 | 100010 | 11111 | 111 | 101100010 | 1000100 | 1001101 |
Color Harmonies of #EC9BA3
Complementary color
Monochromatic Colors of #EC9BA3
Black with #EC9BA3
Text Example
Text Example
White with #EC9BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BA3; }
p { color: rgb(236,155,163); }
H1.HeaderClassName
{
color: #EC9BA3;
}
.AnyTagClassName
{
color: #EC9BA3;
}
</style>
background-color css
<style>
a { background-color: #EC9BA3; }
a { background-color: rgb(236,155,163); }
div.DivClassName
{
background-color: #EC9BA3;
}
.BgClassName
{
background-color: #EC9BA3;
}
</style>
border-color css
<style>
span { border-color: #EC9BA3; }
span { border-color: rgb(236,155,163); }
td.TdClassName
{
border-color: #EC9BA3;
}
.TagClassName
{
border-color: #EC9BA3;
}
</style>