Shades of Wewak #EC8998
Tints of Wewak #EC8998
RGB
CMYK
RGB Variations
Color information
#EC8998 (or 0xEC8998) is known color: Wewak. HEX triplet: EC, 89 and 98. RGB value is (236,137,152). Sum of RGB (Red+Green+Blue) = 236+137+152=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8998 is #137667. Grayscale: #A8A8A8. Windows color (decimal): -1275496 or 9996780. OLE color: 9996780.
HSL color Cylindrical-coordinate representation of color #EC8998: hue angle of 350.91º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8998 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 152 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.07 |
| HSL | 350.91º | 0.72% | 0.73% | - |
| HSV(B) | 350.91º | 0.42% | 0.93% | - |
| XYZ | 49.21 | 37.99 | 34.45 | - |
| YUV | 168.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 152 | 0 | 0.42 | 0.36 | 0.07 | 350.91 | 0.72 | 0.73 |
| Hex | EC | 89 | 98 | 0 | 2A | 24 | 7 | 15F | 48 | 49 |
| Octal | 354 | 211 | 230 | 0 | 52 | 44 | 7 | 537 | 110 | 111 |
| Binary | 11101100 | 10001001 | 10011000 | 0 | 101010 | 100100 | 111 | 101011111 | 1001000 | 1001001 |
Color Harmonies of #EC8998
Complementary color
Monochromatic Colors of #EC8998
Black with #EC8998
Text Example
Text Example
White with #EC8998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8998; }
p { color: rgb(236,137,152); }
H1.HeaderClassName
{
color: #EC8998;
}
.AnyTagClassName
{
color: #EC8998;
}
</style>
background-color css
<style>
a { background-color: #EC8998; }
a { background-color: rgb(236,137,152); }
div.DivClassName
{
background-color: #EC8998;
}
.BgClassName
{
background-color: #EC8998;
}
</style>
border-color css
<style>
span { border-color: #EC8998; }
span { border-color: rgb(236,137,152); }
td.TdClassName
{
border-color: #EC8998;
}
.TagClassName
{
border-color: #EC8998;
}
</style>