Shades of Wewak #E8929E
Tints of Wewak #E8929E
RGB
CMYK
RGB Variations
Color information
#E8929E (or 0xE8929E) is known color: Wewak. HEX triplet: E8, 92 and 9E. RGB value is (232,146,158). Sum of RGB (Red+Green+Blue) = 232+146+158=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E8929E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8929E is #176D61. Grayscale: #ADADAD. Windows color (decimal): -1535330 or 10392296. OLE color: 10392296.
HSL color Cylindrical-coordinate representation of color #E8929E: hue angle of 351.63º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E8929E is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 158 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.09 |
| HSL | 351.63º | 0.65% | 0.74% | - |
| HSV(B) | 351.63º | 0.37% | 0.91% | - |
| XYZ | 49.73 | 40.18 | 37.48 | - |
| YUV | 173.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 158 | 0 | 0.37 | 0.32 | 0.09 | 351.63 | 0.65 | 0.74 |
| Hex | E8 | 92 | 9E | 0 | 25 | 20 | 9 | 160 | 41 | 4A |
| Octal | 350 | 222 | 236 | 0 | 45 | 40 | 11 | 540 | 101 | 112 |
| Binary | 11101000 | 10010010 | 10011110 | 0 | 100101 | 100000 | 1001 | 101100000 | 1000001 | 1001010 |
Color Harmonies of #E8929E
Complementary color
Monochromatic Colors of #E8929E
Black with #E8929E
Text Example
Text Example
White with #E8929E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8929E; }
p { color: rgb(232,146,158); }
H1.HeaderClassName
{
color: #E8929E;
}
.AnyTagClassName
{
color: #E8929E;
}
</style>
background-color css
<style>
a { background-color: #E8929E; }
a { background-color: rgb(232,146,158); }
div.DivClassName
{
background-color: #E8929E;
}
.BgClassName
{
background-color: #E8929E;
}
</style>
border-color css
<style>
span { border-color: #E8929E; }
span { border-color: rgb(232,146,158); }
td.TdClassName
{
border-color: #E8929E;
}
.TagClassName
{
border-color: #E8929E;
}
</style>