Shades of Wewak #E29192
Tints of Wewak #E29192
RGB
CMYK
RGB Variations
Color information
#E29192 (or 0xE29192) is known color: Wewak. HEX triplet: E2, 91 and 92. RGB value is (226,145,146). Sum of RGB (Red+Green+Blue) = 226+145+146=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E29192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29192 is #1D6E6D. Grayscale: #A9A9A9. Windows color (decimal): -1928814 or 9605602. OLE color: 9605602.
HSL color Cylindrical-coordinate representation of color #E29192: hue angle of 359.26º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E29192 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 146 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.11 |
| HSL | 359.26º | 0.58% | 0.73% | - |
| HSV(B) | 359.26º | 0.36% | 0.89% | - |
| XYZ | 46.68 | 38.49 | 32.16 | - |
| YUV | 169.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 146 | 0 | 0.36 | 0.35 | 0.11 | 359.26 | 0.58 | 0.73 |
| Hex | E2 | 91 | 92 | 0 | 24 | 23 | B | 167 | 3A | 49 |
| Octal | 342 | 221 | 222 | 0 | 44 | 43 | 13 | 547 | 72 | 111 |
| Binary | 11100010 | 10010001 | 10010010 | 0 | 100100 | 100011 | 1011 | 101100111 | 111010 | 1001001 |
Color Harmonies of #E29192
Complementary color
Monochromatic Colors of #E29192
Black with #E29192
Text Example
Text Example
White with #E29192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29192; }
p { color: rgb(226,145,146); }
H1.HeaderClassName
{
color: #E29192;
}
.AnyTagClassName
{
color: #E29192;
}
</style>
background-color css
<style>
a { background-color: #E29192; }
a { background-color: rgb(226,145,146); }
div.DivClassName
{
background-color: #E29192;
}
.BgClassName
{
background-color: #E29192;
}
</style>
border-color css
<style>
span { border-color: #E29192; }
span { border-color: rgb(226,145,146); }
td.TdClassName
{
border-color: #E29192;
}
.TagClassName
{
border-color: #E29192;
}
</style>