Shades of Wewak #E98C9A
Tints of Wewak #E98C9A
RGB
CMYK
RGB Variations
Color information
#E98C9A (or 0xE98C9A) is known color: Wewak. HEX triplet: E9, 8C and 9A. RGB value is (233,140,154). Sum of RGB (Red+Green+Blue) = 233+140+154=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98C9A is #167365. Grayscale: #A9A9A9. Windows color (decimal): -1471334 or 10128617. OLE color: 10128617.
HSL color Cylindrical-coordinate representation of color #E98C9A: hue angle of 350.97º 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 #E98C9A is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 154 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.09 |
| HSL | 350.97º | 0.68% | 0.73% | - |
| HSV(B) | 350.97º | 0.4% | 0.91% | - |
| XYZ | 48.82 | 38.41 | 35.41 | - |
| YUV | 169.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 154 | 0 | 0.40 | 0.34 | 0.09 | 350.97 | 0.68 | 0.73 |
| Hex | E9 | 8C | 9A | 0 | 28 | 22 | 9 | 15F | 44 | 49 |
| Octal | 351 | 214 | 232 | 0 | 50 | 42 | 11 | 537 | 104 | 111 |
| Binary | 11101001 | 10001100 | 10011010 | 0 | 101000 | 100010 | 1001 | 101011111 | 1000100 | 1001001 |
Color Harmonies of #E98C9A
Complementary color
Monochromatic Colors of #E98C9A
Black with #E98C9A
Text Example
Text Example
White with #E98C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C9A; }
p { color: rgb(233,140,154); }
H1.HeaderClassName
{
color: #E98C9A;
}
.AnyTagClassName
{
color: #E98C9A;
}
</style>
background-color css
<style>
a { background-color: #E98C9A; }
a { background-color: rgb(233,140,154); }
div.DivClassName
{
background-color: #E98C9A;
}
.BgClassName
{
background-color: #E98C9A;
}
</style>
border-color css
<style>
span { border-color: #E98C9A; }
span { border-color: rgb(233,140,154); }
td.TdClassName
{
border-color: #E98C9A;
}
.TagClassName
{
border-color: #E98C9A;
}
</style>