Shades of Wewak #EC949D
Tints of Wewak #EC949D
RGB
CMYK
RGB Variations
Color information
#EC949D (or 0xEC949D) is known color: Wewak. HEX triplet: EC, 94 and 9D. RGB value is (236,148,157). Sum of RGB (Red+Green+Blue) = 236+148+157=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC949D is #136B62. Grayscale: #AFAFAF. Windows color (decimal): -1272675 or 10327276. OLE color: 10327276.
HSL color Cylindrical-coordinate representation of color #EC949D: hue angle of 353.86º 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 #EC949D is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 157 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.07 |
| HSL | 353.86º | 0.7% | 0.75% | - |
| HSV(B) | 353.86º | 0.37% | 0.93% | - |
| XYZ | 51.27 | 41.45 | 37.2 | - |
| YUV | 175.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 157 | 0 | 0.37 | 0.33 | 0.07 | 353.86 | 0.7 | 0.75 |
| Hex | EC | 94 | 9D | 0 | 25 | 21 | 7 | 162 | 46 | 4B |
| Octal | 354 | 224 | 235 | 0 | 45 | 41 | 7 | 542 | 106 | 113 |
| Binary | 11101100 | 10010100 | 10011101 | 0 | 100101 | 100001 | 111 | 101100010 | 1000110 | 1001011 |
Color Harmonies of #EC949D
Complementary color
Monochromatic Colors of #EC949D
Black with #EC949D
Text Example
Text Example
White with #EC949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC949D; }
p { color: rgb(236,148,157); }
H1.HeaderClassName
{
color: #EC949D;
}
.AnyTagClassName
{
color: #EC949D;
}
</style>
background-color css
<style>
a { background-color: #EC949D; }
a { background-color: rgb(236,148,157); }
div.DivClassName
{
background-color: #EC949D;
}
.BgClassName
{
background-color: #EC949D;
}
</style>
border-color css
<style>
span { border-color: #EC949D; }
span { border-color: rgb(236,148,157); }
td.TdClassName
{
border-color: #EC949D;
}
.TagClassName
{
border-color: #EC949D;
}
</style>