Shades of Wewak #E49195
Tints of Wewak #E49195
RGB
CMYK
RGB Variations
Color information
#E49195 (or 0xE49195) is known color: Wewak. HEX triplet: E4, 91 and 95. RGB value is (228,145,149). Sum of RGB (Red+Green+Blue) = 228+145+149=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 228 - color contains mainly: red. Hex color #E49195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49195 is #1B6E6A. Grayscale: #AAAAAA. Windows color (decimal): -1797739 or 9802212. OLE color: 9802212.
HSL color Cylindrical-coordinate representation of color #E49195: hue angle of 357.11º degrees, saturation: 0.61, 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 #E49195 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 145 | 149 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.11 |
| HSL | 357.11º | 0.61% | 0.73% | - |
| HSV(B) | 357.11º | 0.36% | 0.89% | - |
| XYZ | 47.55 | 38.91 | 33.44 | - |
| YUV | 170.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 149 | 0 | 0.36 | 0.35 | 0.11 | 357.11 | 0.61 | 0.73 |
| Hex | E4 | 91 | 95 | 0 | 24 | 23 | B | 165 | 3D | 49 |
| Octal | 344 | 221 | 225 | 0 | 44 | 43 | 13 | 545 | 75 | 111 |
| Binary | 11100100 | 10010001 | 10010101 | 0 | 100100 | 100011 | 1011 | 101100101 | 111101 | 1001001 |
Color Harmonies of #E49195
Complementary color
Monochromatic Colors of #E49195
Black with #E49195
Text Example
Text Example
White with #E49195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49195; }
p { color: rgb(228,145,149); }
H1.HeaderClassName
{
color: #E49195;
}
.AnyTagClassName
{
color: #E49195;
}
</style>
background-color css
<style>
a { background-color: #E49195; }
a { background-color: rgb(228,145,149); }
div.DivClassName
{
background-color: #E49195;
}
.BgClassName
{
background-color: #E49195;
}
</style>
border-color css
<style>
span { border-color: #E49195; }
span { border-color: rgb(228,145,149); }
td.TdClassName
{
border-color: #E49195;
}
.TagClassName
{
border-color: #E49195;
}
</style>