Shades of Wewak #EB8891
Tints of Wewak #EB8891
RGB
CMYK
RGB Variations
Color information
#EB8891 (or 0xEB8891) is known color: Wewak. HEX triplet: EB, 88 and 91. RGB value is (235,136,145). Sum of RGB (Red+Green+Blue) = 235+136+145=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8891 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8891 is #14776E. Grayscale: #A6A6A6. Windows color (decimal): -1341295 or 9537771. OLE color: 9537771.
HSL color Cylindrical-coordinate representation of color #EB8891: hue angle of 354.55º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB8891 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 145 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.08 |
| HSL | 354.55º | 0.71% | 0.73% | - |
| HSV(B) | 354.55º | 0.42% | 0.92% | - |
| XYZ | 48.18 | 37.31 | 31.45 | - |
| YUV | 166.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 145 | 0 | 0.42 | 0.38 | 0.08 | 354.55 | 0.71 | 0.73 |
| Hex | EB | 88 | 91 | 0 | 2A | 26 | 8 | 163 | 47 | 49 |
| Octal | 353 | 210 | 221 | 0 | 52 | 46 | 10 | 543 | 107 | 111 |
| Binary | 11101011 | 10001000 | 10010001 | 0 | 101010 | 100110 | 1000 | 101100011 | 1000111 | 1001001 |
Color Harmonies of #EB8891
Complementary color
Monochromatic Colors of #EB8891
Black with #EB8891
Text Example
Text Example
White with #EB8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8891; }
p { color: rgb(235,136,145); }
H1.HeaderClassName
{
color: #EB8891;
}
.AnyTagClassName
{
color: #EB8891;
}
</style>
background-color css
<style>
a { background-color: #EB8891; }
a { background-color: rgb(235,136,145); }
div.DivClassName
{
background-color: #EB8891;
}
.BgClassName
{
background-color: #EB8891;
}
</style>
border-color css
<style>
span { border-color: #EB8891; }
span { border-color: rgb(235,136,145); }
td.TdClassName
{
border-color: #EB8891;
}
.TagClassName
{
border-color: #EB8891;
}
</style>