Shades of Wewak #EC8B98
Tints of Wewak #EC8B98
RGB
CMYK
RGB Variations
Color information
#EC8B98 (or 0xEC8B98) is known color: Wewak. HEX triplet: EC, 8B and 98. RGB value is (236,139,152). Sum of RGB (Red+Green+Blue) = 236+139+152=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8B98 is #137467. Grayscale: #A9A9A9. Windows color (decimal): -1274984 or 9997292. OLE color: 9997292.
HSL color Cylindrical-coordinate representation of color #EC8B98: hue angle of 351.96º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8B98 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 152 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.07 |
| HSL | 351.96º | 0.72% | 0.74% | - |
| HSV(B) | 351.96º | 0.41% | 0.93% | - |
| XYZ | 49.49 | 38.57 | 34.54 | - |
| YUV | 169.49 | 118.14 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 152 | 0 | 0.41 | 0.36 | 0.07 | 351.96 | 0.72 | 0.74 |
| Hex | EC | 8B | 98 | 0 | 29 | 24 | 7 | 160 | 48 | 4A |
| Octal | 354 | 213 | 230 | 0 | 51 | 44 | 7 | 540 | 110 | 112 |
| Binary | 11101100 | 10001011 | 10011000 | 0 | 101001 | 100100 | 111 | 101100000 | 1001000 | 1001010 |
Color Harmonies of #EC8B98
Complementary color
Monochromatic Colors of #EC8B98
Black with #EC8B98
Text Example
Text Example
White with #EC8B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B98; }
p { color: rgb(236,139,152); }
H1.HeaderClassName
{
color: #EC8B98;
}
.AnyTagClassName
{
color: #EC8B98;
}
</style>
background-color css
<style>
a { background-color: #EC8B98; }
a { background-color: rgb(236,139,152); }
div.DivClassName
{
background-color: #EC8B98;
}
.BgClassName
{
background-color: #EC8B98;
}
</style>
border-color css
<style>
span { border-color: #EC8B98; }
span { border-color: rgb(236,139,152); }
td.TdClassName
{
border-color: #EC8B98;
}
.TagClassName
{
border-color: #EC8B98;
}
</style>