Shades of Wewak #EC9899
Tints of Wewak #EC9899
RGB
CMYK
RGB Variations
Color information
#EC9899 (or 0xEC9899) is known color: Wewak. HEX triplet: EC, 98 and 99. RGB value is (236,152,153). Sum of RGB (Red+Green+Blue) = 236+152+153=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9899 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9899 is #136766. Grayscale: #B1B1B1. Windows color (decimal): -1271655 or 10066156. OLE color: 10066156.
HSL color Cylindrical-coordinate representation of color #EC9899: hue angle of 359.29º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC9899 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 153 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.07 |
| HSL | 359.29º | 0.69% | 0.76% | - |
| HSV(B) | 359.29º | 0.36% | 0.93% | - |
| XYZ | 51.57 | 42.59 | 35.64 | - |
| YUV | 177.23 | 114.33 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 153 | 0 | 0.36 | 0.35 | 0.07 | 359.29 | 0.69 | 0.76 |
| Hex | EC | 98 | 99 | 0 | 24 | 23 | 7 | 167 | 45 | 4C |
| Octal | 354 | 230 | 231 | 0 | 44 | 43 | 7 | 547 | 105 | 114 |
| Binary | 11101100 | 10011000 | 10011001 | 0 | 100100 | 100011 | 111 | 101100111 | 1000101 | 1001100 |
Color Harmonies of #EC9899
Complementary color
Monochromatic Colors of #EC9899
Black with #EC9899
Text Example
Text Example
White with #EC9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9899; }
p { color: rgb(236,152,153); }
H1.HeaderClassName
{
color: #EC9899;
}
.AnyTagClassName
{
color: #EC9899;
}
</style>
background-color css
<style>
a { background-color: #EC9899; }
a { background-color: rgb(236,152,153); }
div.DivClassName
{
background-color: #EC9899;
}
.BgClassName
{
background-color: #EC9899;
}
</style>
border-color css
<style>
span { border-color: #EC9899; }
span { border-color: rgb(236,152,153); }
td.TdClassName
{
border-color: #EC9899;
}
.TagClassName
{
border-color: #EC9899;
}
</style>