Shades of Wewak #E29096
Tints of Wewak #E29096
RGB
CMYK
RGB Variations
Color information
#E29096 (or 0xE29096) is known color: Wewak. HEX triplet: E2, 90 and 96. RGB value is (226,144,150). Sum of RGB (Red+Green+Blue) = 226+144+150=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E29096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29096 is #1D6F69. Grayscale: #A9A9A9. Windows color (decimal): -1929066 or 9867490. OLE color: 9867490.
HSL color Cylindrical-coordinate representation of color #E29096: hue angle of 355.61º degrees, saturation: 0.59, 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 #E29096 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 150 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.11 |
| HSL | 355.61º | 0.59% | 0.73% | - |
| HSV(B) | 355.61º | 0.36% | 0.89% | - |
| XYZ | 46.84 | 38.32 | 33.78 | - |
| YUV | 169.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 150 | 0 | 0.36 | 0.34 | 0.11 | 355.61 | 0.59 | 0.73 |
| Hex | E2 | 90 | 96 | 0 | 24 | 22 | B | 164 | 3B | 49 |
| Octal | 342 | 220 | 226 | 0 | 44 | 42 | 13 | 544 | 73 | 111 |
| Binary | 11100010 | 10010000 | 10010110 | 0 | 100100 | 100010 | 1011 | 101100100 | 111011 | 1001001 |
Color Harmonies of #E29096
Complementary color
Monochromatic Colors of #E29096
Black with #E29096
Text Example
Text Example
White with #E29096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29096; }
p { color: rgb(226,144,150); }
H1.HeaderClassName
{
color: #E29096;
}
.AnyTagClassName
{
color: #E29096;
}
</style>
background-color css
<style>
a { background-color: #E29096; }
a { background-color: rgb(226,144,150); }
div.DivClassName
{
background-color: #E29096;
}
.BgClassName
{
background-color: #E29096;
}
</style>
border-color css
<style>
span { border-color: #E29096; }
span { border-color: rgb(226,144,150); }
td.TdClassName
{
border-color: #E29096;
}
.TagClassName
{
border-color: #E29096;
}
</style>