Shades of Wewak #E49698
Tints of Wewak #E49698
RGB
CMYK
RGB Variations
Color information
#E49698 (or 0xE49698) is known color: Wewak. HEX triplet: E4, 96 and 98. RGB value is (228,150,152). Sum of RGB (Red+Green+Blue) = 228+150+152=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E49698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49698 is #1B6967. Grayscale: #ADADAD. Windows color (decimal): -1796456 or 10000100. OLE color: 10000100.
HSL color Cylindrical-coordinate representation of color #E49698: hue angle of 358.46º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E49698 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 152 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.11 |
| HSL | 358.46º | 0.59% | 0.74% | - |
| HSV(B) | 358.46º | 0.34% | 0.89% | - |
| XYZ | 48.57 | 40.57 | 34.98 | - |
| YUV | 173.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 152 | 0 | 0.34 | 0.33 | 0.11 | 358.46 | 0.59 | 0.74 |
| Hex | E4 | 96 | 98 | 0 | 22 | 21 | B | 166 | 3B | 4A |
| Octal | 344 | 226 | 230 | 0 | 42 | 41 | 13 | 546 | 73 | 112 |
| Binary | 11100100 | 10010110 | 10011000 | 0 | 100010 | 100001 | 1011 | 101100110 | 111011 | 1001010 |
Color Harmonies of #E49698
Complementary color
Monochromatic Colors of #E49698
Black with #E49698
Text Example
Text Example
White with #E49698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49698; }
p { color: rgb(228,150,152); }
H1.HeaderClassName
{
color: #E49698;
}
.AnyTagClassName
{
color: #E49698;
}
</style>
background-color css
<style>
a { background-color: #E49698; }
a { background-color: rgb(228,150,152); }
div.DivClassName
{
background-color: #E49698;
}
.BgClassName
{
background-color: #E49698;
}
</style>
border-color css
<style>
span { border-color: #E49698; }
span { border-color: rgb(228,150,152); }
td.TdClassName
{
border-color: #E49698;
}
.TagClassName
{
border-color: #E49698;
}
</style>