Shades of Wewak #E49B9D
Tints of Wewak #E49B9D
RGB
CMYK
RGB Variations
Color information
#E49B9D (or 0xE49B9D) is known color: Wewak. HEX triplet: E4, 9B and 9D. RGB value is (228,155,157). Sum of RGB (Red+Green+Blue) = 228+155+157=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49B9D is #1B6462. Grayscale: #B1B1B1. Windows color (decimal): -1795171 or 10329060. OLE color: 10329060.
HSL color Cylindrical-coordinate representation of color #E49B9D: hue angle of 358.36º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49B9D is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 157 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.11 |
| HSL | 358.36º | 0.57% | 0.75% | - |
| HSV(B) | 358.36º | 0.32% | 0.89% | - |
| XYZ | 49.8 | 42.37 | 37.45 | - |
| YUV | 177.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 157 | 0 | 0.32 | 0.31 | 0.11 | 358.36 | 0.57 | 0.75 |
| Hex | E4 | 9B | 9D | 0 | 20 | 1F | B | 166 | 39 | 4B |
| Octal | 344 | 233 | 235 | 0 | 40 | 37 | 13 | 546 | 71 | 113 |
| Binary | 11100100 | 10011011 | 10011101 | 0 | 100000 | 11111 | 1011 | 101100110 | 111001 | 1001011 |
Color Harmonies of #E49B9D
Complementary color
Monochromatic Colors of #E49B9D
Black with #E49B9D
Text Example
Text Example
White with #E49B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49B9D; }
p { color: rgb(228,155,157); }
H1.HeaderClassName
{
color: #E49B9D;
}
.AnyTagClassName
{
color: #E49B9D;
}
</style>
background-color css
<style>
a { background-color: #E49B9D; }
a { background-color: rgb(228,155,157); }
div.DivClassName
{
background-color: #E49B9D;
}
.BgClassName
{
background-color: #E49B9D;
}
</style>
border-color css
<style>
span { border-color: #E49B9D; }
span { border-color: rgb(228,155,157); }
td.TdClassName
{
border-color: #E49B9D;
}
.TagClassName
{
border-color: #E49B9D;
}
</style>