Shades of Wewak #E19B9D
Tints of Wewak #E19B9D
RGB
CMYK
RGB Variations
Color information
#E19B9D (or 0xE19B9D) is known color: Wewak. HEX triplet: E1, 9B and 9D. RGB value is (225,155,157). Sum of RGB (Red+Green+Blue) = 225+155+157=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19B9D is #1E6462. Grayscale: #B0B0B0. Windows color (decimal): -1991779 or 10329057. OLE color: 10329057.
HSL color Cylindrical-coordinate representation of color #E19B9D: hue angle of 358.29º degrees, saturation: 0.54, 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 #E19B9D is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 157 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.12 |
| HSL | 358.29º | 0.54% | 0.75% | - |
| HSV(B) | 358.29º | 0.31% | 0.88% | - |
| XYZ | 48.86 | 41.88 | 37.41 | - |
| YUV | 176.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 157 | 0 | 0.31 | 0.30 | 0.12 | 358.29 | 0.54 | 0.75 |
| Hex | E1 | 9B | 9D | 0 | 1F | 1E | C | 166 | 36 | 4B |
| Octal | 341 | 233 | 235 | 0 | 37 | 36 | 14 | 546 | 66 | 113 |
| Binary | 11100001 | 10011011 | 10011101 | 0 | 11111 | 11110 | 1100 | 101100110 | 110110 | 1001011 |
Color Harmonies of #E19B9D
Complementary color
Monochromatic Colors of #E19B9D
Black with #E19B9D
Text Example
Text Example
White with #E19B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19B9D; }
p { color: rgb(225,155,157); }
H1.HeaderClassName
{
color: #E19B9D;
}
.AnyTagClassName
{
color: #E19B9D;
}
</style>
background-color css
<style>
a { background-color: #E19B9D; }
a { background-color: rgb(225,155,157); }
div.DivClassName
{
background-color: #E19B9D;
}
.BgClassName
{
background-color: #E19B9D;
}
</style>
border-color css
<style>
span { border-color: #E19B9D; }
span { border-color: rgb(225,155,157); }
td.TdClassName
{
border-color: #E19B9D;
}
.TagClassName
{
border-color: #E19B9D;
}
</style>