Shades of Wewak #E49AA0
Tints of Wewak #E49AA0
RGB
CMYK
RGB Variations
Color information
#E49AA0 (or 0xE49AA0) is known color: Wewak. HEX triplet: E4, 9A and A0. RGB value is (228,154,160). Sum of RGB (Red+Green+Blue) = 228+154+160=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E49AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49AA0 is #1B655F. Grayscale: #B0B0B0. Windows color (decimal): -1795424 or 10525412. OLE color: 10525412.
HSL color Cylindrical-coordinate representation of color #E49AA0: hue angle of 355.14º 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 #E49AA0 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 154 | 160 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.11 |
| HSL | 355.14º | 0.58% | 0.75% | - |
| HSV(B) | 355.14º | 0.32% | 0.89% | - |
| XYZ | 49.9 | 42.14 | 38.76 | - |
| YUV | 176.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 160 | 0 | 0.32 | 0.30 | 0.11 | 355.14 | 0.58 | 0.75 |
| Hex | E4 | 9A | A0 | 0 | 20 | 1E | B | 163 | 3A | 4B |
| Octal | 344 | 232 | 240 | 0 | 40 | 36 | 13 | 543 | 72 | 113 |
| Binary | 11100100 | 10011010 | 10100000 | 0 | 100000 | 11110 | 1011 | 101100011 | 111010 | 1001011 |
Color Harmonies of #E49AA0
Complementary color
Monochromatic Colors of #E49AA0
Black with #E49AA0
Text Example
Text Example
White with #E49AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49AA0; }
p { color: rgb(228,154,160); }
H1.HeaderClassName
{
color: #E49AA0;
}
.AnyTagClassName
{
color: #E49AA0;
}
</style>
background-color css
<style>
a { background-color: #E49AA0; }
a { background-color: rgb(228,154,160); }
div.DivClassName
{
background-color: #E49AA0;
}
.BgClassName
{
background-color: #E49AA0;
}
</style>
border-color css
<style>
span { border-color: #E49AA0; }
span { border-color: rgb(228,154,160); }
td.TdClassName
{
border-color: #E49AA0;
}
.TagClassName
{
border-color: #E49AA0;
}
</style>