Shades of Wewak #EC9CA4
Tints of Wewak #EC9CA4
RGB
CMYK
RGB Variations
Color information
#EC9CA4 (or 0xEC9CA4) is known color: Wewak. HEX triplet: EC, 9C and A4. RGB value is (236,156,164). Sum of RGB (Red+Green+Blue) = 236+156+164=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9CA4 is #13635B. Grayscale: #B4B4B4. Windows color (decimal): -1270620 or 10788076. OLE color: 10788076.
HSL color Cylindrical-coordinate representation of color #EC9CA4: hue angle of 354º 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 #EC9CA4 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 164 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.07 |
| HSL | 354º | 0.68% | 0.77% | - |
| HSV(B) | 354º | 0.34% | 0.93% | - |
| XYZ | 53.18 | 44.29 | 40.87 | - |
| YUV | 180.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 164 | 0 | 0.34 | 0.31 | 0.07 | 354 | 0.68 | 0.77 |
| Hex | EC | 9C | A4 | 0 | 22 | 1F | 7 | 162 | 44 | 4D |
| Octal | 354 | 234 | 244 | 0 | 42 | 37 | 7 | 542 | 104 | 115 |
| Binary | 11101100 | 10011100 | 10100100 | 0 | 100010 | 11111 | 111 | 101100010 | 1000100 | 1001101 |
Color Harmonies of #EC9CA4
Complementary color
Monochromatic Colors of #EC9CA4
Black with #EC9CA4
Text Example
Text Example
White with #EC9CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CA4; }
p { color: rgb(236,156,164); }
H1.HeaderClassName
{
color: #EC9CA4;
}
.AnyTagClassName
{
color: #EC9CA4;
}
</style>
background-color css
<style>
a { background-color: #EC9CA4; }
a { background-color: rgb(236,156,164); }
div.DivClassName
{
background-color: #EC9CA4;
}
.BgClassName
{
background-color: #EC9CA4;
}
</style>
border-color css
<style>
span { border-color: #EC9CA4; }
span { border-color: rgb(236,156,164); }
td.TdClassName
{
border-color: #EC9CA4;
}
.TagClassName
{
border-color: #EC9CA4;
}
</style>