Shades of Wewak #EB898C
Tints of Wewak #EB898C
RGB
CMYK
RGB Variations
Color information
#EB898C (or 0xEB898C) is known color: Wewak. HEX triplet: EB, 89 and 8C. RGB value is (235,137,140). Sum of RGB (Red+Green+Blue) = 235+137+140=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB898C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB898C is #147673. Grayscale: #A6A6A6. Windows color (decimal): -1341044 or 9210347. OLE color: 9210347.
HSL color Cylindrical-coordinate representation of color #EB898C: hue angle of 358.16º 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 #EB898C is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 137 | 140 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.08 |
| HSL | 358.16º | 0.71% | 0.73% | - |
| HSV(B) | 358.16º | 0.42% | 0.92% | - |
| XYZ | 47.94 | 37.45 | 29.51 | - |
| YUV | 166.64 | 112.97 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 137 | 140 | 0 | 0.42 | 0.40 | 0.08 | 358.16 | 0.71 | 0.73 |
| Hex | EB | 89 | 8C | 0 | 2A | 28 | 8 | 166 | 47 | 49 |
| Octal | 353 | 211 | 214 | 0 | 52 | 50 | 10 | 546 | 107 | 111 |
| Binary | 11101011 | 10001001 | 10001100 | 0 | 101010 | 101000 | 1000 | 101100110 | 1000111 | 1001001 |
Color Harmonies of #EB898C
Complementary color
Monochromatic Colors of #EB898C
Black with #EB898C
Text Example
Text Example
White with #EB898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB898C; }
p { color: rgb(235,137,140); }
H1.HeaderClassName
{
color: #EB898C;
}
.AnyTagClassName
{
color: #EB898C;
}
</style>
background-color css
<style>
a { background-color: #EB898C; }
a { background-color: rgb(235,137,140); }
div.DivClassName
{
background-color: #EB898C;
}
.BgClassName
{
background-color: #EB898C;
}
</style>
border-color css
<style>
span { border-color: #EB898C; }
span { border-color: rgb(235,137,140); }
td.TdClassName
{
border-color: #EB898C;
}
.TagClassName
{
border-color: #EB898C;
}
</style>