Shades of Wewak #E18F96
Tints of Wewak #E18F96
RGB
CMYK
RGB Variations
Color information
#E18F96 (or 0xE18F96) is known color: Wewak. HEX triplet: E1, 8F and 96. RGB value is (225,143,150). Sum of RGB (Red+Green+Blue) = 225+143+150=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18F96 is #1E7069. Grayscale: #A8A8A8. Windows color (decimal): -1994858 or 9867233. OLE color: 9867233.
HSL color Cylindrical-coordinate representation of color #E18F96: hue angle of 354.88º 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 #E18F96 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 150 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.12 |
| HSL | 354.88º | 0.58% | 0.72% | - |
| HSV(B) | 354.88º | 0.36% | 0.88% | - |
| XYZ | 46.38 | 37.85 | 33.72 | - |
| YUV | 168.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 150 | 0 | 0.36 | 0.33 | 0.12 | 354.88 | 0.58 | 0.72 |
| Hex | E1 | 8F | 96 | 0 | 24 | 21 | C | 163 | 3A | 48 |
| Octal | 341 | 217 | 226 | 0 | 44 | 41 | 14 | 543 | 72 | 110 |
| Binary | 11100001 | 10001111 | 10010110 | 0 | 100100 | 100001 | 1100 | 101100011 | 111010 | 1001000 |
Color Harmonies of #E18F96
Complementary color
Monochromatic Colors of #E18F96
Black with #E18F96
Text Example
Text Example
White with #E18F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F96; }
p { color: rgb(225,143,150); }
H1.HeaderClassName
{
color: #E18F96;
}
.AnyTagClassName
{
color: #E18F96;
}
</style>
background-color css
<style>
a { background-color: #E18F96; }
a { background-color: rgb(225,143,150); }
div.DivClassName
{
background-color: #E18F96;
}
.BgClassName
{
background-color: #E18F96;
}
</style>
border-color css
<style>
span { border-color: #E18F96; }
span { border-color: rgb(225,143,150); }
td.TdClassName
{
border-color: #E18F96;
}
.TagClassName
{
border-color: #E18F96;
}
</style>