Shades of Wewak #EB888D
Tints of Wewak #EB888D
RGB
CMYK
RGB Variations
Color information
#EB888D (or 0xEB888D) is known color: Wewak. HEX triplet: EB, 88 and 8D. RGB value is (235,136,141). Sum of RGB (Red+Green+Blue) = 235+136+141=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB888D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB888D is #147772. Grayscale: #A6A6A6. Windows color (decimal): -1341299 or 9275627. OLE color: 9275627.
HSL color Cylindrical-coordinate representation of color #EB888D: hue angle of 356.97º 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 #EB888D is Cyan = 0, Magento = 0.42, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 141 | - |
| CMYK | 0 | 0.42 | 0.4 | 0.08 |
| HSL | 356.97º | 0.71% | 0.73% | - |
| HSV(B) | 356.97º | 0.42% | 0.92% | - |
| XYZ | 47.87 | 37.19 | 29.86 | - |
| YUV | 166.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 141 | 0 | 0.42 | 0.4 | 0.08 | 356.97 | 0.71 | 0.73 |
| Hex | EB | 88 | 8D | 0 | 2A | 28 | 8 | 165 | 47 | 49 |
| Octal | 353 | 210 | 215 | 0 | 52 | 50 | 10 | 545 | 107 | 111 |
| Binary | 11101011 | 10001000 | 10001101 | 0 | 101010 | 101000 | 1000 | 101100101 | 1000111 | 1001001 |
Color Harmonies of #EB888D
Complementary color
Monochromatic Colors of #EB888D
Black with #EB888D
Text Example
Text Example
White with #EB888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB888D; }
p { color: rgb(235,136,141); }
H1.HeaderClassName
{
color: #EB888D;
}
.AnyTagClassName
{
color: #EB888D;
}
</style>
background-color css
<style>
a { background-color: #EB888D; }
a { background-color: rgb(235,136,141); }
div.DivClassName
{
background-color: #EB888D;
}
.BgClassName
{
background-color: #EB888D;
}
</style>
border-color css
<style>
span { border-color: #EB888D; }
span { border-color: rgb(235,136,141); }
td.TdClassName
{
border-color: #EB888D;
}
.TagClassName
{
border-color: #EB888D;
}
</style>