Shades of Wewak #EF8F9B
Tints of Wewak #EF8F9B
RGB
CMYK
RGB Variations
Color information
#EF8F9B (or 0xEF8F9B) is known color: Wewak. HEX triplet: EF, 8F and 9B. RGB value is (239,143,155). Sum of RGB (Red+Green+Blue) = 239+143+155=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8F9B is #107064. Grayscale: #ADADAD. Windows color (decimal): -1077349 or 10194927. OLE color: 10194927.
HSL color Cylindrical-coordinate representation of color #EF8F9B: hue angle of 352.5º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8F9B is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 155 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.06 |
| HSL | 352.5º | 0.75% | 0.75% | - |
| HSV(B) | 352.5º | 0.4% | 0.94% | - |
| XYZ | 51.34 | 40.36 | 36.1 | - |
| YUV | 173.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 155 | 0 | 0.40 | 0.35 | 0.06 | 352.5 | 0.75 | 0.75 |
| Hex | EF | 8F | 9B | 0 | 28 | 23 | 6 | 160 | 4B | 4B |
| Octal | 357 | 217 | 233 | 0 | 50 | 43 | 6 | 540 | 113 | 113 |
| Binary | 11101111 | 10001111 | 10011011 | 0 | 101000 | 100011 | 110 | 101100000 | 1001011 | 1001011 |
Color Harmonies of #EF8F9B
Complementary color
Monochromatic Colors of #EF8F9B
Black with #EF8F9B
Text Example
Text Example
White with #EF8F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F9B; }
p { color: rgb(239,143,155); }
H1.HeaderClassName
{
color: #EF8F9B;
}
.AnyTagClassName
{
color: #EF8F9B;
}
</style>
background-color css
<style>
a { background-color: #EF8F9B; }
a { background-color: rgb(239,143,155); }
div.DivClassName
{
background-color: #EF8F9B;
}
.BgClassName
{
background-color: #EF8F9B;
}
</style>
border-color css
<style>
span { border-color: #EF8F9B; }
span { border-color: rgb(239,143,155); }
td.TdClassName
{
border-color: #EF8F9B;
}
.TagClassName
{
border-color: #EF8F9B;
}
</style>