Shades of Wewak #E48D95
Tints of Wewak #E48D95
RGB
CMYK
RGB Variations
Color information
#E48D95 (or 0xE48D95) is known color: Wewak. HEX triplet: E4, 8D and 95. RGB value is (228,141,149). Sum of RGB (Red+Green+Blue) = 228+141+149=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48D95 is #1B726A. Grayscale: #A7A7A7. Windows color (decimal): -1798763 or 9801188. OLE color: 9801188.
HSL color Cylindrical-coordinate representation of color #E48D95: hue angle of 354.48º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48D95 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 149 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.11 |
| HSL | 354.48º | 0.62% | 0.72% | - |
| HSV(B) | 354.48º | 0.38% | 0.89% | - |
| XYZ | 46.94 | 37.71 | 33.24 | - |
| YUV | 167.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 149 | 0 | 0.38 | 0.35 | 0.11 | 354.48 | 0.62 | 0.72 |
| Hex | E4 | 8D | 95 | 0 | 26 | 23 | B | 162 | 3E | 48 |
| Octal | 344 | 215 | 225 | 0 | 46 | 43 | 13 | 542 | 76 | 110 |
| Binary | 11100100 | 10001101 | 10010101 | 0 | 100110 | 100011 | 1011 | 101100010 | 111110 | 1001000 |
Color Harmonies of #E48D95
Complementary color
Monochromatic Colors of #E48D95
Black with #E48D95
Text Example
Text Example
White with #E48D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48D95; }
p { color: rgb(228,141,149); }
H1.HeaderClassName
{
color: #E48D95;
}
.AnyTagClassName
{
color: #E48D95;
}
</style>
background-color css
<style>
a { background-color: #E48D95; }
a { background-color: rgb(228,141,149); }
div.DivClassName
{
background-color: #E48D95;
}
.BgClassName
{
background-color: #E48D95;
}
</style>
border-color css
<style>
span { border-color: #E48D95; }
span { border-color: rgb(228,141,149); }
td.TdClassName
{
border-color: #E48D95;
}
.TagClassName
{
border-color: #E48D95;
}
</style>