Shades of Wewak #EC9C9D
Tints of Wewak #EC9C9D
RGB
CMYK
RGB Variations
Color information
#EC9C9D (or 0xEC9C9D) is known color: Wewak. HEX triplet: EC, 9C and 9D. RGB value is (236,156,157). Sum of RGB (Red+Green+Blue) = 236+156+157=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9C9D is #136362. Grayscale: #B4B4B4. Windows color (decimal): -1270627 or 10329324. OLE color: 10329324.
HSL color Cylindrical-coordinate representation of color #EC9C9D: hue angle of 359.25º 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 #EC9C9D is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 157 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.07 |
| HSL | 359.25º | 0.68% | 0.77% | - |
| HSV(B) | 359.25º | 0.34% | 0.93% | - |
| XYZ | 52.57 | 44.04 | 37.63 | - |
| YUV | 180.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 157 | 0 | 0.34 | 0.33 | 0.07 | 359.25 | 0.68 | 0.77 |
| Hex | EC | 9C | 9D | 0 | 22 | 21 | 7 | 167 | 44 | 4D |
| Octal | 354 | 234 | 235 | 0 | 42 | 41 | 7 | 547 | 104 | 115 |
| Binary | 11101100 | 10011100 | 10011101 | 0 | 100010 | 100001 | 111 | 101100111 | 1000100 | 1001101 |
Color Harmonies of #EC9C9D
Complementary color
Monochromatic Colors of #EC9C9D
Black with #EC9C9D
Text Example
Text Example
White with #EC9C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C9D; }
p { color: rgb(236,156,157); }
H1.HeaderClassName
{
color: #EC9C9D;
}
.AnyTagClassName
{
color: #EC9C9D;
}
</style>
background-color css
<style>
a { background-color: #EC9C9D; }
a { background-color: rgb(236,156,157); }
div.DivClassName
{
background-color: #EC9C9D;
}
.BgClassName
{
background-color: #EC9C9D;
}
</style>
border-color css
<style>
span { border-color: #EC9C9D; }
span { border-color: rgb(236,156,157); }
td.TdClassName
{
border-color: #EC9C9D;
}
.TagClassName
{
border-color: #EC9C9D;
}
</style>