Shades of Wewak #E49A9B
Tints of Wewak #E49A9B
RGB
CMYK
RGB Variations
Color information
#E49A9B (or 0xE49A9B) is known color: Wewak. HEX triplet: E4, 9A and 9B. RGB value is (228,154,155). Sum of RGB (Red+Green+Blue) = 228+154+155=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49A9B is #1B6564. Grayscale: #B0B0B0. Windows color (decimal): -1795429 or 10197732. OLE color: 10197732.
HSL color Cylindrical-coordinate representation of color #E49A9B: hue angle of 359.19º degrees, saturation: 0.58, 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 #E49A9B is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 154 | 155 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.11 |
| HSL | 359.19º | 0.58% | 0.75% | - |
| HSV(B) | 359.19º | 0.32% | 0.89% | - |
| XYZ | 49.47 | 41.97 | 36.5 | - |
| YUV | 176.24 | 116.02 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 155 | 0 | 0.32 | 0.32 | 0.11 | 359.19 | 0.58 | 0.75 |
| Hex | E4 | 9A | 9B | 0 | 20 | 20 | B | 167 | 3A | 4B |
| Octal | 344 | 232 | 233 | 0 | 40 | 40 | 13 | 547 | 72 | 113 |
| Binary | 11100100 | 10011010 | 10011011 | 0 | 100000 | 100000 | 1011 | 101100111 | 111010 | 1001011 |
Color Harmonies of #E49A9B
Complementary color
Monochromatic Colors of #E49A9B
Black with #E49A9B
Text Example
Text Example
White with #E49A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49A9B; }
p { color: rgb(228,154,155); }
H1.HeaderClassName
{
color: #E49A9B;
}
.AnyTagClassName
{
color: #E49A9B;
}
</style>
background-color css
<style>
a { background-color: #E49A9B; }
a { background-color: rgb(228,154,155); }
div.DivClassName
{
background-color: #E49A9B;
}
.BgClassName
{
background-color: #E49A9B;
}
</style>
border-color css
<style>
span { border-color: #E49A9B; }
span { border-color: rgb(228,154,155); }
td.TdClassName
{
border-color: #E49A9B;
}
.TagClassName
{
border-color: #E49A9B;
}
</style>