Shades of Wewak #E19E9F
Tints of Wewak #E19E9F
RGB
CMYK
RGB Variations
Color information
#E19E9F (or 0xE19E9F) is known color: Wewak. HEX triplet: E1, 9E and 9F. RGB value is (225,158,159). Sum of RGB (Red+Green+Blue) = 225+158+159=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19E9F is #1E6160. Grayscale: #B2B2B2. Windows color (decimal): -1991009 or 10460897. OLE color: 10460897.
HSL color Cylindrical-coordinate representation of color #E19E9F: hue angle of 359.1º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19E9F is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 159 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.12 |
| HSL | 359.1º | 0.53% | 0.75% | - |
| HSV(B) | 359.1º | 0.3% | 0.88% | - |
| XYZ | 49.54 | 42.96 | 38.48 | - |
| YUV | 178.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 159 | 0 | 0.30 | 0.29 | 0.12 | 359.1 | 0.53 | 0.75 |
| Hex | E1 | 9E | 9F | 0 | 1E | 1D | C | 167 | 35 | 4B |
| Octal | 341 | 236 | 237 | 0 | 36 | 35 | 14 | 547 | 65 | 113 |
| Binary | 11100001 | 10011110 | 10011111 | 0 | 11110 | 11101 | 1100 | 101100111 | 110101 | 1001011 |
Color Harmonies of #E19E9F
Complementary color
Monochromatic Colors of #E19E9F
Black with #E19E9F
Text Example
Text Example
White with #E19E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19E9F; }
p { color: rgb(225,158,159); }
H1.HeaderClassName
{
color: #E19E9F;
}
.AnyTagClassName
{
color: #E19E9F;
}
</style>
background-color css
<style>
a { background-color: #E19E9F; }
a { background-color: rgb(225,158,159); }
div.DivClassName
{
background-color: #E19E9F;
}
.BgClassName
{
background-color: #E19E9F;
}
</style>
border-color css
<style>
span { border-color: #E19E9F; }
span { border-color: rgb(225,158,159); }
td.TdClassName
{
border-color: #E19E9F;
}
.TagClassName
{
border-color: #E19E9F;
}
</style>