Shades of Wewak #EF8D9F
Tints of Wewak #EF8D9F
RGB
CMYK
RGB Variations
Color information
#EF8D9F (or 0xEF8D9F) is known color: Wewak. HEX triplet: EF, 8D and 9F. RGB value is (239,141,159). Sum of RGB (Red+Green+Blue) = 239+141+159=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D9F is #107260. Grayscale: #ACACAC. Windows color (decimal): -1077857 or 10456559. OLE color: 10456559.
HSL color Cylindrical-coordinate representation of color #EF8D9F: hue angle of 348.98º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8D9F is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 159 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.06 |
| HSL | 348.98º | 0.75% | 0.75% | - |
| HSV(B) | 348.98º | 0.41% | 0.94% | - |
| XYZ | 51.38 | 39.9 | 37.8 | - |
| YUV | 172.35 | 120.47 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 159 | 0 | 0.41 | 0.33 | 0.06 | 348.98 | 0.75 | 0.75 |
| Hex | EF | 8D | 9F | 0 | 29 | 21 | 6 | 15D | 4B | 4B |
| Octal | 357 | 215 | 237 | 0 | 51 | 41 | 6 | 535 | 113 | 113 |
| Binary | 11101111 | 10001101 | 10011111 | 0 | 101001 | 100001 | 110 | 101011101 | 1001011 | 1001011 |
Color Harmonies of #EF8D9F
Complementary color
Monochromatic Colors of #EF8D9F
Black with #EF8D9F
Text Example
Text Example
White with #EF8D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D9F; }
p { color: rgb(239,141,159); }
H1.HeaderClassName
{
color: #EF8D9F;
}
.AnyTagClassName
{
color: #EF8D9F;
}
</style>
background-color css
<style>
a { background-color: #EF8D9F; }
a { background-color: rgb(239,141,159); }
div.DivClassName
{
background-color: #EF8D9F;
}
.BgClassName
{
background-color: #EF8D9F;
}
</style>
border-color css
<style>
span { border-color: #EF8D9F; }
span { border-color: rgb(239,141,159); }
td.TdClassName
{
border-color: #EF8D9F;
}
.TagClassName
{
border-color: #EF8D9F;
}
</style>