Shades of Wewak #EB9BA0
Tints of Wewak #EB9BA0
RGB
CMYK
RGB Variations
Color information
#EB9BA0 (or 0xEB9BA0) is known color: Wewak. HEX triplet: EB, 9B and A0. RGB value is (235,155,160). Sum of RGB (Red+Green+Blue) = 235+155+160=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9BA0 is #14645F. Grayscale: #B3B3B3. Windows color (decimal): -1336416 or 10525675. OLE color: 10525675.
HSL color Cylindrical-coordinate representation of color #EB9BA0: hue angle of 356.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9BA0 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 155 | 160 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.08 |
| HSL | 356.25º | 0.67% | 0.76% | - |
| HSV(B) | 356.25º | 0.34% | 0.92% | - |
| XYZ | 52.33 | 43.64 | 38.92 | - |
| YUV | 179.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 155 | 160 | 0 | 0.34 | 0.32 | 0.08 | 356.25 | 0.67 | 0.76 |
| Hex | EB | 9B | A0 | 0 | 22 | 20 | 8 | 164 | 43 | 4C |
| Octal | 353 | 233 | 240 | 0 | 42 | 40 | 10 | 544 | 103 | 114 |
| Binary | 11101011 | 10011011 | 10100000 | 0 | 100010 | 100000 | 1000 | 101100100 | 1000011 | 1001100 |
Color Harmonies of #EB9BA0
Complementary color
Monochromatic Colors of #EB9BA0
Black with #EB9BA0
Text Example
Text Example
White with #EB9BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9BA0; }
p { color: rgb(235,155,160); }
H1.HeaderClassName
{
color: #EB9BA0;
}
.AnyTagClassName
{
color: #EB9BA0;
}
</style>
background-color css
<style>
a { background-color: #EB9BA0; }
a { background-color: rgb(235,155,160); }
div.DivClassName
{
background-color: #EB9BA0;
}
.BgClassName
{
background-color: #EB9BA0;
}
</style>
border-color css
<style>
span { border-color: #EB9BA0; }
span { border-color: rgb(235,155,160); }
td.TdClassName
{
border-color: #EB9BA0;
}
.TagClassName
{
border-color: #EB9BA0;
}
</style>