Shades of Wewak #E98C9B
Tints of Wewak #E98C9B
RGB
CMYK
RGB Variations
Color information
#E98C9B (or 0xE98C9B) is known color: Wewak. HEX triplet: E9, 8C and 9B. RGB value is (233,140,155). Sum of RGB (Red+Green+Blue) = 233+140+155=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98C9B is #167364. Grayscale: #A9A9A9. Windows color (decimal): -1471333 or 10194153. OLE color: 10194153.
HSL color Cylindrical-coordinate representation of color #E98C9B: hue angle of 350.32º 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 #E98C9B is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 155 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.09 |
| HSL | 350.32º | 0.68% | 0.73% | - |
| HSV(B) | 350.32º | 0.4% | 0.91% | - |
| XYZ | 48.9 | 38.45 | 35.85 | - |
| YUV | 169.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 155 | 0 | 0.40 | 0.33 | 0.09 | 350.32 | 0.68 | 0.73 |
| Hex | E9 | 8C | 9B | 0 | 28 | 21 | 9 | 15E | 44 | 49 |
| Octal | 351 | 214 | 233 | 0 | 50 | 41 | 11 | 536 | 104 | 111 |
| Binary | 11101001 | 10001100 | 10011011 | 0 | 101000 | 100001 | 1001 | 101011110 | 1000100 | 1001001 |
Color Harmonies of #E98C9B
Complementary color
Monochromatic Colors of #E98C9B
Black with #E98C9B
Text Example
Text Example
White with #E98C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C9B; }
p { color: rgb(233,140,155); }
H1.HeaderClassName
{
color: #E98C9B;
}
.AnyTagClassName
{
color: #E98C9B;
}
</style>
background-color css
<style>
a { background-color: #E98C9B; }
a { background-color: rgb(233,140,155); }
div.DivClassName
{
background-color: #E98C9B;
}
.BgClassName
{
background-color: #E98C9B;
}
</style>
border-color css
<style>
span { border-color: #E98C9B; }
span { border-color: rgb(233,140,155); }
td.TdClassName
{
border-color: #E98C9B;
}
.TagClassName
{
border-color: #E98C9B;
}
</style>