Shades of Wewak #EC959C
Tints of Wewak #EC959C
RGB
CMYK
RGB Variations
Color information
#EC959C (or 0xEC959C) is known color: Wewak. HEX triplet: EC, 95 and 9C. RGB value is (236,149,156). Sum of RGB (Red+Green+Blue) = 236+149+156=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC959C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC959C is #136A63. Grayscale: #AFAFAF. Windows color (decimal): -1272420 or 10261996. OLE color: 10261996.
HSL color Cylindrical-coordinate representation of color #EC959C: hue angle of 355.17º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC959C is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 156 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.07 |
| HSL | 355.17º | 0.7% | 0.75% | - |
| HSV(B) | 355.17º | 0.37% | 0.93% | - |
| XYZ | 51.34 | 41.73 | 36.8 | - |
| YUV | 175.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 156 | 0 | 0.37 | 0.34 | 0.07 | 355.17 | 0.7 | 0.75 |
| Hex | EC | 95 | 9C | 0 | 25 | 22 | 7 | 163 | 46 | 4B |
| Octal | 354 | 225 | 234 | 0 | 45 | 42 | 7 | 543 | 106 | 113 |
| Binary | 11101100 | 10010101 | 10011100 | 0 | 100101 | 100010 | 111 | 101100011 | 1000110 | 1001011 |
Color Harmonies of #EC959C
Complementary color
Monochromatic Colors of #EC959C
Black with #EC959C
Text Example
Text Example
White with #EC959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC959C; }
p { color: rgb(236,149,156); }
H1.HeaderClassName
{
color: #EC959C;
}
.AnyTagClassName
{
color: #EC959C;
}
</style>
background-color css
<style>
a { background-color: #EC959C; }
a { background-color: rgb(236,149,156); }
div.DivClassName
{
background-color: #EC959C;
}
.BgClassName
{
background-color: #EC959C;
}
</style>
border-color css
<style>
span { border-color: #EC959C; }
span { border-color: rgb(236,149,156); }
td.TdClassName
{
border-color: #EC959C;
}
.TagClassName
{
border-color: #EC959C;
}
</style>