Shades of Wewak #EC9CA2
Tints of Wewak #EC9CA2
RGB
CMYK
RGB Variations
Color information
#EC9CA2 (or 0xEC9CA2) is known color: Wewak. HEX triplet: EC, 9C and A2. RGB value is (236,156,162). Sum of RGB (Red+Green+Blue) = 236+156+162=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9CA2 is #13635D. Grayscale: #B4B4B4. Windows color (decimal): -1270622 or 10657004. OLE color: 10657004.
HSL color Cylindrical-coordinate representation of color #EC9CA2: hue angle of 355.5º 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 #EC9CA2 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 162 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.07 |
| HSL | 355.5º | 0.68% | 0.77% | - |
| HSV(B) | 355.5º | 0.34% | 0.93% | - |
| XYZ | 53 | 44.22 | 39.92 | - |
| YUV | 180.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 162 | 0 | 0.34 | 0.31 | 0.07 | 355.5 | 0.68 | 0.77 |
| Hex | EC | 9C | A2 | 0 | 22 | 1F | 7 | 164 | 44 | 4D |
| Octal | 354 | 234 | 242 | 0 | 42 | 37 | 7 | 544 | 104 | 115 |
| Binary | 11101100 | 10011100 | 10100010 | 0 | 100010 | 11111 | 111 | 101100100 | 1000100 | 1001101 |
Color Harmonies of #EC9CA2
Complementary color
Monochromatic Colors of #EC9CA2
Black with #EC9CA2
Text Example
Text Example
White with #EC9CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CA2; }
p { color: rgb(236,156,162); }
H1.HeaderClassName
{
color: #EC9CA2;
}
.AnyTagClassName
{
color: #EC9CA2;
}
</style>
background-color css
<style>
a { background-color: #EC9CA2; }
a { background-color: rgb(236,156,162); }
div.DivClassName
{
background-color: #EC9CA2;
}
.BgClassName
{
background-color: #EC9CA2;
}
</style>
border-color css
<style>
span { border-color: #EC9CA2; }
span { border-color: rgb(236,156,162); }
td.TdClassName
{
border-color: #EC9CA2;
}
.TagClassName
{
border-color: #EC9CA2;
}
</style>