Shades of Wewak #EB8B8C
Tints of Wewak #EB8B8C
RGB
CMYK
RGB Variations
Color information
#EB8B8C (or 0xEB8B8C) is known color: Wewak. HEX triplet: EB, 8B and 8C. RGB value is (235,139,140). Sum of RGB (Red+Green+Blue) = 235+139+140=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8B8C is #147473. Grayscale: #A7A7A7. Windows color (decimal): -1340532 or 9210859. OLE color: 9210859.
HSL color Cylindrical-coordinate representation of color #EB8B8C: hue angle of 359.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8B8C is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 139 | 140 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.08 |
| HSL | 359.38º | 0.71% | 0.73% | - |
| HSV(B) | 359.38º | 0.41% | 0.92% | - |
| XYZ | 48.23 | 38.02 | 29.61 | - |
| YUV | 167.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 139 | 140 | 0 | 0.41 | 0.40 | 0.08 | 359.38 | 0.71 | 0.73 |
| Hex | EB | 8B | 8C | 0 | 29 | 28 | 8 | 167 | 47 | 49 |
| Octal | 353 | 213 | 214 | 0 | 51 | 50 | 10 | 547 | 107 | 111 |
| Binary | 11101011 | 10001011 | 10001100 | 0 | 101001 | 101000 | 1000 | 101100111 | 1000111 | 1001001 |
Color Harmonies of #EB8B8C
Complementary color
Monochromatic Colors of #EB8B8C
Black with #EB8B8C
Text Example
Text Example
White with #EB8B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8B8C; }
p { color: rgb(235,139,140); }
H1.HeaderClassName
{
color: #EB8B8C;
}
.AnyTagClassName
{
color: #EB8B8C;
}
</style>
background-color css
<style>
a { background-color: #EB8B8C; }
a { background-color: rgb(235,139,140); }
div.DivClassName
{
background-color: #EB8B8C;
}
.BgClassName
{
background-color: #EB8B8C;
}
</style>
border-color css
<style>
span { border-color: #EB8B8C; }
span { border-color: rgb(235,139,140); }
td.TdClassName
{
border-color: #EB8B8C;
}
.TagClassName
{
border-color: #EB8B8C;
}
</style>