Shades of Wewak #EC949F
Tints of Wewak #EC949F
RGB
CMYK
RGB Variations
Color information
#EC949F (or 0xEC949F) is known color: Wewak. HEX triplet: EC, 94 and 9F. RGB value is (236,148,159). Sum of RGB (Red+Green+Blue) = 236+148+159=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC949F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC949F is #136B60. Grayscale: #AFAFAF. Windows color (decimal): -1272673 or 10458348. OLE color: 10458348.
HSL color Cylindrical-coordinate representation of color #EC949F: hue angle of 352.5º 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 #EC949F is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 159 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.07 |
| HSL | 352.5º | 0.7% | 0.75% | - |
| HSV(B) | 352.5º | 0.37% | 0.93% | - |
| XYZ | 51.44 | 41.52 | 38.1 | - |
| YUV | 175.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 159 | 0 | 0.37 | 0.33 | 0.07 | 352.5 | 0.7 | 0.75 |
| Hex | EC | 94 | 9F | 0 | 25 | 21 | 7 | 160 | 46 | 4B |
| Octal | 354 | 224 | 237 | 0 | 45 | 41 | 7 | 540 | 106 | 113 |
| Binary | 11101100 | 10010100 | 10011111 | 0 | 100101 | 100001 | 111 | 101100000 | 1000110 | 1001011 |
Color Harmonies of #EC949F
Complementary color
Monochromatic Colors of #EC949F
Black with #EC949F
Text Example
Text Example
White with #EC949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC949F; }
p { color: rgb(236,148,159); }
H1.HeaderClassName
{
color: #EC949F;
}
.AnyTagClassName
{
color: #EC949F;
}
</style>
background-color css
<style>
a { background-color: #EC949F; }
a { background-color: rgb(236,148,159); }
div.DivClassName
{
background-color: #EC949F;
}
.BgClassName
{
background-color: #EC949F;
}
</style>
border-color css
<style>
span { border-color: #EC949F; }
span { border-color: rgb(236,148,159); }
td.TdClassName
{
border-color: #EC949F;
}
.TagClassName
{
border-color: #EC949F;
}
</style>