Shades of Wewak #E29193
Tints of Wewak #E29193
RGB
CMYK
RGB Variations
Color information
#E29193 (or 0xE29193) is known color: Wewak. HEX triplet: E2, 91 and 93. RGB value is (226,145,147). Sum of RGB (Red+Green+Blue) = 226+145+147=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E29193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29193 is #1D6E6C. Grayscale: #A9A9A9. Windows color (decimal): -1928813 or 9671138. OLE color: 9671138.
HSL color Cylindrical-coordinate representation of color #E29193: hue angle of 358.52º 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 #E29193 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 147 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.11 |
| HSL | 358.52º | 0.58% | 0.73% | - |
| HSV(B) | 358.52º | 0.36% | 0.89% | - |
| XYZ | 46.76 | 38.53 | 32.58 | - |
| YUV | 169.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 147 | 0 | 0.36 | 0.35 | 0.11 | 358.52 | 0.58 | 0.73 |
| Hex | E2 | 91 | 93 | 0 | 24 | 23 | B | 167 | 3A | 49 |
| Octal | 342 | 221 | 223 | 0 | 44 | 43 | 13 | 547 | 72 | 111 |
| Binary | 11100010 | 10010001 | 10010011 | 0 | 100100 | 100011 | 1011 | 101100111 | 111010 | 1001001 |
Color Harmonies of #E29193
Complementary color
Monochromatic Colors of #E29193
Black with #E29193
Text Example
Text Example
White with #E29193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29193; }
p { color: rgb(226,145,147); }
H1.HeaderClassName
{
color: #E29193;
}
.AnyTagClassName
{
color: #E29193;
}
</style>
background-color css
<style>
a { background-color: #E29193; }
a { background-color: rgb(226,145,147); }
div.DivClassName
{
background-color: #E29193;
}
.BgClassName
{
background-color: #E29193;
}
</style>
border-color css
<style>
span { border-color: #E29193; }
span { border-color: rgb(226,145,147); }
td.TdClassName
{
border-color: #E29193;
}
.TagClassName
{
border-color: #E29193;
}
</style>