Shades of Wewak #EB9FA0
Tints of Wewak #EB9FA0
RGB
CMYK
RGB Variations
Color information
#EB9FA0 (or 0xEB9FA0) is known color: Wewak. HEX triplet: EB, 9F and A0. RGB value is (235,159,160). Sum of RGB (Red+Green+Blue) = 235+159+160=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9FA0 is #14605F. Grayscale: #B5B5B5. Windows color (decimal): -1335392 or 10526699. OLE color: 10526699.
HSL color Cylindrical-coordinate representation of color #EB9FA0: hue angle of 359.21º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EB9FA0 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 159 | 160 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.08 |
| HSL | 359.21º | 0.66% | 0.77% | - |
| HSV(B) | 359.21º | 0.32% | 0.92% | - |
| XYZ | 53 | 45 | 39.15 | - |
| YUV | 181.84 | 115.68 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 159 | 160 | 0 | 0.32 | 0.32 | 0.08 | 359.21 | 0.66 | 0.77 |
| Hex | EB | 9F | A0 | 0 | 20 | 20 | 8 | 167 | 42 | 4D |
| Octal | 353 | 237 | 240 | 0 | 40 | 40 | 10 | 547 | 102 | 115 |
| Binary | 11101011 | 10011111 | 10100000 | 0 | 100000 | 100000 | 1000 | 101100111 | 1000010 | 1001101 |
Color Harmonies of #EB9FA0
Complementary color
Monochromatic Colors of #EB9FA0
Black with #EB9FA0
Text Example
Text Example
White with #EB9FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9FA0; }
p { color: rgb(235,159,160); }
H1.HeaderClassName
{
color: #EB9FA0;
}
.AnyTagClassName
{
color: #EB9FA0;
}
</style>
background-color css
<style>
a { background-color: #EB9FA0; }
a { background-color: rgb(235,159,160); }
div.DivClassName
{
background-color: #EB9FA0;
}
.BgClassName
{
background-color: #EB9FA0;
}
</style>
border-color css
<style>
span { border-color: #EB9FA0; }
span { border-color: rgb(235,159,160); }
td.TdClassName
{
border-color: #EB9FA0;
}
.TagClassName
{
border-color: #EB9FA0;
}
</style>