Shades of Wewak #E98C94
Tints of Wewak #E98C94
RGB
CMYK
RGB Variations
Color information
#E98C94 (or 0xE98C94) is known color: Wewak. HEX triplet: E9, 8C and 94. RGB value is (233,140,148). Sum of RGB (Red+Green+Blue) = 233+140+148=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98C94 is #16736B. Grayscale: #A8A8A8. Windows color (decimal): -1471340 or 9735401. OLE color: 9735401.
HSL color Cylindrical-coordinate representation of color #E98C94: hue angle of 354.84º 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 #E98C94 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 148 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.09 |
| HSL | 354.84º | 0.68% | 0.73% | - |
| HSV(B) | 354.84º | 0.4% | 0.91% | - |
| XYZ | 48.33 | 38.22 | 32.85 | - |
| YUV | 168.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 148 | 0 | 0.40 | 0.36 | 0.09 | 354.84 | 0.68 | 0.73 |
| Hex | E9 | 8C | 94 | 0 | 28 | 24 | 9 | 163 | 44 | 49 |
| Octal | 351 | 214 | 224 | 0 | 50 | 44 | 11 | 543 | 104 | 111 |
| Binary | 11101001 | 10001100 | 10010100 | 0 | 101000 | 100100 | 1001 | 101100011 | 1000100 | 1001001 |
Color Harmonies of #E98C94
Complementary color
Monochromatic Colors of #E98C94
Black with #E98C94
Text Example
Text Example
White with #E98C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C94; }
p { color: rgb(233,140,148); }
H1.HeaderClassName
{
color: #E98C94;
}
.AnyTagClassName
{
color: #E98C94;
}
</style>
background-color css
<style>
a { background-color: #E98C94; }
a { background-color: rgb(233,140,148); }
div.DivClassName
{
background-color: #E98C94;
}
.BgClassName
{
background-color: #E98C94;
}
</style>
border-color css
<style>
span { border-color: #E98C94; }
span { border-color: rgb(233,140,148); }
td.TdClassName
{
border-color: #E98C94;
}
.TagClassName
{
border-color: #E98C94;
}
</style>