Shades of Wewak #EF8C9D
Tints of Wewak #EF8C9D
RGB
CMYK
RGB Variations
Color information
#EF8C9D (or 0xEF8C9D) is known color: Wewak. HEX triplet: EF, 8C and 9D. RGB value is (239,140,157). Sum of RGB (Red+Green+Blue) = 239+140+157=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8C9D is #107362. Grayscale: #ABABAB. Windows color (decimal): -1078115 or 10325231. OLE color: 10325231.
HSL color Cylindrical-coordinate representation of color #EF8C9D: hue angle of 349.7º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8C9D is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 157 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.06 |
| HSL | 349.7º | 0.76% | 0.74% | - |
| HSV(B) | 349.7º | 0.41% | 0.94% | - |
| XYZ | 51.06 | 39.54 | 36.84 | - |
| YUV | 171.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 157 | 0 | 0.41 | 0.34 | 0.06 | 349.7 | 0.76 | 0.74 |
| Hex | EF | 8C | 9D | 0 | 29 | 22 | 6 | 15E | 4C | 4A |
| Octal | 357 | 214 | 235 | 0 | 51 | 42 | 6 | 536 | 114 | 112 |
| Binary | 11101111 | 10001100 | 10011101 | 0 | 101001 | 100010 | 110 | 101011110 | 1001100 | 1001010 |
Color Harmonies of #EF8C9D
Complementary color
Monochromatic Colors of #EF8C9D
Black with #EF8C9D
Text Example
Text Example
White with #EF8C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C9D; }
p { color: rgb(239,140,157); }
H1.HeaderClassName
{
color: #EF8C9D;
}
.AnyTagClassName
{
color: #EF8C9D;
}
</style>
background-color css
<style>
a { background-color: #EF8C9D; }
a { background-color: rgb(239,140,157); }
div.DivClassName
{
background-color: #EF8C9D;
}
.BgClassName
{
background-color: #EF8C9D;
}
</style>
border-color css
<style>
span { border-color: #EF8C9D; }
span { border-color: rgb(239,140,157); }
td.TdClassName
{
border-color: #EF8C9D;
}
.TagClassName
{
border-color: #EF8C9D;
}
</style>