Shades of Wewak #EC8C9B
Tints of Wewak #EC8C9B
RGB
CMYK
RGB Variations
Color information
#EC8C9B (or 0xEC8C9B) is known color: Wewak. HEX triplet: EC, 8C and 9B. RGB value is (236,140,155). Sum of RGB (Red+Green+Blue) = 236+140+155=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8C9B is #137364. Grayscale: #AAAAAA. Windows color (decimal): -1274725 or 10194156. OLE color: 10194156.
HSL color Cylindrical-coordinate representation of color #EC8C9B: hue angle of 350.62º 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 #EC8C9B is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 155 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.07 |
| HSL | 350.63º | 0.72% | 0.74% | - |
| HSV(B) | 350.63º | 0.41% | 0.93% | - |
| XYZ | 49.89 | 38.96 | 35.9 | - |
| YUV | 170.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 155 | 0 | 0.41 | 0.34 | 0.07 | 350.63 | 0.72 | 0.74 |
| Hex | EC | 8C | 9B | 0 | 29 | 22 | 7 | 15F | 48 | 4A |
| Octal | 354 | 214 | 233 | 0 | 51 | 42 | 7 | 537 | 110 | 112 |
| Binary | 11101100 | 10001100 | 10011011 | 0 | 101001 | 100010 | 111 | 101011111 | 1001000 | 1001010 |
Color Harmonies of #EC8C9B
Complementary color
Monochromatic Colors of #EC8C9B
Black with #EC8C9B
Text Example
Text Example
White with #EC8C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C9B; }
p { color: rgb(236,140,155); }
H1.HeaderClassName
{
color: #EC8C9B;
}
.AnyTagClassName
{
color: #EC8C9B;
}
</style>
background-color css
<style>
a { background-color: #EC8C9B; }
a { background-color: rgb(236,140,155); }
div.DivClassName
{
background-color: #EC8C9B;
}
.BgClassName
{
background-color: #EC8C9B;
}
</style>
border-color css
<style>
span { border-color: #EC8C9B; }
span { border-color: rgb(236,140,155); }
td.TdClassName
{
border-color: #EC8C9B;
}
.TagClassName
{
border-color: #EC8C9B;
}
</style>