Shades of Wewak #EF8B9E
Tints of Wewak #EF8B9E
RGB
CMYK
RGB Variations
Color information
#EF8B9E (or 0xEF8B9E) is known color: Wewak. HEX triplet: EF, 8B and 9E. RGB value is (239,139,158). Sum of RGB (Red+Green+Blue) = 239+139+158=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8B9E is #107461. Grayscale: #ABABAB. Windows color (decimal): -1078370 or 10390511. OLE color: 10390511.
HSL color Cylindrical-coordinate representation of color #EF8B9E: hue angle of 348.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8B9E is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 158 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.06 |
| HSL | 348.6º | 0.76% | 0.74% | - |
| HSV(B) | 348.6º | 0.42% | 0.94% | - |
| XYZ | 51 | 39.28 | 37.24 | - |
| YUV | 171.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 158 | 0 | 0.42 | 0.34 | 0.06 | 348.6 | 0.76 | 0.74 |
| Hex | EF | 8B | 9E | 0 | 2A | 22 | 6 | 15D | 4C | 4A |
| Octal | 357 | 213 | 236 | 0 | 52 | 42 | 6 | 535 | 114 | 112 |
| Binary | 11101111 | 10001011 | 10011110 | 0 | 101010 | 100010 | 110 | 101011101 | 1001100 | 1001010 |
Color Harmonies of #EF8B9E
Complementary color
Monochromatic Colors of #EF8B9E
Black with #EF8B9E
Text Example
Text Example
White with #EF8B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8B9E; }
p { color: rgb(239,139,158); }
H1.HeaderClassName
{
color: #EF8B9E;
}
.AnyTagClassName
{
color: #EF8B9E;
}
</style>
background-color css
<style>
a { background-color: #EF8B9E; }
a { background-color: rgb(239,139,158); }
div.DivClassName
{
background-color: #EF8B9E;
}
.BgClassName
{
background-color: #EF8B9E;
}
</style>
border-color css
<style>
span { border-color: #EF8B9E; }
span { border-color: rgb(239,139,158); }
td.TdClassName
{
border-color: #EF8B9E;
}
.TagClassName
{
border-color: #EF8B9E;
}
</style>