Shades of Wewak #EF899D
Tints of Wewak #EF899D
RGB
CMYK
RGB Variations
Color information
#EF899D (or 0xEF899D) is known color: Wewak. HEX triplet: EF, 89 and 9D. RGB value is (239,137,157). Sum of RGB (Red+Green+Blue) = 239+137+157=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF899D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF899D is #107662. Grayscale: #A9A9A9. Windows color (decimal): -1078883 or 10324463. OLE color: 10324463.
HSL color Cylindrical-coordinate representation of color #EF899D: hue angle of 348.24º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF899D is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 157 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.06 |
| HSL | 348.24º | 0.76% | 0.74% | - |
| HSV(B) | 348.24º | 0.43% | 0.94% | - |
| XYZ | 50.63 | 38.68 | 36.7 | - |
| YUV | 169.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 157 | 0 | 0.43 | 0.34 | 0.06 | 348.24 | 0.76 | 0.74 |
| Hex | EF | 89 | 9D | 0 | 2B | 22 | 6 | 15C | 4C | 4A |
| Octal | 357 | 211 | 235 | 0 | 53 | 42 | 6 | 534 | 114 | 112 |
| Binary | 11101111 | 10001001 | 10011101 | 0 | 101011 | 100010 | 110 | 101011100 | 1001100 | 1001010 |
Color Harmonies of #EF899D
Complementary color
Monochromatic Colors of #EF899D
Black with #EF899D
Text Example
Text Example
White with #EF899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF899D; }
p { color: rgb(239,137,157); }
H1.HeaderClassName
{
color: #EF899D;
}
.AnyTagClassName
{
color: #EF899D;
}
</style>
background-color css
<style>
a { background-color: #EF899D; }
a { background-color: rgb(239,137,157); }
div.DivClassName
{
background-color: #EF899D;
}
.BgClassName
{
background-color: #EF899D;
}
</style>
border-color css
<style>
span { border-color: #EF899D; }
span { border-color: rgb(239,137,157); }
td.TdClassName
{
border-color: #EF899D;
}
.TagClassName
{
border-color: #EF899D;
}
</style>