Shades of Wewak #EB9BA1
Tints of Wewak #EB9BA1
RGB
CMYK
RGB Variations
Color information
#EB9BA1 (or 0xEB9BA1) is known color: Wewak. HEX triplet: EB, 9B and A1. RGB value is (235,155,161). Sum of RGB (Red+Green+Blue) = 235+155+161=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9BA1 is #14645E. Grayscale: #B3B3B3. Windows color (decimal): -1336415 or 10591211. OLE color: 10591211.
HSL color Cylindrical-coordinate representation of color #EB9BA1: hue angle of 355.5º 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 #EB9BA1 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 155 | 161 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.08 |
| HSL | 355.5º | 0.67% | 0.76% | - |
| HSV(B) | 355.5º | 0.34% | 0.92% | - |
| XYZ | 52.42 | 43.68 | 39.39 | - |
| YUV | 179.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 155 | 161 | 0 | 0.34 | 0.31 | 0.08 | 355.5 | 0.67 | 0.76 |
| Hex | EB | 9B | A1 | 0 | 22 | 1F | 8 | 164 | 43 | 4C |
| Octal | 353 | 233 | 241 | 0 | 42 | 37 | 10 | 544 | 103 | 114 |
| Binary | 11101011 | 10011011 | 10100001 | 0 | 100010 | 11111 | 1000 | 101100100 | 1000011 | 1001100 |
Color Harmonies of #EB9BA1
Complementary color
Monochromatic Colors of #EB9BA1
Black with #EB9BA1
Text Example
Text Example
White with #EB9BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9BA1; }
p { color: rgb(235,155,161); }
H1.HeaderClassName
{
color: #EB9BA1;
}
.AnyTagClassName
{
color: #EB9BA1;
}
</style>
background-color css
<style>
a { background-color: #EB9BA1; }
a { background-color: rgb(235,155,161); }
div.DivClassName
{
background-color: #EB9BA1;
}
.BgClassName
{
background-color: #EB9BA1;
}
</style>
border-color css
<style>
span { border-color: #EB9BA1; }
span { border-color: rgb(235,155,161); }
td.TdClassName
{
border-color: #EB9BA1;
}
.TagClassName
{
border-color: #EB9BA1;
}
</style>