Shades of Wewak #E29EA0
Tints of Wewak #E29EA0
RGB
CMYK
RGB Variations
Color information
#E29EA0 (or 0xE29EA0) is known color: Wewak. HEX triplet: E2, 9E and A0. RGB value is (226,158,160). Sum of RGB (Red+Green+Blue) = 226+158+160=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29EA0 is #1D615F. Grayscale: #B2B2B2. Windows color (decimal): -1925472 or 10526434. OLE color: 10526434.
HSL color Cylindrical-coordinate representation of color #E29EA0: hue angle of 358.24º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29EA0 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 160 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.11 |
| HSL | 358.24º | 0.54% | 0.75% | - |
| HSV(B) | 358.24º | 0.3% | 0.89% | - |
| XYZ | 49.94 | 43.16 | 38.96 | - |
| YUV | 178.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 160 | 0 | 0.30 | 0.29 | 0.11 | 358.24 | 0.54 | 0.75 |
| Hex | E2 | 9E | A0 | 0 | 1E | 1D | B | 166 | 36 | 4B |
| Octal | 342 | 236 | 240 | 0 | 36 | 35 | 13 | 546 | 66 | 113 |
| Binary | 11100010 | 10011110 | 10100000 | 0 | 11110 | 11101 | 1011 | 101100110 | 110110 | 1001011 |
Color Harmonies of #E29EA0
Complementary color
Monochromatic Colors of #E29EA0
Black with #E29EA0
Text Example
Text Example
White with #E29EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29EA0; }
p { color: rgb(226,158,160); }
H1.HeaderClassName
{
color: #E29EA0;
}
.AnyTagClassName
{
color: #E29EA0;
}
</style>
background-color css
<style>
a { background-color: #E29EA0; }
a { background-color: rgb(226,158,160); }
div.DivClassName
{
background-color: #E29EA0;
}
.BgClassName
{
background-color: #E29EA0;
}
</style>
border-color css
<style>
span { border-color: #E29EA0; }
span { border-color: rgb(226,158,160); }
td.TdClassName
{
border-color: #E29EA0;
}
.TagClassName
{
border-color: #E29EA0;
}
</style>