Shades of Wewak #E18F97
Tints of Wewak #E18F97
RGB
CMYK
RGB Variations
Color information
#E18F97 (or 0xE18F97) is known color: Wewak. HEX triplet: E1, 8F and 97. RGB value is (225,143,151). Sum of RGB (Red+Green+Blue) = 225+143+151=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18F97 is #1E7068. Grayscale: #A8A8A8. Windows color (decimal): -1994857 or 9932769. OLE color: 9932769.
HSL color Cylindrical-coordinate representation of color #E18F97: hue angle of 354.15º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E18F97 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 151 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.12 |
| HSL | 354.15º | 0.58% | 0.72% | - |
| HSV(B) | 354.15º | 0.36% | 0.88% | - |
| XYZ | 46.46 | 37.89 | 34.14 | - |
| YUV | 168.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 151 | 0 | 0.36 | 0.33 | 0.12 | 354.15 | 0.58 | 0.72 |
| Hex | E1 | 8F | 97 | 0 | 24 | 21 | C | 162 | 3A | 48 |
| Octal | 341 | 217 | 227 | 0 | 44 | 41 | 14 | 542 | 72 | 110 |
| Binary | 11100001 | 10001111 | 10010111 | 0 | 100100 | 100001 | 1100 | 101100010 | 111010 | 1001000 |
Color Harmonies of #E18F97
Complementary color
Monochromatic Colors of #E18F97
Black with #E18F97
Text Example
Text Example
White with #E18F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F97; }
p { color: rgb(225,143,151); }
H1.HeaderClassName
{
color: #E18F97;
}
.AnyTagClassName
{
color: #E18F97;
}
</style>
background-color css
<style>
a { background-color: #E18F97; }
a { background-color: rgb(225,143,151); }
div.DivClassName
{
background-color: #E18F97;
}
.BgClassName
{
background-color: #E18F97;
}
</style>
border-color css
<style>
span { border-color: #E18F97; }
span { border-color: rgb(225,143,151); }
td.TdClassName
{
border-color: #E18F97;
}
.TagClassName
{
border-color: #E18F97;
}
</style>