Shades of Wewak #EB8B9A
Tints of Wewak #EB8B9A
RGB
CMYK
RGB Variations
Color information
#EB8B9A (or 0xEB8B9A) is known color: Wewak. HEX triplet: EB, 8B and 9A. RGB value is (235,139,154). Sum of RGB (Red+Green+Blue) = 235+139+154=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8B9A is #147465. Grayscale: #A9A9A9. Windows color (decimal): -1340518 or 10128363. OLE color: 10128363.
HSL color Cylindrical-coordinate representation of color #EB8B9A: hue angle of 350.62º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8B9A is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 139 | 154 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.08 |
| HSL | 350.63º | 0.71% | 0.73% | - |
| HSV(B) | 350.63º | 0.41% | 0.92% | - |
| XYZ | 49.33 | 38.46 | 35.4 | - |
| YUV | 169.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 139 | 154 | 0 | 0.41 | 0.34 | 0.08 | 350.63 | 0.71 | 0.73 |
| Hex | EB | 8B | 9A | 0 | 29 | 22 | 8 | 15F | 47 | 49 |
| Octal | 353 | 213 | 232 | 0 | 51 | 42 | 10 | 537 | 107 | 111 |
| Binary | 11101011 | 10001011 | 10011010 | 0 | 101001 | 100010 | 1000 | 101011111 | 1000111 | 1001001 |
Color Harmonies of #EB8B9A
Complementary color
Monochromatic Colors of #EB8B9A
Black with #EB8B9A
Text Example
Text Example
White with #EB8B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8B9A; }
p { color: rgb(235,139,154); }
H1.HeaderClassName
{
color: #EB8B9A;
}
.AnyTagClassName
{
color: #EB8B9A;
}
</style>
background-color css
<style>
a { background-color: #EB8B9A; }
a { background-color: rgb(235,139,154); }
div.DivClassName
{
background-color: #EB8B9A;
}
.BgClassName
{
background-color: #EB8B9A;
}
</style>
border-color css
<style>
span { border-color: #EB8B9A; }
span { border-color: rgb(235,139,154); }
td.TdClassName
{
border-color: #EB8B9A;
}
.TagClassName
{
border-color: #EB8B9A;
}
</style>