Shades of Wewak #EB9EA0
Tints of Wewak #EB9EA0
RGB
CMYK
RGB Variations
Color information
#EB9EA0 (or 0xEB9EA0) is known color: Wewak. HEX triplet: EB, 9E and A0. RGB value is (235,158,160). Sum of RGB (Red+Green+Blue) = 235+158+160=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9EA0 is #14615F. Grayscale: #B5B5B5. Windows color (decimal): -1335648 or 10526443. OLE color: 10526443.
HSL color Cylindrical-coordinate representation of color #EB9EA0: hue angle of 358.44º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9EA0 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 158 | 160 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.08 |
| HSL | 358.44º | 0.66% | 0.77% | - |
| HSV(B) | 358.44º | 0.33% | 0.92% | - |
| XYZ | 52.83 | 44.65 | 39.09 | - |
| YUV | 181.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 158 | 160 | 0 | 0.33 | 0.32 | 0.08 | 358.44 | 0.66 | 0.77 |
| Hex | EB | 9E | A0 | 0 | 21 | 20 | 8 | 166 | 42 | 4D |
| Octal | 353 | 236 | 240 | 0 | 41 | 40 | 10 | 546 | 102 | 115 |
| Binary | 11101011 | 10011110 | 10100000 | 0 | 100001 | 100000 | 1000 | 101100110 | 1000010 | 1001101 |
Color Harmonies of #EB9EA0
Complementary color
Monochromatic Colors of #EB9EA0
Black with #EB9EA0
Text Example
Text Example
White with #EB9EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9EA0; }
p { color: rgb(235,158,160); }
H1.HeaderClassName
{
color: #EB9EA0;
}
.AnyTagClassName
{
color: #EB9EA0;
}
</style>
background-color css
<style>
a { background-color: #EB9EA0; }
a { background-color: rgb(235,158,160); }
div.DivClassName
{
background-color: #EB9EA0;
}
.BgClassName
{
background-color: #EB9EA0;
}
</style>
border-color css
<style>
span { border-color: #EB9EA0; }
span { border-color: rgb(235,158,160); }
td.TdClassName
{
border-color: #EB9EA0;
}
.TagClassName
{
border-color: #EB9EA0;
}
</style>