Shades of Wewak #EC8C95
Tints of Wewak #EC8C95
RGB
CMYK
RGB Variations
Color information
#EC8C95 (or 0xEC8C95) is known color: Wewak. HEX triplet: EC, 8C and 95. RGB value is (236,140,149). Sum of RGB (Red+Green+Blue) = 236+140+149=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8C95 is #13736A. Grayscale: #A9A9A9. Windows color (decimal): -1274731 or 9800940. OLE color: 9800940.
HSL color Cylindrical-coordinate representation of color #EC8C95: hue angle of 354.38º 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 #EC8C95 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 149 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.07 |
| HSL | 354.38º | 0.72% | 0.74% | - |
| HSV(B) | 354.38º | 0.41% | 0.93% | - |
| XYZ | 49.39 | 38.76 | 33.31 | - |
| YUV | 169.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 149 | 0 | 0.41 | 0.37 | 0.07 | 354.38 | 0.72 | 0.74 |
| Hex | EC | 8C | 95 | 0 | 29 | 25 | 7 | 162 | 48 | 4A |
| Octal | 354 | 214 | 225 | 0 | 51 | 45 | 7 | 542 | 110 | 112 |
| Binary | 11101100 | 10001100 | 10010101 | 0 | 101001 | 100101 | 111 | 101100010 | 1001000 | 1001010 |
Color Harmonies of #EC8C95
Complementary color
Monochromatic Colors of #EC8C95
Black with #EC8C95
Text Example
Text Example
White with #EC8C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C95; }
p { color: rgb(236,140,149); }
H1.HeaderClassName
{
color: #EC8C95;
}
.AnyTagClassName
{
color: #EC8C95;
}
</style>
background-color css
<style>
a { background-color: #EC8C95; }
a { background-color: rgb(236,140,149); }
div.DivClassName
{
background-color: #EC8C95;
}
.BgClassName
{
background-color: #EC8C95;
}
</style>
border-color css
<style>
span { border-color: #EC8C95; }
span { border-color: rgb(236,140,149); }
td.TdClassName
{
border-color: #EC8C95;
}
.TagClassName
{
border-color: #EC8C95;
}
</style>