Shades of Wewak #EB8D8F
Tints of Wewak #EB8D8F
RGB
CMYK
RGB Variations
Color information
#EB8D8F (or 0xEB8D8F) is known color: Wewak. HEX triplet: EB, 8D and 8F. RGB value is (235,141,143). Sum of RGB (Red+Green+Blue) = 235+141+143=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D8F is #147270. Grayscale: #A9A9A9. Windows color (decimal): -1340017 or 9407979. OLE color: 9407979.
HSL color Cylindrical-coordinate representation of color #EB8D8F: hue angle of 358.72º 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 #EB8D8F is Cyan = 0, Magento = 0.4, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 143 | - |
| CMYK | 0 | 0.4 | 0.39 | 0.08 |
| HSL | 358.72º | 0.7% | 0.74% | - |
| HSV(B) | 358.72º | 0.4% | 0.92% | - |
| XYZ | 48.74 | 38.7 | 30.89 | - |
| YUV | 169.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 143 | 0 | 0.4 | 0.39 | 0.08 | 358.72 | 0.7 | 0.74 |
| Hex | EB | 8D | 8F | 0 | 28 | 27 | 8 | 167 | 46 | 4A |
| Octal | 353 | 215 | 217 | 0 | 50 | 47 | 10 | 547 | 106 | 112 |
| Binary | 11101011 | 10001101 | 10001111 | 0 | 101000 | 100111 | 1000 | 101100111 | 1000110 | 1001010 |
Color Harmonies of #EB8D8F
Complementary color
Monochromatic Colors of #EB8D8F
Black with #EB8D8F
Text Example
Text Example
White with #EB8D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D8F; }
p { color: rgb(235,141,143); }
H1.HeaderClassName
{
color: #EB8D8F;
}
.AnyTagClassName
{
color: #EB8D8F;
}
</style>
background-color css
<style>
a { background-color: #EB8D8F; }
a { background-color: rgb(235,141,143); }
div.DivClassName
{
background-color: #EB8D8F;
}
.BgClassName
{
background-color: #EB8D8F;
}
</style>
border-color css
<style>
span { border-color: #EB8D8F; }
span { border-color: rgb(235,141,143); }
td.TdClassName
{
border-color: #EB8D8F;
}
.TagClassName
{
border-color: #EB8D8F;
}
</style>