Shades of Wewak #EB9CA0
Tints of Wewak #EB9CA0
RGB
CMYK
RGB Variations
Color information
#EB9CA0 (or 0xEB9CA0) is known color: Wewak. HEX triplet: EB, 9C and A0. RGB value is (235,156,160). Sum of RGB (Red+Green+Blue) = 235+156+160=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9CA0 is #14635F. Grayscale: #B4B4B4. Windows color (decimal): -1336160 or 10525931. OLE color: 10525931.
HSL color Cylindrical-coordinate representation of color #EB9CA0: hue angle of 356.96º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9CA0 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 156 | 160 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.08 |
| HSL | 356.96º | 0.66% | 0.77% | - |
| HSV(B) | 356.96º | 0.34% | 0.92% | - |
| XYZ | 52.49 | 43.98 | 38.98 | - |
| YUV | 180.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 156 | 160 | 0 | 0.34 | 0.32 | 0.08 | 356.96 | 0.66 | 0.77 |
| Hex | EB | 9C | A0 | 0 | 22 | 20 | 8 | 165 | 42 | 4D |
| Octal | 353 | 234 | 240 | 0 | 42 | 40 | 10 | 545 | 102 | 115 |
| Binary | 11101011 | 10011100 | 10100000 | 0 | 100010 | 100000 | 1000 | 101100101 | 1000010 | 1001101 |
Color Harmonies of #EB9CA0
Complementary color
Monochromatic Colors of #EB9CA0
Black with #EB9CA0
Text Example
Text Example
White with #EB9CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9CA0; }
p { color: rgb(235,156,160); }
H1.HeaderClassName
{
color: #EB9CA0;
}
.AnyTagClassName
{
color: #EB9CA0;
}
</style>
background-color css
<style>
a { background-color: #EB9CA0; }
a { background-color: rgb(235,156,160); }
div.DivClassName
{
background-color: #EB9CA0;
}
.BgClassName
{
background-color: #EB9CA0;
}
</style>
border-color css
<style>
span { border-color: #EB9CA0; }
span { border-color: rgb(235,156,160); }
td.TdClassName
{
border-color: #EB9CA0;
}
.TagClassName
{
border-color: #EB9CA0;
}
</style>