Shades of Wewak #E98A95
Tints of Wewak #E98A95
RGB
CMYK
RGB Variations
Color information
#E98A95 (or 0xE98A95) is known color: Wewak. HEX triplet: E9, 8A and 95. RGB value is (233,138,149). Sum of RGB (Red+Green+Blue) = 233+138+149=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98A95 is #16756A. Grayscale: #A7A7A7. Windows color (decimal): -1471851 or 9800425. OLE color: 9800425.
HSL color Cylindrical-coordinate representation of color #E98A95: hue angle of 353.05º 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 #E98A95 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 138 | 149 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.09 |
| HSL | 353.05º | 0.68% | 0.73% | - |
| HSV(B) | 353.05º | 0.41% | 0.91% | - |
| XYZ | 48.12 | 37.67 | 33.17 | - |
| YUV | 167.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 149 | 0 | 0.41 | 0.36 | 0.09 | 353.05 | 0.68 | 0.73 |
| Hex | E9 | 8A | 95 | 0 | 29 | 24 | 9 | 161 | 44 | 49 |
| Octal | 351 | 212 | 225 | 0 | 51 | 44 | 11 | 541 | 104 | 111 |
| Binary | 11101001 | 10001010 | 10010101 | 0 | 101001 | 100100 | 1001 | 101100001 | 1000100 | 1001001 |
Color Harmonies of #E98A95
Complementary color
Monochromatic Colors of #E98A95
Black with #E98A95
Text Example
Text Example
White with #E98A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98A95; }
p { color: rgb(233,138,149); }
H1.HeaderClassName
{
color: #E98A95;
}
.AnyTagClassName
{
color: #E98A95;
}
</style>
background-color css
<style>
a { background-color: #E98A95; }
a { background-color: rgb(233,138,149); }
div.DivClassName
{
background-color: #E98A95;
}
.BgClassName
{
background-color: #E98A95;
}
</style>
border-color css
<style>
span { border-color: #E98A95; }
span { border-color: rgb(233,138,149); }
td.TdClassName
{
border-color: #E98A95;
}
.TagClassName
{
border-color: #E98A95;
}
</style>