Shades of Wewak #E99698
Tints of Wewak #E99698
RGB
CMYK
RGB Variations
Color information
#E99698 (or 0xE99698) is known color: Wewak. HEX triplet: E9, 96 and 98. RGB value is (233,150,152). Sum of RGB (Red+Green+Blue) = 233+150+152=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E99698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99698 is #166967. Grayscale: #AFAFAF. Windows color (decimal): -1468776 or 10000105. OLE color: 10000105.
HSL color Cylindrical-coordinate representation of color #E99698: hue angle of 358.55º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E99698 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 152 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.09 |
| HSL | 358.55º | 0.65% | 0.75% | - |
| HSV(B) | 358.55º | 0.36% | 0.91% | - |
| XYZ | 50.18 | 41.4 | 35.05 | - |
| YUV | 175.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 152 | 0 | 0.36 | 0.35 | 0.09 | 358.55 | 0.65 | 0.75 |
| Hex | E9 | 96 | 98 | 0 | 24 | 23 | 9 | 167 | 41 | 4B |
| Octal | 351 | 226 | 230 | 0 | 44 | 43 | 11 | 547 | 101 | 113 |
| Binary | 11101001 | 10010110 | 10011000 | 0 | 100100 | 100011 | 1001 | 101100111 | 1000001 | 1001011 |
Color Harmonies of #E99698
Complementary color
Monochromatic Colors of #E99698
Black with #E99698
Text Example
Text Example
White with #E99698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99698; }
p { color: rgb(233,150,152); }
H1.HeaderClassName
{
color: #E99698;
}
.AnyTagClassName
{
color: #E99698;
}
</style>
background-color css
<style>
a { background-color: #E99698; }
a { background-color: rgb(233,150,152); }
div.DivClassName
{
background-color: #E99698;
}
.BgClassName
{
background-color: #E99698;
}
</style>
border-color css
<style>
span { border-color: #E99698; }
span { border-color: rgb(233,150,152); }
td.TdClassName
{
border-color: #E99698;
}
.TagClassName
{
border-color: #E99698;
}
</style>