Shades of Wewak #EC9B9C
Tints of Wewak #EC9B9C
RGB
CMYK
RGB Variations
Color information
#EC9B9C (or 0xEC9B9C) is known color: Wewak. HEX triplet: EC, 9B and 9C. RGB value is (236,155,156). Sum of RGB (Red+Green+Blue) = 236+155+156=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9B9C is #136463. Grayscale: #B3B3B3. Windows color (decimal): -1270884 or 10263532. OLE color: 10263532.
HSL color Cylindrical-coordinate representation of color #EC9B9C: hue angle of 359.26º 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 #EC9B9C is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 156 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.07 |
| HSL | 359.26º | 0.68% | 0.77% | - |
| HSV(B) | 359.26º | 0.34% | 0.93% | - |
| XYZ | 52.31 | 43.68 | 37.13 | - |
| YUV | 179.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 156 | 0 | 0.34 | 0.34 | 0.07 | 359.26 | 0.68 | 0.77 |
| Hex | EC | 9B | 9C | 0 | 22 | 22 | 7 | 167 | 44 | 4D |
| Octal | 354 | 233 | 234 | 0 | 42 | 42 | 7 | 547 | 104 | 115 |
| Binary | 11101100 | 10011011 | 10011100 | 0 | 100010 | 100010 | 111 | 101100111 | 1000100 | 1001101 |
Color Harmonies of #EC9B9C
Complementary color
Monochromatic Colors of #EC9B9C
Black with #EC9B9C
Text Example
Text Example
White with #EC9B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9B9C; }
p { color: rgb(236,155,156); }
H1.HeaderClassName
{
color: #EC9B9C;
}
.AnyTagClassName
{
color: #EC9B9C;
}
</style>
background-color css
<style>
a { background-color: #EC9B9C; }
a { background-color: rgb(236,155,156); }
div.DivClassName
{
background-color: #EC9B9C;
}
.BgClassName
{
background-color: #EC9B9C;
}
</style>
border-color css
<style>
span { border-color: #EC9B9C; }
span { border-color: rgb(236,155,156); }
td.TdClassName
{
border-color: #EC9B9C;
}
.TagClassName
{
border-color: #EC9B9C;
}
</style>