Shades of Wewak #EC8E9B
Tints of Wewak #EC8E9B
RGB
CMYK
RGB Variations
Color information
#EC8E9B (or 0xEC8E9B) is known color: Wewak. HEX triplet: EC, 8E and 9B. RGB value is (236,142,155). Sum of RGB (Red+Green+Blue) = 236+142+155=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8E9B is #137164. Grayscale: #ABABAB. Windows color (decimal): -1274213 or 10194668. OLE color: 10194668.
HSL color Cylindrical-coordinate representation of color #EC8E9B: hue angle of 351.7º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8E9B is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 155 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.07 |
| HSL | 351.7º | 0.71% | 0.74% | - |
| HSV(B) | 351.7º | 0.4% | 0.93% | - |
| XYZ | 50.18 | 39.55 | 36 | - |
| YUV | 171.59 | 118.64 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 155 | 0 | 0.40 | 0.34 | 0.07 | 351.7 | 0.71 | 0.74 |
| Hex | EC | 8E | 9B | 0 | 28 | 22 | 7 | 160 | 47 | 4A |
| Octal | 354 | 216 | 233 | 0 | 50 | 42 | 7 | 540 | 107 | 112 |
| Binary | 11101100 | 10001110 | 10011011 | 0 | 101000 | 100010 | 111 | 101100000 | 1000111 | 1001010 |
Color Harmonies of #EC8E9B
Complementary color
Monochromatic Colors of #EC8E9B
Black with #EC8E9B
Text Example
Text Example
White with #EC8E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8E9B; }
p { color: rgb(236,142,155); }
H1.HeaderClassName
{
color: #EC8E9B;
}
.AnyTagClassName
{
color: #EC8E9B;
}
</style>
background-color css
<style>
a { background-color: #EC8E9B; }
a { background-color: rgb(236,142,155); }
div.DivClassName
{
background-color: #EC8E9B;
}
.BgClassName
{
background-color: #EC8E9B;
}
</style>
border-color css
<style>
span { border-color: #EC8E9B; }
span { border-color: rgb(236,142,155); }
td.TdClassName
{
border-color: #EC8E9B;
}
.TagClassName
{
border-color: #EC8E9B;
}
</style>