Shades of Wewak #E98C96
Tints of Wewak #E98C96
RGB
CMYK
RGB Variations
Color information
#E98C96 (or 0xE98C96) is known color: Wewak. HEX triplet: E9, 8C and 96. RGB value is (233,140,150). Sum of RGB (Red+Green+Blue) = 233+140+150=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98C96 is #167369. Grayscale: #A9A9A9. Windows color (decimal): -1471338 or 9866473. OLE color: 9866473.
HSL color Cylindrical-coordinate representation of color #E98C96: hue angle of 353.55º 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 #E98C96 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 150 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.09 |
| HSL | 353.55º | 0.68% | 0.73% | - |
| HSV(B) | 353.55º | 0.4% | 0.91% | - |
| XYZ | 48.49 | 38.28 | 33.69 | - |
| YUV | 168.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 150 | 0 | 0.40 | 0.36 | 0.09 | 353.55 | 0.68 | 0.73 |
| Hex | E9 | 8C | 96 | 0 | 28 | 24 | 9 | 162 | 44 | 49 |
| Octal | 351 | 214 | 226 | 0 | 50 | 44 | 11 | 542 | 104 | 111 |
| Binary | 11101001 | 10001100 | 10010110 | 0 | 101000 | 100100 | 1001 | 101100010 | 1000100 | 1001001 |
Color Harmonies of #E98C96
Complementary color
Monochromatic Colors of #E98C96
Black with #E98C96
Text Example
Text Example
White with #E98C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C96; }
p { color: rgb(233,140,150); }
H1.HeaderClassName
{
color: #E98C96;
}
.AnyTagClassName
{
color: #E98C96;
}
</style>
background-color css
<style>
a { background-color: #E98C96; }
a { background-color: rgb(233,140,150); }
div.DivClassName
{
background-color: #E98C96;
}
.BgClassName
{
background-color: #E98C96;
}
</style>
border-color css
<style>
span { border-color: #E98C96; }
span { border-color: rgb(233,140,150); }
td.TdClassName
{
border-color: #E98C96;
}
.TagClassName
{
border-color: #E98C96;
}
</style>