Shades of Wewak #EB8D9F
Tints of Wewak #EB8D9F
RGB
CMYK
RGB Variations
Color information
#EB8D9F (or 0xEB8D9F) is known color: Wewak. HEX triplet: EB, 8D and 9F. RGB value is (235,141,159). Sum of RGB (Red+Green+Blue) = 235+141+159=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D9F is #147260. Grayscale: #ABABAB. Windows color (decimal): -1340001 or 10456555. OLE color: 10456555.
HSL color Cylindrical-coordinate representation of color #EB8D9F: hue angle of 348.51º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8D9F is Cyan = 0, Magento = 0.4, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 159 | - |
| CMYK | 0 | 0.4 | 0.32 | 0.08 |
| HSL | 348.51º | 0.7% | 0.74% | - |
| HSV(B) | 348.51º | 0.4% | 0.92% | - |
| XYZ | 50.04 | 39.22 | 37.73 | - |
| YUV | 171.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 159 | 0 | 0.4 | 0.32 | 0.08 | 348.51 | 0.7 | 0.74 |
| Hex | EB | 8D | 9F | 0 | 28 | 20 | 8 | 15D | 46 | 4A |
| Octal | 353 | 215 | 237 | 0 | 50 | 40 | 10 | 535 | 106 | 112 |
| Binary | 11101011 | 10001101 | 10011111 | 0 | 101000 | 100000 | 1000 | 101011101 | 1000110 | 1001010 |
Color Harmonies of #EB8D9F
Complementary color
Monochromatic Colors of #EB8D9F
Black with #EB8D9F
Text Example
Text Example
White with #EB8D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D9F; }
p { color: rgb(235,141,159); }
H1.HeaderClassName
{
color: #EB8D9F;
}
.AnyTagClassName
{
color: #EB8D9F;
}
</style>
background-color css
<style>
a { background-color: #EB8D9F; }
a { background-color: rgb(235,141,159); }
div.DivClassName
{
background-color: #EB8D9F;
}
.BgClassName
{
background-color: #EB8D9F;
}
</style>
border-color css
<style>
span { border-color: #EB8D9F; }
span { border-color: rgb(235,141,159); }
td.TdClassName
{
border-color: #EB8D9F;
}
.TagClassName
{
border-color: #EB8D9F;
}
</style>