Shades of Wewak #EC8893
Tints of Wewak #EC8893
RGB
CMYK
RGB Variations
Color information
#EC8893 (or 0xEC8893) is known color: Wewak. HEX triplet: EC, 88 and 93. RGB value is (236,136,147). Sum of RGB (Red+Green+Blue) = 236+136+147=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8893 is #13776C. Grayscale: #A7A7A7. Windows color (decimal): -1275757 or 9668844. OLE color: 9668844.
HSL color Cylindrical-coordinate representation of color #EC8893: hue angle of 353.4º 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 #EC8893 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 147 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.07 |
| HSL | 353.4º | 0.72% | 0.73% | - |
| HSV(B) | 353.4º | 0.42% | 0.93% | - |
| XYZ | 48.66 | 37.55 | 32.29 | - |
| YUV | 167.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 147 | 0 | 0.42 | 0.38 | 0.07 | 353.4 | 0.72 | 0.73 |
| Hex | EC | 88 | 93 | 0 | 2A | 26 | 7 | 161 | 48 | 49 |
| Octal | 354 | 210 | 223 | 0 | 52 | 46 | 7 | 541 | 110 | 111 |
| Binary | 11101100 | 10001000 | 10010011 | 0 | 101010 | 100110 | 111 | 101100001 | 1001000 | 1001001 |
Color Harmonies of #EC8893
Complementary color
Monochromatic Colors of #EC8893
Black with #EC8893
Text Example
Text Example
White with #EC8893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8893; }
p { color: rgb(236,136,147); }
H1.HeaderClassName
{
color: #EC8893;
}
.AnyTagClassName
{
color: #EC8893;
}
</style>
background-color css
<style>
a { background-color: #EC8893; }
a { background-color: rgb(236,136,147); }
div.DivClassName
{
background-color: #EC8893;
}
.BgClassName
{
background-color: #EC8893;
}
</style>
border-color css
<style>
span { border-color: #EC8893; }
span { border-color: rgb(236,136,147); }
td.TdClassName
{
border-color: #EC8893;
}
.TagClassName
{
border-color: #EC8893;
}
</style>