Shades of Wewak #EB8C8F
Tints of Wewak #EB8C8F
RGB
CMYK
RGB Variations
Color information
#EB8C8F (or 0xEB8C8F) is known color: Wewak. HEX triplet: EB, 8C and 8F. RGB value is (235,140,143). Sum of RGB (Red+Green+Blue) = 235+140+143=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C8F is #147370. Grayscale: #A8A8A8. Windows color (decimal): -1340273 or 9407723. OLE color: 9407723.
HSL color Cylindrical-coordinate representation of color #EB8C8F: hue angle of 358.11º 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 #EB8C8F is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 143 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.08 |
| HSL | 358.11º | 0.7% | 0.74% | - |
| HSV(B) | 358.11º | 0.4% | 0.92% | - |
| XYZ | 48.6 | 38.4 | 30.84 | - |
| YUV | 168.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 143 | 0 | 0.40 | 0.39 | 0.08 | 358.11 | 0.7 | 0.74 |
| Hex | EB | 8C | 8F | 0 | 28 | 27 | 8 | 166 | 46 | 4A |
| Octal | 353 | 214 | 217 | 0 | 50 | 47 | 10 | 546 | 106 | 112 |
| Binary | 11101011 | 10001100 | 10001111 | 0 | 101000 | 100111 | 1000 | 101100110 | 1000110 | 1001010 |
Color Harmonies of #EB8C8F
Complementary color
Monochromatic Colors of #EB8C8F
Black with #EB8C8F
Text Example
Text Example
White with #EB8C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C8F; }
p { color: rgb(235,140,143); }
H1.HeaderClassName
{
color: #EB8C8F;
}
.AnyTagClassName
{
color: #EB8C8F;
}
</style>
background-color css
<style>
a { background-color: #EB8C8F; }
a { background-color: rgb(235,140,143); }
div.DivClassName
{
background-color: #EB8C8F;
}
.BgClassName
{
background-color: #EB8C8F;
}
</style>
border-color css
<style>
span { border-color: #EB8C8F; }
span { border-color: rgb(235,140,143); }
td.TdClassName
{
border-color: #EB8C8F;
}
.TagClassName
{
border-color: #EB8C8F;
}
</style>