Shades of Wewak #E49A9C
Tints of Wewak #E49A9C
RGB
CMYK
RGB Variations
Color information
#E49A9C (or 0xE49A9C) is known color: Wewak. HEX triplet: E4, 9A and 9C. RGB value is (228,154,156). Sum of RGB (Red+Green+Blue) = 228+154+156=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49A9C is #1B6563. Grayscale: #B0B0B0. Windows color (decimal): -1795428 or 10263268. OLE color: 10263268.
HSL color Cylindrical-coordinate representation of color #E49A9C: hue angle of 358.38º 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 #E49A9C is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 154 | 156 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.11 |
| HSL | 358.38º | 0.58% | 0.75% | - |
| HSV(B) | 358.38º | 0.32% | 0.89% | - |
| XYZ | 49.55 | 42.01 | 36.95 | - |
| YUV | 176.35 | 116.52 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 156 | 0 | 0.32 | 0.32 | 0.11 | 358.38 | 0.58 | 0.75 |
| Hex | E4 | 9A | 9C | 0 | 20 | 20 | B | 166 | 3A | 4B |
| Octal | 344 | 232 | 234 | 0 | 40 | 40 | 13 | 546 | 72 | 113 |
| Binary | 11100100 | 10011010 | 10011100 | 0 | 100000 | 100000 | 1011 | 101100110 | 111010 | 1001011 |
Color Harmonies of #E49A9C
Complementary color
Monochromatic Colors of #E49A9C
Black with #E49A9C
Text Example
Text Example
White with #E49A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49A9C; }
p { color: rgb(228,154,156); }
H1.HeaderClassName
{
color: #E49A9C;
}
.AnyTagClassName
{
color: #E49A9C;
}
</style>
background-color css
<style>
a { background-color: #E49A9C; }
a { background-color: rgb(228,154,156); }
div.DivClassName
{
background-color: #E49A9C;
}
.BgClassName
{
background-color: #E49A9C;
}
</style>
border-color css
<style>
span { border-color: #E49A9C; }
span { border-color: rgb(228,154,156); }
td.TdClassName
{
border-color: #E49A9C;
}
.TagClassName
{
border-color: #E49A9C;
}
</style>