Shades of Wewak #E19C9F
Tints of Wewak #E19C9F
RGB
CMYK
RGB Variations
Color information
#E19C9F (or 0xE19C9F) is known color: Wewak. HEX triplet: E1, 9C and 9F. RGB value is (225,156,159). Sum of RGB (Red+Green+Blue) = 225+156+159=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19C9F is #1E6360. Grayscale: #B1B1B1. Windows color (decimal): -1991521 or 10460385. OLE color: 10460385.
HSL color Cylindrical-coordinate representation of color #E19C9F: hue angle of 357.39º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19C9F is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 159 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.12 |
| HSL | 357.39º | 0.53% | 0.75% | - |
| HSV(B) | 357.39º | 0.31% | 0.88% | - |
| XYZ | 49.2 | 42.29 | 38.37 | - |
| YUV | 176.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 159 | 0 | 0.31 | 0.29 | 0.12 | 357.39 | 0.53 | 0.75 |
| Hex | E1 | 9C | 9F | 0 | 1F | 1D | C | 165 | 35 | 4B |
| Octal | 341 | 234 | 237 | 0 | 37 | 35 | 14 | 545 | 65 | 113 |
| Binary | 11100001 | 10011100 | 10011111 | 0 | 11111 | 11101 | 1100 | 101100101 | 110101 | 1001011 |
Color Harmonies of #E19C9F
Complementary color
Monochromatic Colors of #E19C9F
Black with #E19C9F
Text Example
Text Example
White with #E19C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C9F; }
p { color: rgb(225,156,159); }
H1.HeaderClassName
{
color: #E19C9F;
}
.AnyTagClassName
{
color: #E19C9F;
}
</style>
background-color css
<style>
a { background-color: #E19C9F; }
a { background-color: rgb(225,156,159); }
div.DivClassName
{
background-color: #E19C9F;
}
.BgClassName
{
background-color: #E19C9F;
}
</style>
border-color css
<style>
span { border-color: #E19C9F; }
span { border-color: rgb(225,156,159); }
td.TdClassName
{
border-color: #E19C9F;
}
.TagClassName
{
border-color: #E19C9F;
}
</style>