Shades of Wewak #EC8C8E
Tints of Wewak #EC8C8E
RGB
CMYK
RGB Variations
Color information
#EC8C8E (or 0xEC8C8E) is known color: Wewak. HEX triplet: EC, 8C and 8E. RGB value is (236,140,142). Sum of RGB (Red+Green+Blue) = 236+140+142=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8C8E is #137371. Grayscale: #A9A9A9. Windows color (decimal): -1274738 or 9342188. OLE color: 9342188.
HSL color Cylindrical-coordinate representation of color #EC8C8E: hue angle of 358.75º 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 #EC8C8E is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 142 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.07 |
| HSL | 358.75º | 0.72% | 0.74% | - |
| HSV(B) | 358.75º | 0.41% | 0.93% | - |
| XYZ | 48.85 | 38.54 | 30.46 | - |
| YUV | 168.93 | 112.8 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 142 | 0 | 0.41 | 0.40 | 0.07 | 358.75 | 0.72 | 0.74 |
| Hex | EC | 8C | 8E | 0 | 29 | 28 | 7 | 167 | 48 | 4A |
| Octal | 354 | 214 | 216 | 0 | 51 | 50 | 7 | 547 | 110 | 112 |
| Binary | 11101100 | 10001100 | 10001110 | 0 | 101001 | 101000 | 111 | 101100111 | 1001000 | 1001010 |
Color Harmonies of #EC8C8E
Complementary color
Monochromatic Colors of #EC8C8E
Black with #EC8C8E
Text Example
Text Example
White with #EC8C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C8E; }
p { color: rgb(236,140,142); }
H1.HeaderClassName
{
color: #EC8C8E;
}
.AnyTagClassName
{
color: #EC8C8E;
}
</style>
background-color css
<style>
a { background-color: #EC8C8E; }
a { background-color: rgb(236,140,142); }
div.DivClassName
{
background-color: #EC8C8E;
}
.BgClassName
{
background-color: #EC8C8E;
}
</style>
border-color css
<style>
span { border-color: #EC8C8E; }
span { border-color: rgb(236,140,142); }
td.TdClassName
{
border-color: #EC8C8E;
}
.TagClassName
{
border-color: #EC8C8E;
}
</style>