Shades of Wewak #E29B9F
Tints of Wewak #E29B9F
RGB
CMYK
RGB Variations
Color information
#E29B9F (or 0xE29B9F) is known color: Wewak. HEX triplet: E2, 9B and 9F. RGB value is (226,155,159). Sum of RGB (Red+Green+Blue) = 226+155+159=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29B9F is #1D6460. Grayscale: #B0B0B0. Windows color (decimal): -1926241 or 10460130. OLE color: 10460130.
HSL color Cylindrical-coordinate representation of color #E29B9F: hue angle of 356.62º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29B9F is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 159 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.11 |
| HSL | 356.62º | 0.55% | 0.75% | - |
| HSV(B) | 356.62º | 0.31% | 0.89% | - |
| XYZ | 49.34 | 42.11 | 38.33 | - |
| YUV | 176.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 159 | 0 | 0.31 | 0.30 | 0.11 | 356.62 | 0.55 | 0.75 |
| Hex | E2 | 9B | 9F | 0 | 1F | 1E | B | 165 | 37 | 4B |
| Octal | 342 | 233 | 237 | 0 | 37 | 36 | 13 | 545 | 67 | 113 |
| Binary | 11100010 | 10011011 | 10011111 | 0 | 11111 | 11110 | 1011 | 101100101 | 110111 | 1001011 |
Color Harmonies of #E29B9F
Complementary color
Monochromatic Colors of #E29B9F
Black with #E29B9F
Text Example
Text Example
White with #E29B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29B9F; }
p { color: rgb(226,155,159); }
H1.HeaderClassName
{
color: #E29B9F;
}
.AnyTagClassName
{
color: #E29B9F;
}
</style>
background-color css
<style>
a { background-color: #E29B9F; }
a { background-color: rgb(226,155,159); }
div.DivClassName
{
background-color: #E29B9F;
}
.BgClassName
{
background-color: #E29B9F;
}
</style>
border-color css
<style>
span { border-color: #E29B9F; }
span { border-color: rgb(226,155,159); }
td.TdClassName
{
border-color: #E29B9F;
}
.TagClassName
{
border-color: #E29B9F;
}
</style>