Shades of Wewak #EF898E
Tints of Wewak #EF898E
RGB
CMYK
RGB Variations
Color information
#EF898E (or 0xEF898E) is known color: Wewak. HEX triplet: EF, 89 and 8E. RGB value is (239,137,142). Sum of RGB (Red+Green+Blue) = 239+137+142=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF898E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF898E is #107671. Grayscale: #A8A8A8. Windows color (decimal): -1078898 or 9341423. OLE color: 9341423.
HSL color Cylindrical-coordinate representation of color #EF898E: hue angle of 357.06º 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 #EF898E is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 142 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.06 |
| HSL | 357.06º | 0.76% | 0.74% | - |
| HSV(B) | 357.06º | 0.43% | 0.94% | - |
| XYZ | 49.42 | 38.2 | 30.36 | - |
| YUV | 168.07 | 113.29 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 142 | 0 | 0.43 | 0.41 | 0.06 | 357.06 | 0.76 | 0.74 |
| Hex | EF | 89 | 8E | 0 | 2B | 29 | 6 | 165 | 4C | 4A |
| Octal | 357 | 211 | 216 | 0 | 53 | 51 | 6 | 545 | 114 | 112 |
| Binary | 11101111 | 10001001 | 10001110 | 0 | 101011 | 101001 | 110 | 101100101 | 1001100 | 1001010 |
Color Harmonies of #EF898E
Complementary color
Monochromatic Colors of #EF898E
Black with #EF898E
Text Example
Text Example
White with #EF898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF898E; }
p { color: rgb(239,137,142); }
H1.HeaderClassName
{
color: #EF898E;
}
.AnyTagClassName
{
color: #EF898E;
}
</style>
background-color css
<style>
a { background-color: #EF898E; }
a { background-color: rgb(239,137,142); }
div.DivClassName
{
background-color: #EF898E;
}
.BgClassName
{
background-color: #EF898E;
}
</style>
border-color css
<style>
span { border-color: #EF898E; }
span { border-color: rgb(239,137,142); }
td.TdClassName
{
border-color: #EF898E;
}
.TagClassName
{
border-color: #EF898E;
}
</style>