Shades of Wewak #E49A9F
Tints of Wewak #E49A9F
RGB
CMYK
RGB Variations
Color information
#E49A9F (or 0xE49A9F) is known color: Wewak. HEX triplet: E4, 9A and 9F. RGB value is (228,154,159). Sum of RGB (Red+Green+Blue) = 228+154+159=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49A9F is #1B6560. Grayscale: #B0B0B0. Windows color (decimal): -1795425 or 10459876. OLE color: 10459876.
HSL color Cylindrical-coordinate representation of color #E49A9F: hue angle of 355.95º 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 #E49A9F is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 154 | 159 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.11 |
| HSL | 355.95º | 0.58% | 0.75% | - |
| HSV(B) | 355.95º | 0.32% | 0.89% | - |
| XYZ | 49.81 | 42.11 | 38.3 | - |
| YUV | 176.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 159 | 0 | 0.32 | 0.30 | 0.11 | 355.95 | 0.58 | 0.75 |
| Hex | E4 | 9A | 9F | 0 | 20 | 1E | B | 164 | 3A | 4B |
| Octal | 344 | 232 | 237 | 0 | 40 | 36 | 13 | 544 | 72 | 113 |
| Binary | 11100100 | 10011010 | 10011111 | 0 | 100000 | 11110 | 1011 | 101100100 | 111010 | 1001011 |
Color Harmonies of #E49A9F
Complementary color
Monochromatic Colors of #E49A9F
Black with #E49A9F
Text Example
Text Example
White with #E49A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49A9F; }
p { color: rgb(228,154,159); }
H1.HeaderClassName
{
color: #E49A9F;
}
.AnyTagClassName
{
color: #E49A9F;
}
</style>
background-color css
<style>
a { background-color: #E49A9F; }
a { background-color: rgb(228,154,159); }
div.DivClassName
{
background-color: #E49A9F;
}
.BgClassName
{
background-color: #E49A9F;
}
</style>
border-color css
<style>
span { border-color: #E49A9F; }
span { border-color: rgb(228,154,159); }
td.TdClassName
{
border-color: #E49A9F;
}
.TagClassName
{
border-color: #E49A9F;
}
</style>