Shades of Wewak #EB8B90
Tints of Wewak #EB8B90
RGB
CMYK
RGB Variations
Color information
#EB8B90 (or 0xEB8B90) is known color: Wewak. HEX triplet: EB, 8B and 90. RGB value is (235,139,144). Sum of RGB (Red+Green+Blue) = 235+139+144=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8B90 is #14746F. Grayscale: #A8A8A8. Windows color (decimal): -1340528 or 9473003. OLE color: 9473003.
HSL color Cylindrical-coordinate representation of color #EB8B90: hue angle of 356.88º 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 #EB8B90 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 139 | 144 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.08 |
| HSL | 356.88º | 0.71% | 0.73% | - |
| HSV(B) | 356.88º | 0.41% | 0.92% | - |
| XYZ | 48.53 | 38.14 | 31.19 | - |
| YUV | 168.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 139 | 144 | 0 | 0.41 | 0.39 | 0.08 | 356.88 | 0.71 | 0.73 |
| Hex | EB | 8B | 90 | 0 | 29 | 27 | 8 | 165 | 47 | 49 |
| Octal | 353 | 213 | 220 | 0 | 51 | 47 | 10 | 545 | 107 | 111 |
| Binary | 11101011 | 10001011 | 10010000 | 0 | 101001 | 100111 | 1000 | 101100101 | 1000111 | 1001001 |
Color Harmonies of #EB8B90
Complementary color
Monochromatic Colors of #EB8B90
Black with #EB8B90
Text Example
Text Example
White with #EB8B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8B90; }
p { color: rgb(235,139,144); }
H1.HeaderClassName
{
color: #EB8B90;
}
.AnyTagClassName
{
color: #EB8B90;
}
</style>
background-color css
<style>
a { background-color: #EB8B90; }
a { background-color: rgb(235,139,144); }
div.DivClassName
{
background-color: #EB8B90;
}
.BgClassName
{
background-color: #EB8B90;
}
</style>
border-color css
<style>
span { border-color: #EB8B90; }
span { border-color: rgb(235,139,144); }
td.TdClassName
{
border-color: #EB8B90;
}
.TagClassName
{
border-color: #EB8B90;
}
</style>