Shades of Wewak #E19C9D
Tints of Wewak #E19C9D
RGB
CMYK
RGB Variations
Color information
#E19C9D (or 0xE19C9D) is known color: Wewak. HEX triplet: E1, 9C and 9D. RGB value is (225,156,157). Sum of RGB (Red+Green+Blue) = 225+156+157=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19C9D is #1E6362. Grayscale: #B0B0B0. Windows color (decimal): -1991523 or 10329313. OLE color: 10329313.
HSL color Cylindrical-coordinate representation of color #E19C9D: hue angle of 359.13º 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 #E19C9D is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 157 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.12 |
| HSL | 359.13º | 0.53% | 0.75% | - |
| HSV(B) | 359.13º | 0.31% | 0.88% | - |
| XYZ | 49.03 | 42.22 | 37.46 | - |
| YUV | 176.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 157 | 0 | 0.31 | 0.30 | 0.12 | 359.13 | 0.53 | 0.75 |
| Hex | E1 | 9C | 9D | 0 | 1F | 1E | C | 167 | 35 | 4B |
| Octal | 341 | 234 | 235 | 0 | 37 | 36 | 14 | 547 | 65 | 113 |
| Binary | 11100001 | 10011100 | 10011101 | 0 | 11111 | 11110 | 1100 | 101100111 | 110101 | 1001011 |
Color Harmonies of #E19C9D
Complementary color
Monochromatic Colors of #E19C9D
Black with #E19C9D
Text Example
Text Example
White with #E19C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C9D; }
p { color: rgb(225,156,157); }
H1.HeaderClassName
{
color: #E19C9D;
}
.AnyTagClassName
{
color: #E19C9D;
}
</style>
background-color css
<style>
a { background-color: #E19C9D; }
a { background-color: rgb(225,156,157); }
div.DivClassName
{
background-color: #E19C9D;
}
.BgClassName
{
background-color: #E19C9D;
}
</style>
border-color css
<style>
span { border-color: #E19C9D; }
span { border-color: rgb(225,156,157); }
td.TdClassName
{
border-color: #E19C9D;
}
.TagClassName
{
border-color: #E19C9D;
}
</style>