Shades of Wewak #E98C9E
Tints of Wewak #E98C9E
RGB
CMYK
RGB Variations
Color information
#E98C9E (or 0xE98C9E) is known color: Wewak. HEX triplet: E9, 8C and 9E. RGB value is (233,140,158). Sum of RGB (Red+Green+Blue) = 233+140+158=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98C9E is #167361. Grayscale: #A9A9A9. Windows color (decimal): -1471330 or 10390761. OLE color: 10390761.
HSL color Cylindrical-coordinate representation of color #E98C9E: hue angle of 348.39º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E98C9E is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 158 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.09 |
| HSL | 348.39º | 0.68% | 0.73% | - |
| HSV(B) | 348.39º | 0.4% | 0.91% | - |
| XYZ | 49.15 | 38.55 | 37.2 | - |
| YUV | 169.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 158 | 0 | 0.40 | 0.32 | 0.09 | 348.39 | 0.68 | 0.73 |
| Hex | E9 | 8C | 9E | 0 | 28 | 20 | 9 | 15C | 44 | 49 |
| Octal | 351 | 214 | 236 | 0 | 50 | 40 | 11 | 534 | 104 | 111 |
| Binary | 11101001 | 10001100 | 10011110 | 0 | 101000 | 100000 | 1001 | 101011100 | 1000100 | 1001001 |
Color Harmonies of #E98C9E
Complementary color
Monochromatic Colors of #E98C9E
Black with #E98C9E
Text Example
Text Example
White with #E98C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C9E; }
p { color: rgb(233,140,158); }
H1.HeaderClassName
{
color: #E98C9E;
}
.AnyTagClassName
{
color: #E98C9E;
}
</style>
background-color css
<style>
a { background-color: #E98C9E; }
a { background-color: rgb(233,140,158); }
div.DivClassName
{
background-color: #E98C9E;
}
.BgClassName
{
background-color: #E98C9E;
}
</style>
border-color css
<style>
span { border-color: #E98C9E; }
span { border-color: rgb(233,140,158); }
td.TdClassName
{
border-color: #E98C9E;
}
.TagClassName
{
border-color: #E98C9E;
}
</style>