Shades of Wewak #E98A98
Tints of Wewak #E98A98
RGB
CMYK
RGB Variations
Color information
#E98A98 (or 0xE98A98) is known color: Wewak. HEX triplet: E9, 8A and 98. RGB value is (233,138,152). Sum of RGB (Red+Green+Blue) = 233+138+152=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98A98 is #167567. Grayscale: #A8A8A8. Windows color (decimal): -1471848 or 9997033. OLE color: 9997033.
HSL color Cylindrical-coordinate representation of color #E98A98: hue angle of 351.16º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E98A98 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 138 | 152 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.09 |
| HSL | 351.16º | 0.68% | 0.73% | - |
| HSV(B) | 351.16º | 0.41% | 0.91% | - |
| XYZ | 48.36 | 37.77 | 34.45 | - |
| YUV | 168 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 152 | 0 | 0.41 | 0.35 | 0.09 | 351.16 | 0.68 | 0.73 |
| Hex | E9 | 8A | 98 | 0 | 29 | 23 | 9 | 15F | 44 | 49 |
| Octal | 351 | 212 | 230 | 0 | 51 | 43 | 11 | 537 | 104 | 111 |
| Binary | 11101001 | 10001010 | 10011000 | 0 | 101001 | 100011 | 1001 | 101011111 | 1000100 | 1001001 |
Color Harmonies of #E98A98
Complementary color
Monochromatic Colors of #E98A98
Black with #E98A98
Text Example
Text Example
White with #E98A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98A98; }
p { color: rgb(233,138,152); }
H1.HeaderClassName
{
color: #E98A98;
}
.AnyTagClassName
{
color: #E98A98;
}
</style>
background-color css
<style>
a { background-color: #E98A98; }
a { background-color: rgb(233,138,152); }
div.DivClassName
{
background-color: #E98A98;
}
.BgClassName
{
background-color: #E98A98;
}
</style>
border-color css
<style>
span { border-color: #E98A98; }
span { border-color: rgb(233,138,152); }
td.TdClassName
{
border-color: #E98A98;
}
.TagClassName
{
border-color: #E98A98;
}
</style>