Shades of Wewak #EC8997
Tints of Wewak #EC8997
RGB
CMYK
RGB Variations
Color information
#EC8997 (or 0xEC8997) is known color: Wewak. HEX triplet: EC, 89 and 97. RGB value is (236,137,151). Sum of RGB (Red+Green+Blue) = 236+137+151=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8997 is #137668. Grayscale: #A8A8A8. Windows color (decimal): -1275497 or 9931244. OLE color: 9931244.
HSL color Cylindrical-coordinate representation of color #EC8997: hue angle of 351.52º 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 #EC8997 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 151 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.07 |
| HSL | 351.52º | 0.72% | 0.73% | - |
| HSV(B) | 351.52º | 0.42% | 0.93% | - |
| XYZ | 49.12 | 37.96 | 34.02 | - |
| YUV | 168.2 | 118.3 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 151 | 0 | 0.42 | 0.36 | 0.07 | 351.52 | 0.72 | 0.73 |
| Hex | EC | 89 | 97 | 0 | 2A | 24 | 7 | 160 | 48 | 49 |
| Octal | 354 | 211 | 227 | 0 | 52 | 44 | 7 | 540 | 110 | 111 |
| Binary | 11101100 | 10001001 | 10010111 | 0 | 101010 | 100100 | 111 | 101100000 | 1001000 | 1001001 |
Color Harmonies of #EC8997
Complementary color
Monochromatic Colors of #EC8997
Black with #EC8997
Text Example
Text Example
White with #EC8997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8997; }
p { color: rgb(236,137,151); }
H1.HeaderClassName
{
color: #EC8997;
}
.AnyTagClassName
{
color: #EC8997;
}
</style>
background-color css
<style>
a { background-color: #EC8997; }
a { background-color: rgb(236,137,151); }
div.DivClassName
{
background-color: #EC8997;
}
.BgClassName
{
background-color: #EC8997;
}
</style>
border-color css
<style>
span { border-color: #EC8997; }
span { border-color: rgb(236,137,151); }
td.TdClassName
{
border-color: #EC8997;
}
.TagClassName
{
border-color: #EC8997;
}
</style>