Shades of Wewak #EF898D
Tints of Wewak #EF898D
RGB
CMYK
RGB Variations
Color information
#EF898D (or 0xEF898D) is known color: Wewak. HEX triplet: EF, 89 and 8D. RGB value is (239,137,141). Sum of RGB (Red+Green+Blue) = 239+137+141=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF898D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF898D is #107672. Grayscale: #A8A8A8. Windows color (decimal): -1078899 or 9275887. OLE color: 9275887.
HSL color Cylindrical-coordinate representation of color #EF898D: hue angle of 357.65º 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 #EF898D is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 141 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.06 |
| HSL | 357.65º | 0.76% | 0.74% | - |
| HSV(B) | 357.65º | 0.43% | 0.94% | - |
| XYZ | 49.35 | 38.17 | 29.96 | - |
| YUV | 167.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 141 | 0 | 0.43 | 0.41 | 0.06 | 357.65 | 0.76 | 0.74 |
| Hex | EF | 89 | 8D | 0 | 2B | 29 | 6 | 166 | 4C | 4A |
| Octal | 357 | 211 | 215 | 0 | 53 | 51 | 6 | 546 | 114 | 112 |
| Binary | 11101111 | 10001001 | 10001101 | 0 | 101011 | 101001 | 110 | 101100110 | 1001100 | 1001010 |
Color Harmonies of #EF898D
Complementary color
Monochromatic Colors of #EF898D
Black with #EF898D
Text Example
Text Example
White with #EF898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF898D; }
p { color: rgb(239,137,141); }
H1.HeaderClassName
{
color: #EF898D;
}
.AnyTagClassName
{
color: #EF898D;
}
</style>
background-color css
<style>
a { background-color: #EF898D; }
a { background-color: rgb(239,137,141); }
div.DivClassName
{
background-color: #EF898D;
}
.BgClassName
{
background-color: #EF898D;
}
</style>
border-color css
<style>
span { border-color: #EF898D; }
span { border-color: rgb(239,137,141); }
td.TdClassName
{
border-color: #EF898D;
}
.TagClassName
{
border-color: #EF898D;
}
</style>